View | Details | Raw Unified | Return to bug 133030
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	cvsup-mirror
8
PORTNAME=	cvsup-mirror
9
PORTVERSION=	1.3
9
PORTVERSION=	1.3
10
PORTREVISION=	7
10
PORTREVISION=	8
11
CATEGORIES=	net
11
CATEGORIES=	net
12
DISTFILES=
12
DISTFILES=
13
13
(-)pkg-install (-1 / +1 lines)
Lines 190-196 EOF Link Here
190
190
191
	    echo "Adding cvsup and cvsupd log entry to \"/etc/newsyslog.conf\"."
191
	    echo "Adding cvsup and cvsupd log entry to \"/etc/newsyslog.conf\"."
192
	    cat <<EOF >>/etc/newsyslog.conf
192
	    cat <<EOF >>/etc/newsyslog.conf
193
/var/log/cvsup.log			664  7    *    24    Z
193
/var/log/cvsup.log			664  7    *    24    -
194
/var/log/cvsupd.log			664  7    *    24    Z
194
/var/log/cvsupd.log			664  7    *    24    Z
195
EOF
195
EOF
196
	    echo "Done."
196
	    echo "Done."

Return to bug 133030