aboutsummaryrefslogtreecommitdiff
path: root/net/pwhois/pkg-plist
blob: 681413d25c9e8067aec15e31ab8067a4ce0e4d3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
etc/periodic/daily/512.pwhois-updatedb
sbin/pwhois-updatedb
sbin/pwhoisd
@group pwhois
@mode 640
@unexec if cmp -s %D/etc/pwhois/pwhoisd.conf %D/etc/pwhois/pwhoisd.conf.sample ; then rm -f %D/etc/pwhois/pwhoisd.conf ; fi
%%ETCDIR%%/pwhoisd.conf.sample
@exec if [ ! -f %D/etc/pwhois/pwhoisd.conf ]; then cp -p %D/%F %B/pwhoisd.conf; fi
@group wheel
@mode
%%DATADIR%%/createdb.sql
@dirrm %%DATADIR%%
@dirrmtry %%ETCDIR%%
@dirrmtry etc/periodic/daily
@dirrmtry etc/periodic
@cwd /
@dirrmtry var/db/pwhois
@dirrmtry var/log/pwhois
@unexec if [ -d var/db/pwhois ]; then echo "You should remove /var/db/pwhois if you don't need it any more."; fi
@unexec if [ -d var/log/pwhois ]; then echo "You should remove /var/log/pwhois if you don't need it any more."; fi