mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3276d4167c
PR: ports/21432 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> via maintainer Approved by: Udo Schweigert <ust@cert.siemens.de>
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
|