mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
32d6be863c
PR: ports/143108 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Approved by: maintainer
5 lines
184 B
Plaintext
5 lines
184 B
Plaintext
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
|