SOURCES: inspircd.init - simplify daemon line (no sense restating ...

aredridel aredridel at pld-linux.org
Mon Apr 23 20:25:16 CEST 2007


Author: aredridel                    Date: Mon Apr 23 18:25:15 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- simplify daemon line (no sense restating defaults)

---- Files affected:
SOURCES:
   inspircd.init (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/inspircd.init
diff -u SOURCES/inspircd.init:1.4 SOURCES/inspircd.init:1.5
--- SOURCES/inspircd.init:1.4	Mon Apr 23 19:36:03 2007
+++ SOURCES/inspircd.init	Mon Apr 23 20:25:09 2007
@@ -26,7 +26,7 @@
 fi
 
 start() {
-	daemon --user inspircd inspircd -f /etc/inspircd/inspircd.conf --logfile /var/log/inspircd/inspircd.log
+	daemon --user inspircd inspircd  --logfile /var/log/inspircd/inspircd.log
 	RETVAL=$?
 	if [ $RETVAL -eq 0 ]; then
 		touch /var/lock/subsys/inspircd
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/inspircd.init?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list