mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Don't compress cvsup.log by default.
PR: ports/133030 Submitted by: delphij@
This commit is contained in:
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
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= cvsup-mirror
|
PORTNAME= cvsup-mirror
|
||||||
PORTVERSION= 1.3
|
PORTVERSION= 1.3
|
||||||
PORTREVISION= 7
|
PORTREVISION= 8
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
DISTFILES=
|
DISTFILES=
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@ EOF
|
||||||
|
|
||||||
echo "Adding cvsup and cvsupd log entry to \"/etc/newsyslog.conf\"."
|
echo "Adding cvsup and cvsupd log entry to \"/etc/newsyslog.conf\"."
|
||||||
cat <<EOF >>/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
|
/var/log/cvsupd.log 664 7 * 24 Z
|
||||||
EOF
|
EOF
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
|
Loading…
Add table
Reference in a new issue