From: Heiko Z. <smi...@us...> - 2015-11-07 15:08:08
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1003 Modified Files: dkim-milter opendkim Log Message: cleanup Index: opendkim =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/opendkim,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- opendkim 13 Dec 2014 15:33:36 -0000 1.2 +++ opendkim 7 Nov 2015 15:08:06 -0000 1.3 @@ -14,8 +14,6 @@ # source functions and config source $MYDIR/settings -MYNAME=ISC_DHCP - case $1 in build ) if [ "$CONFIG_OPENDKIM" = "y" ]; then Index: dkim-milter =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/dkim-milter,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- dkim-milter 5 Dec 2011 09:11:37 -0000 1.6 +++ dkim-milter 7 Nov 2015 15:08:06 -0000 1.7 @@ -13,8 +13,6 @@ # source functions and config source $MYDIR/settings -MYNAME=SG3_UTILS - case $1 in build ) if [ "$CONFIG_DKIM_MILTER" = "y" ] && [ "$CONFIG_SENDMAIL_LIBMILTER" = "y" ]; then |