From 14e3e38ac1f68401025e001c03f953ebeeb08b03 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 1 Sep 2005 13:40:43 +0000 Subject: [PATCH] - update Changed files: courier-authlib.init -> 1.2 --- courier-authlib.init | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/courier-authlib.init b/courier-authlib.init index a0f7466..67294cb 100644 --- a/courier-authlib.init +++ b/courier-authlib.init @@ -33,7 +33,7 @@ case "$1" in # Check if the service is already running? if [ ! -f /var/lock/subsys/courier-authlib ]; then msg_starting courier-authlib - daemon /usr/sbin/authdaemond + daemon /usr/sbin/authdaemond start RETVAL=$? [ $RETVAL -eq 0 ] && touch /var/lock/subsys/courier-authlib else @@ -44,7 +44,7 @@ case "$1" in # Stop daemons. if [ -f /var/lock/subsys/courier-authlib ]; then msg_stopping courier-authlib - killproc authdaemond + daemon /usr/sbin/authdaemond stop rm -f /var/lock/subsys/courier-authlib >/dev/null 2>&1 else msg_not_running courier-authlib @@ -61,7 +61,7 @@ case "$1" in reload|force-reload|graceful) if [ -f /var/lock/subsys/courier-authlib ]; then msg_reloading courier-authlib - killproc authdaemond -HUP + daemon /usr/sbin/authdaemond restart RETVAL=$? else msg_not_running courier-authlib -- 2.43.0