SOURCES: tpop3d.init - read tpop3d sysconfig
arekm
arekm at pld-linux.org
Tue Jun 21 15:27:28 CEST 2005
Author: arekm Date: Tue Jun 21 13:27:28 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- read tpop3d sysconfig
---- Files affected:
SOURCES:
tpop3d.init (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SOURCES/tpop3d.init
diff -u SOURCES/tpop3d.init:1.9 SOURCES/tpop3d.init:1.10
--- SOURCES/tpop3d.init:1.9 Mon Sep 8 20:56:16 2003
+++ SOURCES/tpop3d.init Tue Jun 21 15:27:23 2005
@@ -10,6 +10,9 @@
# Get network config
. /etc/sysconfig/network
+# Get service config
+[ -f /etc/sysconfig/tpop3d ] && . /etc/sysconfig/tpop3d
+
# Check that networking is up.
if is_yes "${NETWORKING}"; then
if [ ! -f /var/lock/subsys/network -a "$1" != stop -a "$1" != status ]; then
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/tpop3d.init?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list