[SCM] live-studio branch, master, updated. b43b949d256903773aa68075b2888f6abe5e0a6e

Chris Lamb lamby at debian.org
Fri Jul 30 18:55:44 UTC 2010


The following commit has been merged in the master branch:
commit b43b949d256903773aa68075b2888f6abe5e0a6e
Author: Chris Lamb <lamby at debian.org>
Date:   Fri Jul 30 14:54:18 2010 -0400

    gunicorn won't create the parent 'live-studio' directory
    
    ..and I'm too lazy to.

diff --git a/debian/live-studio.init b/debian/live-studio.init
index 6d8db65..027e4ba 100644
--- a/debian/live-studio.init
+++ b/debian/live-studio.init
@@ -20,7 +20,7 @@ GROUP=www-data
 RUNDIR=/usr/lib/pymodules/python2.5/live_studio/
 DAEMON=/usr/bin/gunicorn_django
 PIDFILE=/var/run/${NAME}.pid
-LOGFILE=/var/log/live-studio/gunicorn.log
+LOGFILE=/var/log/live-studio.log
 
 test -x ${DAEMON} || exit 0
 

-- 
live-studio



More information about the debian-live-changes mailing list