mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
eb84bb0770
(thanks Paulius Bulotas for reporting) - Avoid ever touching existing configs by installing example files with .sample suffix into ${PREFIX}/etc; do not install duplicates in ${EXAMPLESDIR} - Removed unneeded @cwd in pkg-plist - Bump PORTREVISION due to changed package PR: 55971 Submitted by: Sergei Kolobov <sergei@kolobov.com>
16 lines
537 B
Plaintext
16 lines
537 B
Plaintext
@comment $FreeBSD$
|
|
bin/logtail
|
|
@exec test -d %%LOGCHECK_TMP%% || mkdir -m 700 %%LOGCHECK_TMP%% && chown root:wheel %%LOGCHECK_TMP%%
|
|
@unexec rmdir %%LOGCHECK_TMP%% 2>/dev/null || true
|
|
etc/logcheck.hacking.sample
|
|
etc/logcheck.ignore.sample
|
|
etc/logcheck.sh
|
|
etc/logcheck.violations.ignore.sample
|
|
etc/logcheck.violations.sample
|
|
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.how.to.interpret
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.keywords
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|