diff options
Diffstat (limited to 'contrib/amd/scripts/ctl-hlfsd.in')
-rwxr-xr-x | contrib/amd/scripts/ctl-hlfsd.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/amd/scripts/ctl-hlfsd.in b/contrib/amd/scripts/ctl-hlfsd.in index e574d0d353932..a6e97f68edd9e 100755 --- a/contrib/amd/scripts/ctl-hlfsd.in +++ b/contrib/amd/scripts/ctl-hlfsd.in @@ -4,10 +4,6 @@ # # Package: am-utils-6.0 # Author: Erez Zadok <ezk@cs.columbia.edu> -# -# chkconfig: 345 73 7 -# description: hlfsd is a daemon similar to amd, used to redirect user -# mail to home directory of the user # set path prefix=@prefix@ @@ -94,7 +90,7 @@ case "$1" in echo "killing hlfsd..." ctl-hlfsd stop echo "Waiting for 10 seconds..." - sleep 10 # hope that would be enough + sleep 10 # hope that's enough echo "Restarting hlfsd..." ctl-hlfsd start ;; |