packaging fixes - really now it installs on xenophobe
[hippotat] / debian / hippotat.hippotatd.init
index 640bd8f..ac91e3a 100644 (file)
@@ -21,8 +21,11 @@ AS_USER=as_user_userv
 DESCRIPTION='Asinine IP over HTTP server'
 if type -p authbind >/dev/null 2>&1; then AUTHBIND=authbind; fi
 
+test -e /etc/default/hippotatd &&
 . /etc/default/hippotatd
 
+set -e
+
 test -f $DAEMON || exit 0
 egrep '^[^     #]' $MASTER_CONFIG >/dev/null 2>&1 || exit 0