Lines 1-20
Link Here
|
|
|
1 |
@comment $FreeBSD$ |
1 |
bin/logtail |
2 |
bin/logtail |
|
|
3 |
@exec test -d %%LOGCHECK_TMP%% || mkdir -m 700 %%LOGCHECK_TMP%% && chown root:wheel %%LOGCHECK_TMP%% |
4 |
@unexec rmdir %%LOGCHECK_TMP%% 2>/dev/null || true |
5 |
etc/logcheck.hacking.sample |
6 |
etc/logcheck.ignore.sample |
2 |
etc/logcheck.sh |
7 |
etc/logcheck.sh |
3 |
%%EXAMPLESDIR%%/logcheck.hacking |
8 |
etc/logcheck.violations.ignore.sample |
4 |
@exec test -f %D/etc/%f || cp %D/%f %D/etc |
9 |
etc/logcheck.violations.sample |
5 |
%%EXAMPLESDIR%%/logcheck.ignore |
|
|
6 |
@exec test -f %D/etc/%f || cp %D/%f %D/etc |
7 |
%%EXAMPLESDIR%%/logcheck.violations.ignore |
8 |
@exec test -f %D/etc/%f || cp %D/%f %D/etc |
9 |
%%EXAMPLESDIR%%/logcheck.violations |
10 |
@exec test -f %D/etc/%f || cp %D/%f %D/etc |
11 |
@dirrm %%EXAMPLESDIR%% |
12 |
%%PORTDOCS%%%%DOCSDIR%%/CREDITS |
10 |
%%PORTDOCS%%%%DOCSDIR%%/CREDITS |
13 |
%%PORTDOCS%%%%DOCSDIR%%/INSTALL |
11 |
%%PORTDOCS%%%%DOCSDIR%%/INSTALL |
14 |
%%PORTDOCS%%%%DOCSDIR%%/README |
12 |
%%PORTDOCS%%%%DOCSDIR%%/README |
15 |
%%PORTDOCS%%%%DOCSDIR%%/README.how.to.interpret |
13 |
%%PORTDOCS%%%%DOCSDIR%%/README.how.to.interpret |
16 |
%%PORTDOCS%%%%DOCSDIR%%/README.keywords |
14 |
%%PORTDOCS%%%%DOCSDIR%%/README.keywords |
17 |
%%PORTDOCS%%@dirrm %%DOCSDIR%% |
15 |
%%PORTDOCS%%@dirrm %%DOCSDIR%% |
18 |
@cwd / |
|
|
19 |
@exec test -d %%LOGCHECK_TMP%% || mkdir -m 700 %%LOGCHECK_TMP%% && chown root:wheel %%LOGCHECK_TMP%% |
20 |
@unexec rmdir %%LOGCHECK_TMP%% 2>/dev/null || true |