chiark / gitweb /
packaging: lintian
[hippotat.git] / debian / hippotat-server.hippotatd.init
index 1df33999c15874f2578c02f672155b0e29d6c6b8..0cac9ac5362f407f8868af89f8cd5f798b163758 100644 (file)
@@ -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