From 1d4667b64095774857556be0e77698b067f1425d Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 29 Aug 2013 14:47:38 -0400 Subject: add fix to debian initscript to use new namespace --- debian/changelog | 5 ++++- 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 Mon, 26 Aug 2013 18:21:09 +0200 + [ Micah Anderson ] + * Add fix to initscript so it uses the new namespace + + -- Micah Anderson 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 -- cgit v1.2.3