X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=debian%2Fhippotat-server.hippotatd.init;h=0cac9ac5362f407f8868af89f8cd5f798b163758;hb=a544d2c007a4d03a4655e4596136f20c0f3a6d22;hp=1df33999c15874f2578c02f672155b0e29d6c6b8;hpb=f99588e05bd72a414fb73b3722c51eb45d48017e;p=hippotat.git diff --git a/debian/hippotat-server.hippotatd.init b/debian/hippotat-server.hippotatd.init index 1df3399..0cac9ac 100644 --- a/debian/hippotat-server.hippotatd.init +++ b/debian/hippotat-server.hippotatd.init @@ -2,14 +2,18 @@ ### BEGIN INIT INFO # Provides: hippotatd -# Required-Start: $syslog $network userv -# Required-Stop: $syslog $network +# Required-Start: $syslog $network $local_fs userv +# Required-Stop: $syslog $network $local_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: hippotatd # Description: Asinine IP over HTTP server ### END INIT INFO +E: hippotat-server: init.d-script-sourcing-without-test etc/init.d/hippotatd:25 /etc/default/hippotatd +E: hippotat-client: missing-dependency-on-libc needed by usr/bin/hippotat +E: hippotat-server: missing-dependency-on-libc needed by usr/sbin/hippotatd + DAEMON=/usr/sbin/hippotatd MAIN_CONFIG=/etc/hippotat/main.cfg USER=_hippotat @@ -21,8 +25,7 @@ AS_USER=as_user_userv DESCRIPTION='Asinine IP over HTTP server' if type authbind >/dev/null 2>&1; then AUTHBIND=authbind; fi -test -e /etc/default/hippotatd && -. /etc/default/hippotatd +test -e /etc/default/hippotatd && . /etc/default/hippotatd set -e