Make all files owned by news:news as it was in the previous version

Correctly make innbind setuid again
Bump PORTREVISION
This commit is contained in:
Johan van Selst 2014-08-30 20:00:44 +00:00
parent 86b993c1f1
commit e80ffe9e5a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366672
2 changed files with 11 additions and 13 deletions

View File

@ -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}

View File

@ -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)