mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
mail/mailman: Use .conf suffix for /usr/local/etc/newsyslog.conf.d/
Rename the files installed to /usr/local/etc/newsyslog.conf.d/ to end with a '.conf' suffix. Proposed changes to /etc/newsyslog.conf will only include files from the /usr/local/etc/newsyslog.conf.d/ directory which end with '.conf' and do not beginning with a '.' character. https://reviews.freebsd.org/D17086 Approved by: mandree (maintainer) Differential Revision: https://reviews.freebsd.org/D17088
This commit is contained in:
parent
b21175d0ec
commit
01511af0db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479294
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= mailman
|
||||
DISTVERSION= 2.1.29
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= GNU \
|
||||
SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \
|
||||
|
@ -1,7 +1,7 @@
|
||||
@postunexec if cmp -s %D/%%MMDIR%%/Mailman/mm_cfg.py %D/%%MMDIR%%/Mailman/mm_cfg.py.dist; then rm -f %D/%%MMDIR%%/Mailman/mm_cfg.py; fi
|
||||
@postunexec rm -f %D/%%MMDIR%%/Mailman/mm_cfg.pyc
|
||||
@dir etc/newsyslog.conf.d
|
||||
@sample %%EXAMPLESDIR%%/mailman.newsyslog.sample etc/newsyslog.conf.d/mailman.newsyslog
|
||||
@sample %%EXAMPLESDIR%%/mailman.newsyslog.sample etc/newsyslog.conf.d/mailman.conf
|
||||
%%IMGDIR%%/mailman-large.jpg
|
||||
%%IMGDIR%%/gnu-head-tiny.jpg
|
||||
%%IMGDIR%%/mailman.jpg
|
||||
|
Loading…
Reference in New Issue
Block a user