diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-01 22:15:01 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-01 22:15:01 +0800 |
commit | f5e74b6d5aabe3be485b143c58c6a1023e7c6132 (patch) | |
tree | 0bb419ada5ef040e6c3cc6ac35cda27d20cdcf9f /net | |
parent | 6765f906ac7d831a014308b4f5140ed8d50983a8 (diff) | |
download | freebsd-ports-gnome-f5e74b6d5aabe3be485b143c58c6a1023e7c6132.tar.gz freebsd-ports-gnome-f5e74b6d5aabe3be485b143c58c6a1023e7c6132.tar.zst freebsd-ports-gnome-f5e74b6d5aabe3be485b143c58c6a1023e7c6132.zip |
- Switch to @sample
Approved by: portmgr blanket
Diffstat (limited to 'net')
-rw-r--r-- | net/isc-dhcp41-server/pkg-plist | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/isc-dhcp41-server/pkg-plist b/net/isc-dhcp41-server/pkg-plist index 39ca60742032..ec4d1dc99360 100644 --- a/net/isc-dhcp41-server/pkg-plist +++ b/net/isc-dhcp41-server/pkg-plist @@ -1,11 +1,7 @@ @unexec %D/etc/rc.d/isc-dhcpd forcestop 2>/dev/null || true %%IPV6%%@unexec %D/etc/rc.d/isc-dhcpd6 forcestop 2>/dev/null || true -@unexec if cmp -s %D/etc/dhcpd.conf.sample %D/etc/dhcpd.conf; then rm -f %D/etc/dhcpd.conf; fi -etc/dhcpd.conf.sample -@exec if [ ! -f %D/etc/dhcpd.conf ] ; then cp -p %D/%F %B/dhcpd.conf; fi -%%IPV6%%@unexec if cmp -s %D/etc/dhcpd6.conf.sample %D/etc/dhcpd6.conf; then rm -f %D/etc/dhcpd6.conf; fi -%%IPV6%%etc/dhcpd6.conf.sample -%%IPV6%%@exec if [ ! -f %D/etc/dhcpd6.conf ] ; then cp -p %D/%F %B/dhcpd6.conf; fi +@sample etc/dhcpd.conf.sample +%%IPV6%%@sample etc/dhcpd6.conf.sample %%IPV6%%etc/rc.d/isc-dhcpd6 sbin/dhcpd bin/omshell |