diff options
author | Michael K. Johnson <johnsonm@redhat.com> | 1998-02-14 15:08:35 +0000 |
---|---|---|
committer | Michael K. Johnson <johnsonm@redhat.com> | 1998-02-14 15:08:35 +0000 |
commit | 73ab4c8f97c8976ff5840e7383013bfa4f917178 (patch) | |
tree | 964369d3a5fa0fb2ff29a3dc9e24e64549ac5f03 | |
parent | be1a7bc3fded437dfef4b7d0f665250379610c30 (diff) | |
download | initscripts-73ab4c8f97c8976ff5840e7383013bfa4f917178.tar initscripts-73ab4c8f97c8976ff5840e7383013bfa4f917178.tar.gz initscripts-73ab4c8f97c8976ff5840e7383013bfa4f917178.tar.bz2 initscripts-73ab4c8f97c8976ff5840e7383013bfa4f917178.tar.xz initscripts-73ab4c8f97c8976ff5840e7383013bfa4f917178.zip |
Took out autoreload tag.v_1_10r23_rh1
-rw-r--r-- | sysvinitfiles | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/sysvinitfiles b/sysvinitfiles index c0f4fc08..ed972563 100644 --- a/sysvinitfiles +++ b/sysvinitfiles @@ -125,12 +125,6 @@ Tags Optional. Should be the description translated into the specified language. -# autoreload: true - - Optional. If this line exists, the daemon checks its - configuration files and reloads them automatically when - they change. - # processname: Optional, multiple entries allowed. For each process name @@ -147,9 +141,8 @@ Tags # config: /etc/httpd/conf/srm.conf Optionally, if the server will automatically reload the config - file if it is changed (but not others, hence the autoreload: - tag is not specified for the whole file), you can append the - word "autoreload" to the line: + file if it is changed, you can append the word "autoreload" to + the line: # config: /etc/foobar.conf autoreload # pidfile: @@ -163,9 +156,9 @@ Tags # probe: true - Optional, used IN PLACE of autoreload, processname, config, - and pidfile. If it exists, then a proper reload-if-necessary - cycle may be acheived by running these commands: + Optional, used IN PLACE of processname, config, and pidfile. + If it exists, then a proper reload-if-necessary cycle may be + acheived by running these commands: command=$(/etc/rd.d/init.d/SCRIPT probe) [ -n "$command" ] && /etc/rc.d/init.d/SCRIPT $command |