From 91db53cef3536a45ab245d6f182fbd1c141583cf Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 20 Nov 2007 12:10:32 +0000 Subject: Move sysctl into it's own init script --- init.d/bootmisc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'init.d/bootmisc') diff --git a/init.d/bootmisc b/init.d/bootmisc index c2db7dae..f17e8536 100755 --- a/init.d/bootmisc +++ b/init.d/bootmisc @@ -77,14 +77,6 @@ start() { cp /etc/nologin /etc/nologin.boot fi - if [ -e /etc/sysctl.conf -a ! -x /etc/init.d/sysctl ]; then - if [ "${RC_SYS}" != "VPS" ]; then - ebegin "Configuring kernel parameters" - sysctl -p /etc/sysctl.conf >/dev/null - eend $? - fi - fi - if ! mkdir /.test.$$ 2>/dev/null; then ewarn "Skipping /var and /tmp initialization (ro root?)" return 0 -- cgit v1.2.3