mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
408859ab2d
- Fix a bug when config file was overriden [1] Reported by: Anton Yuzhaninov (citrin@RusNet)
5 lines
186 B
Plaintext
5 lines
186 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 ]; then cp -p %D/%F %B/trafshow; fi
|