mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
bfd39978e5
as a package - Bump PORTREVISION Reported by: Forrest Aldrich <forrie@forrie.com> PR: 50915 Submitted by: Sergei Kolobov <sergei@kolobov.com>
21 lines
740 B
Plaintext
21 lines
740 B
Plaintext
bin/logtail
|
|
etc/logcheck.sh
|
|
%%EXAMPLESDIR%%/logcheck.hacking
|
|
@exec test -f %D/etc/%f || cp %D/%f %D/etc
|
|
%%EXAMPLESDIR%%/logcheck.ignore
|
|
@exec test -f %D/etc/%f || cp %D/%f %D/etc
|
|
%%EXAMPLESDIR%%/logcheck.violations.ignore
|
|
@exec test -f %D/etc/%f || cp %D/%f %D/etc
|
|
%%EXAMPLESDIR%%/logcheck.violations
|
|
@exec test -f %D/etc/%f || cp %D/%f %D/etc
|
|
@dirrm %%EXAMPLESDIR%%
|
|
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.how.to.interpret
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.keywords
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@cwd /
|
|
@exec test -d %%LOGCHECK_TMP%% || mkdir -m 700 %%LOGCHECK_TMP%% && chown root:wheel %%LOGCHECK_TMP%%
|
|
@unexec rmdir %%LOGCHECK_TMP%% 2>/dev/null || true
|