Date:2010-01-29 03:17:11 (3 years 3 months ago)
Author:nbd
Commit:01eb76809354996684efb3e4a5d425d2cee15780
Message:base-files: do not warn about nonexistant sysctl overrides (some of them are config dependent)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19375 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: package/base-files/files/etc/init.d/sysctl (1 diff)

Change Details

package/base-files/files/etc/init.d/sysctl
33
44START=99
55start() {
6    [ -f /etc/sysctl.conf ] && sysctl -p >&-
6    [ -f /etc/sysctl.conf ] && sysctl -p -e >&-
77}

Archive Download the corresponding diff file



interactive