SOURCES: eventum-irc.init - irc bot is now standalone program
glen
glen at pld-linux.org
Fri Dec 30 00:22:34 CET 2005
Author: glen Date: Thu Dec 29 23:22:34 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- irc bot is now standalone program
---- Files affected:
SOURCES:
eventum-irc.init (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SOURCES/eventum-irc.init
diff -u SOURCES/eventum-irc.init:1.5 SOURCES/eventum-irc.init:1.6
--- SOURCES/eventum-irc.init:1.5 Wed Dec 28 00:26:55 2005
+++ SOURCES/eventum-irc.init Fri Dec 30 00:22:29 2005
@@ -31,11 +31,10 @@
if [ ! -f /var/lock/subsys/eventum-irc ]; then
msg_starting eventum-irc
start-stop-daemon --start \
- --exec /usr/bin/php \
+ --exec /usr/sbin/eventum-bot \
--pidfile $PIDFILE \
- --chuid http \
- --chdir /usr/share/eventum/irc \
- --background -- -q bot.php
+ --chuid eventum \
+ --background
RETVAL=$?
if [ $RETVAL -eq 0 ]; then
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/eventum-irc.init?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list