From: Heiko Z. <smi...@us...> - 2013-10-18 21:30:03
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22774/scripts Modified Files: clamav Log Message: - updated clamav to 0.98 - updated dovecot to 2.2.6 - updated netatalk to git-2013-10-18 - updated openssh to 6.3p1 - updated php to 5.5.5 - updated postfix to 2.9.8 - updated samba to 3.6.19 Index: clamav =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/clamav,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- clamav 5 Dec 2011 09:11:37 -0000 1.25 +++ clamav 18 Oct 2013 21:29:59 -0000 1.26 @@ -53,7 +53,7 @@ copy_docs $TMPDIR - cp etc/*conf $ETCDIR/etc/ || exit 1 + cp etc/* $ETCDIR/etc/ || exit 1 useradd -u 45 -s /bin/false -g vscan clamav || exit 1 |