408859ab2d
- Fix a bug when config file was overriden [1] Reported by: Anton Yuzhaninov (citrin@RusNet)
4 lines
186 B
Text
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 [ ! -f %D/etc/trafshow ]; then cp -p %D/%F %B/trafshow; fi
|