freebsd-ports/net/trafshow3/pkg-plist
James E. Housley f59493eb93 Keep seperate ${PREFIX}/etc/trafshow and ${PREFIX}/etc/trafshow.dist files.
No response from the MAINTAINER in a month.

PR:		21288
Submitted by:	James E. Housley <jim@thehousleys.net> (me)
2000-10-29 22:27:34 +00:00

5 lines
196 B
Plaintext

bin/trafshow
@unexec if cmp -s %D/etc/trafshow %D/etc/trafshow.dist; then rm -f %D/etc/trafshow; fi
etc/trafshow.dist
@exec if [ ! -f %D/etc/trafshow.dist ]; then cp -p %D/%F %B/trafshow.dist; fi