SOURCES: postgrey.init - added support for $POSTGREY_OPTS from sys...

jezik jezik at pld-linux.org
Wed Oct 31 23:25:09 CET 2007


Author: jezik                        Date: Wed Oct 31 22:25:09 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added support for $POSTGREY_OPTS from sysconfig

---- Files affected:
SOURCES:
   postgrey.init (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/postgrey.init
diff -u SOURCES/postgrey.init:1.3 SOURCES/postgrey.init:1.4
--- SOURCES/postgrey.init:1.3	Sun Sep 17 18:17:31 2006
+++ SOURCES/postgrey.init	Wed Oct 31 23:25:04 2007
@@ -20,6 +20,8 @@
 # Get service config
 [ -f /etc/sysconfig/postgrey ] && . /etc/sysconfig/postgrey
 
+OPTIONS="$OPTIONS $POSTGREY_OPTS"
+
 # 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/cgi-bin/cvsweb.cgi/SOURCES/postgrey.init?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list