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.archive.openwrt.org/?a=commitdiff_plain;h=b5a563ee16fdff62df8ed8e67c00f5a944eabc0b;p=15.05%2Fopenwrt.git work aroung error message during boot if swapon is nt installed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12087 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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() {