SOURCES: protolog.init - standard service config location

glen glen at pld-linux.org
Sun Mar 12 22:50:17 CET 2006


Author: glen                         Date: Sun Mar 12 21:50:17 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- standard service config location

---- Files affected:
SOURCES:
   protolog.init (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SOURCES/protolog.init
diff -u SOURCES/protolog.init:1.6 SOURCES/protolog.init:1.7
--- SOURCES/protolog.init:1.6	Sun May 25 17:00:04 2003
+++ SOURCES/protolog.init	Sun Mar 12 22:50:11 2006
@@ -13,8 +13,8 @@
 PLOGUDP="-q"
 PLOGICMP="-q"
 
-if [ -r /etc/sysconfig/protolog.conf ]; then
-	. /etc/sysconfig/protolog.conf
+if [ -f /etc/sysconfig/protolog ]; then
+	. /etc/sysconfig/protolog
 fi
 
 # Check that networking is up.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/protolog.init?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list