[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Also fix the init script to use python 2.4



Update of /home/minion/cvsroot/src/minion/debian
In directory moria:/tmp/cvs-serv907/debian

Modified Files:
	changelog mixminion.init 
Log Message:
Also fix the init script to use python 2.4

Index: changelog
===================================================================
RCS file: /home/minion/cvsroot/src/minion/debian/changelog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- changelog	17 Sep 2007 10:46:30 -0000	1.26
+++ changelog	17 Sep 2007 11:09:43 -0000	1.27
@@ -1,3 +1,9 @@
+mixminion (0.0.8~alpha3-2) experimental; urgency=low
+
+  * Also fix the init script to use python 2.4.
+
+ -- Peter Palfrader <weasel@xxxxxxxxxx>  Mon, 17 Sep 2007 13:06:39 +0200
+
 mixminion (0.0.8~alpha3-1) experimental; urgency=low
 
   * New upstream version.

Index: mixminion.init
===================================================================
RCS file: /home/minion/cvsroot/src/minion/debian/mixminion.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mixminion.init	2 Oct 2004 16:30:07 -0000	1.2
+++ mixminion.init	17 Sep 2007 11:09:43 -0000	1.3
@@ -6,7 +6,7 @@
 DESC="mixminion daemon"
 PIDFILE=/var/run/$NAME/mixminion.pid
 WAITFORDAEMON=15
-PYTHON=/usr/bin/python2.3
+PYTHON=/usr/bin/python2.4
 PYTHON_BASE=`basename $PYTHON`
 
 test -x $DAEMON || exit 0