]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Last one sysctl called with -e option to avoid errors on unknown keys.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 4 Jul 2004 14:41:44 +0000 (14:41 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 4 Jul 2004 14:41:44 +0000 (14:41 +0000)
svn-id: @4306

rc.d/rc.sysinit

index 079412b4814ddbcd7e347c2c768406039d22fa39..c24e0cf0029a56faf8eb2cc035e096789785f9cc 100755 (executable)
@@ -720,7 +720,7 @@ if [ -f /proc/sys/kernel/panic -a "$PANIC_REBOOT_TIME" -gt "0" ]; then
 fi
 
 # ... and here finish configuring parameters
-run_cmd "Configuring kernel parameters" /sbin/sysctl -p /etc/sysctl.conf
+run_cmd "Configuring kernel parameters" /sbin/sysctl -e -p /etc/sysctl.conf
 
 # Clean up /etc.
 rm -f /fastboot /fsckoptions /forcefsck /halt /poweroff
This page took 0.212588 seconds and 4 git commands to generate.