freebsd-ports/net/trafshow/pkg-plist
Jean-Yves Lefort 504f223ffc - Update to 5.2.1 [1]
- Fix configuration file handling across updates

[1]:
PR:		ports/88123
Submitted by:	Serge Maslov <serge@maslov.biz>
Approved by:	maintainer
2005-11-05 14:26:45 +00:00

4 lines
186 B
Text

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 [ ! -e %D/etc/trafshow ]; then cp -p %D/%F %B/trafshow; fi