diff options
author | Bill Nottingham <notting@redhat.com> | 1999-12-28 06:11:06 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-12-28 06:11:06 +0000 |
commit | 7d302ba296c897e3770de1ee968ab9eb4c963491 (patch) | |
tree | f23633a04f84a8876e7a1a4961d628a995c69be2 /sysconfig | |
parent | d65f430d850549092ca90e784e753a3f76227c69 (diff) | |
download | initscripts-7d302ba296c897e3770de1ee968ab9eb4c963491.tar initscripts-7d302ba296c897e3770de1ee968ab9eb4c963491.tar.gz initscripts-7d302ba296c897e3770de1ee968ab9eb4c963491.tar.bz2 initscripts-7d302ba296c897e3770de1ee968ab9eb4c963491.tar.xz initscripts-7d302ba296c897e3770de1ee968ab9eb4c963491.zip |
switch from echoing values into /proc/sys to using sysctl
Diffstat (limited to 'sysconfig')
-rw-r--r-- | sysconfig/init | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysconfig/init b/sysconfig/init index d9dcccb6..77e7520d 100644 --- a/sysconfig/init +++ b/sysconfig/init @@ -17,9 +17,5 @@ SETCOLOR_WARNING="echo -en \\033[1;33m" SETCOLOR_NORMAL="echo -en \\033[0;39m" # default kernel loglevel on boot (syslog will reset this) LOGLEVEL=1 -# Setting this to something other than 'no' will turn on magic sysrq keys -MAGIC_SYSRQ=no -# Setting this to something other than 'no' will turn on stop-a (Sparc only) -STOP_A=no # Set to anything other than 'no' to allow hotkey interactive startup... PROMPT=yes |