mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
504f223ffc
- Fix configuration file handling across updates [1]: PR: ports/88123 Submitted by: Serge Maslov <serge@maslov.biz> Approved by: maintainer
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 [ ! -e %D/etc/trafshow ]; then cp -p %D/%F %B/trafshow; fi
|