freebsd-ports/net/trafshow3/pkg-plist
Sergey Matveychuk 386493496e - Get back trafshow 3. It shows the most true results.
Asked by:	many users
2006-01-18 09:58:44 +00:00

4 lines
196 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 [ ! -f %D/etc/trafshow.dist ]; then cp -p %D/%F %B/trafshow.dist; fi