[SCM] Packaging of Perlbal in Debian branch, master, updated. upstream/1.80-21-gacdd29c

Jonathan Steinert hachi at saymedia.com
Wed Mar 21 22:53:15 UTC 2012


The following commit has been merged in the master branch:
commit b03aaf7729fd65fd69949458425e102580485196
Author: Jonathan Steinert <hachi at saymedia.com>
Date:   Wed Mar 21 14:56:20 2012 -0700

    Fix init script to use log_* instead of echo as appropriate

diff --git a/debian/perlbal.init b/debian/perlbal.init
index e37d985..e8d9bdd 100644
--- a/debian/perlbal.init
+++ b/debian/perlbal.init
@@ -43,10 +43,9 @@ case "$PERLBAL_ENABLE" in
         ;;
 esac
 
-# FIXME: not consistent: log is used above in case of error. Only echo here
 if [ -z "$USER" ]; then
-    echo "Error on $NAME: USER must be set"
-    exit 0
+    log_failure_msg "Error on $NAME: USER must be set"
+    exit 1
 fi
 
 USER_MATCH_OPT="--user $USER"

-- 
Packaging of Perlbal in Debian



More information about the Pkg-perl-cvs-commits mailing list