From 602b9dfd488744744bda33c1b3ed4c6a120b7305 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 13 Jan 2014 22:53:38 +0100 Subject: [PATCH] debian/authentif-ifef.init: fix path of the extra directory --- debian/authentic-ifef.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/authentic-ifef.init b/debian/authentic-ifef.init index 1c76636..7f7f5b2 100755 --- a/debian/authentic-ifef.init +++ b/debian/authentic-ifef.init @@ -15,7 +15,7 @@ NAME=authentic-ifef DAEMON=/usr/sbin/authenticctl PIDFILE=/var/run/$NAME.pid SCRIPTNAME=/etc/init.d/$NAME -OPTIONS="--spawn-cron --extra /usr/share/python-support/authentic-ifef/extra --port 4001" +OPTIONS="--spawn-cron --extra /usr/lib/pymodules/python2.6/extra --port 4001" # Gracefully exit if the package has been removed. test -x $DAEMON || exit 0