diff options
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/soledad-server.init | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 7745afa9..e68610c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,10 @@ soledad (0.3.1.1) unstable; urgency=low * Fix installation of __init__ file on namespace module. * Add LICENSE. - -- Micah Anderson <micah@debian.org> Mon, 26 Aug 2013 18:21:09 +0200 + [ Micah Anderson ] + * Add fix to initscript so it uses the new namespace + + -- Micah Anderson <micah@debian.org> Thu, 29 Aug 2013 14:46:23 -0400 soledad (0.3.1) unstable; urgency=low diff --git a/debian/soledad-server.init b/debian/soledad-server.init index 1c3f1f71..58c10c3a 100644 --- a/debian/soledad-server.init +++ b/debian/soledad-server.init @@ -12,7 +12,7 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin PIDFILE=/var/run/soledad.pid RUNDIR=/var/lib/soledad/ -OBJ=leap.soledad_server.application +OBJ=leap.soledad.server.application LOGFILE=/var/log/soledad.log HTTPS_PORT=2424 CERT_PATH=/etc/leap/soledad-server.pem |