]> the.earth.li Git - onak.git/blobdiff - debian/onak.init
Update Debian packaging to cope with onak.conf -> onak.ini change
[onak.git] / debian / onak.init
index e61d6031472773c5e97929eaafe2e26b76e90e3e..110099c3ac57b6cf1d9d5fd06d0d4f5dd61132d9 100644 (file)
@@ -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