diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-24 10:36:11 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-24 10:36:11 +0000 |
commit | 7bf15c22c8266cefe206f3b8dd180d50f9d7e371 (patch) | |
tree | 03ad4590aea181593e89bfe6825f716d0e1fba28 /net/xprobe/pkg-plist | |
parent | 474b429209d1feada292ef85821ed0caad5dcc76 (diff) |
Notes
Diffstat (limited to 'net/xprobe/pkg-plist')
-rw-r--r-- | net/xprobe/pkg-plist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/xprobe/pkg-plist b/net/xprobe/pkg-plist index 962d1771ad46..fe8e5de5b91e 100644 --- a/net/xprobe/pkg-plist +++ b/net/xprobe/pkg-plist @@ -1,5 +1,6 @@ bin/xprobe2 -@unexec if cmp -s %D/%%ETCDIR%%/xprobe2.conf.sample %D/%%ETCDIR%%/xprobe2.conf; then rm -f %D/%%ETCDIR%%/xprobe2.conf; fi +@unexec if cmp -s %D/%%ETCDIR%%/xprobe2.conf %D/%%ETCDIR%%/xprobe2.conf.sample; then rm -f %D/%%ETCDIR%%/xprobe2.conf; fi %%ETCDIR%%/xprobe2.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/xprobe2.conf ]; then cp -p %D/%F %B/xprobe2.conf; fi +man/man1/xprobe2.1.gz @dirrm %%ETCDIR%% |