2 ########################################################################
5 # Description : File uses /etc/sysctl.conf to set kernel runtime
8 # Authors : Nathan Coulson (nathan@linuxfromscratch.org)
9 # Matthew Burgress (matthew@linuxfromscratch.org)
10 # DJ Lucas - dj@linuxfromscratch.org
11 # Update : Bruce Dubbs - bdubbs@linuxfromscratch.org
15 ########################################################################
19 # Required-Start: mountvirtfs
20 # Should-Start: console
25 # Short-Description: Makes changes to the proc filesystem
26 # Description: Makes changes to the proc filesystem as defined in
27 # /etc/sysctl.conf. See 'man sysctl(8)'.
28 # X-LFS-Provided-By: LFS
31 .
/lib
/lsb
/init-functions
35 if [ -f "/etc/sysctl.conf" ]; then
36 log_info_msg
"Setting kernel runtime parameters..."
47 echo "Usage: ${0} {start|status}"