diff options
author | Bill Nottingham <notting@redhat.com> | 2001-07-10 14:22:36 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-07-10 14:22:36 +0000 |
commit | ab695f4fc05583d385929c3ac052a3c957ca87e8 (patch) | |
tree | 23207f2067f6bab81bf5dbfd3bb7f8ff260306de | |
parent | f1d14cfac9d2f5011d246429054ae9c8897e97a0 (diff) | |
download | initscripts-ab695f4fc05583d385929c3ac052a3c957ca87e8.tar initscripts-ab695f4fc05583d385929c3ac052a3c957ca87e8.tar.gz initscripts-ab695f4fc05583d385929c3ac052a3c957ca87e8.tar.bz2 initscripts-ab695f4fc05583d385929c3ac052a3c957ca87e8.tar.xz initscripts-ab695f4fc05583d385929c3ac052a3c957ca87e8.zip |
*** empty log message ***
-rwxr-xr-x | rc.d/rc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ if [ -d /etc/rc$runlevel.d ]; then exec $i start else $i start + fi else if [ "$subsys" = "halt" -o "$subsys" = "reboot" -o "$subsys" = "single" -o "$subsys" = "local" ]; then if [ "$subsys" = "halt" -o "$subsys" = "reboot" ]; then |