From: John Crispin Date: Mon, 4 Aug 2008 08:50:16 +0000 (+0000) Subject: work aroung error message during boot if swapon is nt installed X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=dee0aa4390bd7acb9894d3e893fc27584239227d work aroung error message during boot if swapon is nt installed SVN-Revision: 12087 --- diff --git a/package/base-files/files/etc/init.d/fstab b/package/base-files/files/etc/init.d/fstab index cca8761996..b7cc209d13 100755 --- a/package/base-files/files/etc/init.d/fstab +++ b/package/base-files/files/etc/init.d/fstab @@ -55,7 +55,7 @@ start() { config_foreach do_mount mount config_foreach do_swapon swap mount -a - swapon -a + [ -x /sbin/swapon ] && swapon -a } stop() {