chiark / gitweb /
packaging fixes - really now it installs on xenophobe
[hippotat.git] / debian / hippotat.hippotatd.init
index 640bd8f26a24a795fccab59c3c048f4557facb83..ac91e3a87915c9536eb15bc54a3c408db0d88891 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