diff options
author | Michael K. Johnson <johnsonm@redhat.com> | 1998-04-20 21:00:35 +0000 |
---|---|---|
committer | Michael K. Johnson <johnsonm@redhat.com> | 1998-04-20 21:00:35 +0000 |
commit | 154a71e7b85c17a4d947d8912e981736d5987473 (patch) | |
tree | c65b2dbd24613016d39de793b8eda05f218ba7e2 /rc.d | |
parent | e154febd27424f5aff307d80c577cb44279fbeb5 (diff) | |
download | initscripts-154a71e7b85c17a4d947d8912e981736d5987473.tar initscripts-154a71e7b85c17a4d947d8912e981736d5987473.tar.gz initscripts-154a71e7b85c17a4d947d8912e981736d5987473.tar.bz2 initscripts-154a71e7b85c17a4d947d8912e981736d5987473.tar.xz initscripts-154a71e7b85c17a4d947d8912e981736d5987473.zip |
works better
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/init.d/random | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.d/init.d/random b/rc.d/init.d/random index 24f08d07..04de99d1 100755 --- a/rc.d/init.d/random +++ b/rc.d/init.d/random @@ -46,6 +46,7 @@ case "$1" in ;; restart|reload) # do not do anything; this is unreasonable + : ;; *) # do not advertise unreasonable commands that there is no reason |