32d6be863c
PR: ports/143108 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Approved by: maintainer
4 lines
184 B
Text
4 lines
184 B
Text
sbin/iplog
|
|
@unexec if cmp -s %D/etc/iplog.conf %D/etc/example-iplog.conf; then rm -f %D/etc/iplog.conf; fi
|
|
etc/example-iplog.conf
|
|
@exec test -f %B/iplog.conf || cp %B/%f %B/iplog.conf
|