svn commit: r509903 - head/net/isc-dhcp44-client

Baptiste Daroussin bapt at FreeBSD.org
Mon Aug 26 11:00:15 UTC 2019


Author: bapt
Date: Mon Aug 26 11:00:14 2019
New Revision: 509903
URL: https://svnweb.freebsd.org/changeset/ports/509903

Log:
  Convert to @sample

Modified:
  head/net/isc-dhcp44-client/pkg-plist

Modified: head/net/isc-dhcp44-client/pkg-plist
==============================================================================
--- head/net/isc-dhcp44-client/pkg-plist	Mon Aug 26 10:50:55 2019	(r509902)
+++ head/net/isc-dhcp44-client/pkg-plist	Mon Aug 26 11:00:14 2019	(r509903)
@@ -4,8 +4,6 @@ man/man5/dhclient.conf.5.gz
 man/man5/dhclient.leases.5.gz
 man/man8/dhclient.8.gz
 man/man8/dhclient-script.8.gz
- at unexec if cmp -s %D/etc/dhclient.conf.example %D/etc/dhclient.conf; then rm -f %D/etc/dhclient.conf; fi
-etc/dhclient.conf.example
- at exec if [ ! -f %D/etc/dhclient.conf ] ; then cp -p %D/%F %B/dhclient.conf; fi
+ at sample %D/etc/dhclient.conf.example %D/etc/dhclient.conf
 @exec [ -f /var/run/dhclient.leases ] || touch /var/run/dhclient.leases
 @unexec [ -s /var/run/dhclient.leases ] || rm -f /var/run/dhclient.leases


More information about the svn-ports-all mailing list