mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
6102c7e75b
network. WWW: http://www.si6networks.com/tools/ipv6mon/
6 lines
259 B
Plaintext
6 lines
259 B
Plaintext
@comment $FreeBSD$
|
|
@unexec cmp -s %D/etc/ipv6mon.conf.dist %D/etc/ipv6mon.conf && rm -f %D/etc/ipv6mon.conf || true
|
|
etc/ipv6mon.conf.dist
|
|
@exec if [ ! -r %D/etc/ipv6mon.conf ]; then install -m 444 %D/etc/ipv6mon.conf.dist %D/etc/ipv6mon.conf; fi
|
|
sbin/ipv6mon
|