From: Heiko Z. <smi...@us...> - 2010-11-02 17:13:26
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv863/scripts Modified Files: fwlogwatch Log Message: - updated gradm to 2.2.0-201010311752 - updated grsecurity to 2.2.0-2.6.32.25-201010311944 - updated kernel to 2.6.32.25 - updated clamav to 0.96.4 - updated curl to 7.21.2 - updated cyrus-imapd to 2.4.2 - updated dovecot to 1.2.15 - updated fwlogwatch to 1.2 - updated gnupg to 1.4.11 - updated hdparm to 9.35 - updated jailkit to 2.13 - updated lftp to 4.0.10 - updated mysql to 5.1.51 - updated sysstat to 9.1.5 Index: fwlogwatch =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/fwlogwatch,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- fwlogwatch 6 Jan 2010 14:53:27 -0000 1.11 +++ fwlogwatch 2 Nov 2010 17:13:15 -0000 1.12 @@ -26,13 +26,7 @@ install ) if [ "$CONFIG_FWLOGWATCH" = "y" ]; then - mkdir -p $CDDIR/usr/sbin - cp -dp fwlogwatch $CDDIR/usr/sbin || exit 1 - cp -dp contrib/fwlw_notify $CDDIR/usr/sbin || exit 1 - cp -dp contrib/fwlw_respond $CDDIR/usr/sbin || exit 1 - cp -dp fwlogwatch.config $ETCDIR/etc || exit 1 - cp -dp fwlogwatch.template $ETCDIR/etc || exit 1 - copy_man + make install install-config CONF_DIR=$ETCDIR/etc INSTALL_DIR=$CDDIR/usr || exit 1 fi ;; |