]> the.earth.li Git - onak.git/blobdiff - debian/onak.init
Add onak to Provides: in Debian init script rather than just pgp-server
[onak.git] / debian / onak.init
index e61d6031472773c5e97929eaafe2e26b76e90e3e..9ab011bd4286a892f43a62adf67e29894106d2eb 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 ### BEGIN INIT INFO
-# Provides:          pgp-keyserver
+# Provides:          onak pgp-keyserver
 # Required-Start:    $remote_fs $syslog
 # Required-Stop:     $remote_fs $syslog
 # Default-Start:     2 3 4 5
@@ -32,7 +32,7 @@ SCRIPTNAME=/etc/init.d/onak
 # and status_of_proc is working.
 . /lib/lsb/init-functions
 
-if ! grep -q -E '^use_keyd *(true|yes|1)$' /etc/onak.conf; then
+if ! grep -q -E '^use_keyd=*(true|yes|1)$' /etc/onak.ini; then
        exit 0
 fi