Lines 1-25
Link Here
|
1 |
bin/logtool |
1 |
bin/logtool |
2 |
bin/logtail |
2 |
bin/logtail |
3 |
@unexec if cmp -s %D/etc/logtool/exclude %D/etc/logtool/exclude.dist; then rm -f %D/etc/logtool/exclude; fi |
3 |
etc/logtool/logtool.conf |
|
|
4 |
etc/logtool/green |
5 |
etc/logtool/yellow |
6 |
etc/logtool/include |
7 |
etc/logtool/exclude |
8 |
etc/logtool/logtool.conf.dist |
4 |
etc/logtool/exclude.dist |
9 |
etc/logtool/exclude.dist |
5 |
@exec [ -f %B/exclude ] || cp %B/%f %B/exclude |
|
|
6 |
@unexec if cmp -s %D/etc/logtool/green %D/etc/logtool/green.dist; then rm -f %D/etc/logtool/green; fi |
7 |
etc/logtool/green.dist |
10 |
etc/logtool/green.dist |
8 |
@exec [ -f %B/green ] || cp %B/%f %B/green |
|
|
9 |
@unexec if cmp -s %D/etc/logtool/include %D/etc/logtool/include.dist; then rm -f %D/etc/logtool/include; fi |
10 |
etc/logtool/include.dist |
11 |
etc/logtool/include.dist |
11 |
@exec [ -f %B/include ] || cp %B/%f %B/include |
|
|
12 |
@unexec if cmp -s %D/etc/logtool/logtool.conf %D/etc/logtool/logtool.conf.dist; then rm -f %D/etc/logtool/logtool.conf; fi |
13 |
etc/logtool/logtool.conf.dist |
14 |
@exec [ -f %B/logtool.conf ] || cp %B/%f %B/logtool.conf |
15 |
@unexec if cmp -s %D/etc/logtool/yellow %D/etc/logtool/yellow.dist; then rm -f %D/etc/logtool/yellow; fi |
16 |
etc/logtool/yellow.dist |
12 |
etc/logtool/yellow.dist |
17 |
@exec [ -f %B/yellow ] || cp %B/%f %B/yellow |
13 |
%%PORTDOCS%%share/doc/logtool/scripts/monitor.logs.sh |
18 |
@unexec rmdir %D/etc/logtool 2>/dev/null || true |
14 |
%%PORTDOCS%%share/doc/logtool/scripts/README |
19 |
%%PORTDOCS%%share/doc/logtool/examples/README |
15 |
%%PORTDOCS%%share/doc/logtool/scripts/cronjob.emailreport.sh |
20 |
%%PORTDOCS%%share/doc/logtool/examples/cronjob.genwebpage.sh |
16 |
%%PORTDOCS%%share/doc/logtool/scripts/cronjob.genwebpage.sh |
21 |
%%PORTDOCS%%share/doc/logtool/examples/cronjob.emailreport.sh |
17 |
%%PORTDOCS%%share/doc/logtool/scripts/logtool_logcheck.sh |
22 |
%%PORTDOCS%%share/doc/logtool/examples/monitor.logs.sh |
|
|
23 |
%%PORTDOCS%%share/doc/logtool/logtool.txt |
18 |
%%PORTDOCS%%share/doc/logtool/logtool.txt |
24 |
%%PORTDOCS%%@dirrm share/doc/logtool/examples |
19 |
@dirrm etc/logtool |
|
|
20 |
%%PORTDOCS%%@dirrm share/doc/logtool/scripts |
25 |
%%PORTDOCS%%@dirrm share/doc/logtool |
21 |
%%PORTDOCS%%@dirrm share/doc/logtool |