summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-08-29 14:47:38 -0400
committerMicah Anderson <micah@riseup.net>2013-08-29 14:47:38 -0400
commit1d4667b64095774857556be0e77698b067f1425d (patch)
tree1906222e854cae55791b1f961f8543bcadf96627
parent2e0b170edd8dd59215d588b570c315cebdbabcfa (diff)
add fix to debian initscript to use new namespace
-rw-r--r--debian/changelog5
-rw-r--r--debian/soledad-server.init2
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