Lines Matching refs:hlfsd
2 # control starting, stopping, or restarting hlfsd.
3 # usage: ctl-hlfsd [start | stop | restart]
9 # description: hlfsd is a daemon similar to amd, used to redirect user
11 # processname: hlfsd
87 # Start the hlfsd mail redirector service
89 if [ -x @sbindir@/hlfsd -a -h $maildir ]
91 echo @sbindir@/hlfsd ${PASSWD_FILE} -a $altmaildir -x all -l $logdir/hlfsd /mail/home .mailspool
92 @sbindir@/hlfsd ${PASSWD_FILE} -a $altmaildir -x all -l $logdir/hlfsd /mail/home .mailspool &
93 test -x /var/lock/subsys && touch /var/lock/subsys/hlfsd
99 killproc " hlfsd"
100 test -f /var/lock/subsys/hlfsd && rm -f /var/lock/subsys/hlfsd
104 # kill hlfsd, wait for it to die, then restart
105 echo "killing hlfsd..."
106 ctl-hlfsd stop
109 echo "Restarting hlfsd..."
110 ctl-hlfsd start
114 echo "Usage: @sbindir@/ctl-hlfsd [ start | stop | restart ]"