- Don't compress cvsup.log by default.

PR:		ports/133030
Submitted by:	delphij@
This commit is contained in:
Wesley Shields 2009-04-07 16:53:04 +00:00
parent 3f2e438569
commit 7ce1eef19a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231800
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= cvsup-mirror
PORTVERSION= 1.3
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= net
DISTFILES=

View file

@ -190,7 +190,7 @@ EOF
echo "Adding cvsup and cvsupd log entry to \"/etc/newsyslog.conf\"."
cat <<EOF >>/etc/newsyslog.conf
/var/log/cvsup.log 664 7 * 24 Z
/var/log/cvsup.log 664 7 * 24 -
/var/log/cvsupd.log 664 7 * 24 Z
EOF
echo "Done."