Update of /cvsroot/devil-linux/build/scripts
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24741
Modified Files:
opendkim
Log Message:
don't copy the man page into /etc
Index: opendkim
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/opendkim,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- opendkim 5 Dec 2014 18:51:28 -0000 1.1
+++ opendkim 13 Dec 2014 15:33:36 -0000 1.2
@@ -56,7 +56,6 @@
rm -rf $TMPDIR/usr/share || exit 1
copy_files $TMPDIR/usr $CDDIR/ || exit 1
- cp opendkim/opendkim.conf.5 $ETCDIR/etc || exit 1
cp opendkim/opendkim.conf.sample $ETCDIR/etc || exit 1
cp opendkim/opendkim.conf.simple $ETCDIR/etc || exit 1
cp opendkim/opendkim.conf.simple-verify $ETCDIR/etc || exit 1
|