summaryrefslogtreecommitdiff
path: root/sysutils/logtool-devel/pkg-plist
blob: cbeb840d8745b96e1c7db4e086c76f9e5cde004c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
bin/logtool
bin/logtail
@unexec if cmp -s %D/etc/logtool/exclude %D/etc/logtool/exclude.dist; then rm -f %D/etc/logtool/exclude; fi
etc/logtool/exclude.dist
@exec [ -f %B/exclude ] || cp %B/%f %B/exclude
@unexec if cmp -s %D/etc/logtool/green %D/etc/logtool/green.dist; then rm -f %D/etc/logtool/green; fi
etc/logtool/green.dist
@exec [ -f %B/green ] || cp %B/%f %B/green
@unexec if cmp -s %D/etc/logtool/include %D/etc/logtool/include.dist; then rm -f %D/etc/logtool/include; fi
etc/logtool/include.dist
@exec [ -f %B/include ] || cp %B/%f %B/include
@unexec if cmp -s %D/etc/logtool/logtool.conf %D/etc/logtool/logtool.conf.dist; then rm -f %D/etc/logtool/logtool.conf; fi
etc/logtool/logtool.conf.dist
@exec [ -f %B/logtool.conf ] || cp %B/%f %B/logtool.conf
@unexec if cmp -s %D/etc/logtool/yellow %D/etc/logtool/yellow.dist; then rm -f %D/etc/logtool/yellow; fi
etc/logtool/yellow.dist
@exec [ -f %B/yellow ] || cp %B/%f %B/yellow
@unexec rmdir %D/etc/logtool 2>/dev/null || true
%%PORTDOCS%%share/doc/logtool/examples/README
%%PORTDOCS%%share/doc/logtool/examples/cronjob.genwebpage.sh
%%PORTDOCS%%share/doc/logtool/examples/cronjob.emailreport.sh
%%PORTDOCS%%share/doc/logtool/examples/monitor.logs.sh
%%PORTDOCS%%share/doc/logtool/logtool.txt
%%PORTDOCS%%@dirrm share/doc/logtool/examples
%%PORTDOCS%%@dirrm share/doc/logtool