SOURCES: atheme.init - fix logfile

aredridel aredridel at pld-linux.org
Tue Apr 24 02:48:21 CEST 2007


Author: aredridel                    Date: Tue Apr 24 00:48:21 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix logfile

---- Files affected:
SOURCES:
   atheme.init (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/atheme.init
diff -u SOURCES/atheme.init:1.1 SOURCES/atheme.init:1.2
--- SOURCES/atheme.init:1.1	Tue Apr 24 01:44:43 2007
+++ SOURCES/atheme.init	Tue Apr 24 02:48:16 2007
@@ -26,7 +26,7 @@
 fi
 
 start() {
-	daemon --user atheme atheme  --logfile /var/log/atheme/atheme.log
+	daemon --user atheme atheme
 	RETVAL=$?
 	if [ $RETVAL -eq 0 ]; then
 		touch /var/lock/subsys/atheme
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/atheme.init?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list