Date: Sat, 30 Aug 2014 20:00:44 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366672 - head/news/inn Message-ID: <201408302000.s7UK0imI025220@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Sat Aug 30 20:00:44 2014 New Revision: 366672 URL: http://svnweb.freebsd.org/changeset/ports/366672 QAT: https://qat.redports.org/buildarchive/r366672/ Log: Make all files owned by news:news as it was in the previous version Correctly make innbind setuid again Bump PORTREVISION Modified: head/news/inn/Makefile head/news/inn/pkg-plist Modified: head/news/inn/Makefile ============================================================================== --- head/news/inn/Makefile Sat Aug 30 19:46:01 2014 (r366671) +++ head/news/inn/Makefile Sat Aug 30 20:00:44 2014 (r366672) @@ -3,7 +3,7 @@ PORTNAME?= inn PORTVERSION?= 2.5.4 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= news ipv6 # Master distribution broken MASTER_SITES?= ${MASTER_SITE_ISC} Modified: head/news/inn/pkg-plist ============================================================================== --- head/news/inn/pkg-plist Sat Aug 30 19:46:01 2014 (r366671) +++ head/news/inn/pkg-plist Sat Aug 30 20:00:44 2014 (r366672) @@ -1,14 +1,16 @@ +@owner news +@group news @exec mkdir -p %%NEWSBASE%% %%CWDNEWSBASE%% bin/actmerge bin/actsync bin/actsyncd bin/archive -@group news -@mode 4755 +@owner root +@mode 4550 bin/auth/passwd/ckpasswd -@group @mode +@owner news %%KERBEROS%%bin/auth/passwd/auth_krb5 bin/auth/passwd/radius bin/auth/resolv/domain @@ -54,7 +56,11 @@ bin/imapfeed bin/inews bin/inncheck bin/innconfval +@owner root +@mode 4550 bin/innbind +@mode +@owner news bin/innd bin/inndf bin/innfeed @@ -321,8 +327,6 @@ man/man8/writelog.8.gz %%EXAMPLESDIR%%/subscriptions @comment -------------------------------------------------------------- @cwd / -@owner news -@group news @sample %%DBDIR%%/active.sample @sample %%DBDIR%%/active.times.sample @sample %%DBDIR%%/newsgroups.sample @@ -364,14 +368,10 @@ man/man8/writelog.8.gz @sample %%CONFDIR%%/storage.conf.sample @sample %%CONFDIR%%/subscriptions.sample @comment -------------------------------------------------------------- -@owner -@group @cwd @dirrm %%EXAMPLESDIR%%/db @dirrm %%EXAMPLESDIR%% @cwd / -@owner news -@group news @dirrm %%TMPDIR%% @dirrm %%SHAREDIR%% @dirrm %%NEWSSPOOL%%/overview @@ -398,10 +398,8 @@ man/man8/writelog.8.gz @dirrm %%NEWSBASE%%/bin/auth/passwd @dirrm %%NEWSBASE%%/bin/auth @dirrm %%NEWSBASE%%/bin -@dirrm %%CONFDIR%% @dirrm %%DBDIR%% @dirrm %%LOGDIR%%/OLD @dirrm %%LOGDIR%% -@owner news -@group news +@dirrm %%CONFDIR%% @unexec rmdir %%NEWSBASE%% 2>/dev/null ||( echo "===> If you don't plan to use inn later, you can safely remove %%NEWSBASE%%. Deinstall process kept these files intact:" | fmt && for i in $(find %D/news -type f); do echo " - $i"; done)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408302000.s7UK0imI025220>