svn commit: r514505 - in head/net: isc-dhcp44-client isc-dhcp44-server

Tobias Kortkamp tobik at FreeBSD.org
Tue Oct 15 10:00:36 UTC 2019


Author: tobik
Date: Tue Oct 15 10:00:34 2019
New Revision: 514505
URL: https://svnweb.freebsd.org/changeset/ports/514505

Log:
  net/isc-dhcp44-client: Fix @sample usage after r509903
  
  Installing isc-dhcp44-client-4.4.1...
  cp: /usr/local/%D/etc/dhclient.conf.example: No such file or directory
  
  Pointy hat:	bapt

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

Modified: head/net/isc-dhcp44-client/pkg-plist
==============================================================================
--- head/net/isc-dhcp44-client/pkg-plist	Tue Oct 15 09:39:19 2019	(r514504)
+++ head/net/isc-dhcp44-client/pkg-plist	Tue Oct 15 10:00:34 2019	(r514505)
@@ -4,6 +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 sample %D/etc/dhclient.conf.example %D/etc/dhclient.conf
+ at sample etc/dhclient.conf.example 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

Modified: head/net/isc-dhcp44-server/Makefile
==============================================================================
--- head/net/isc-dhcp44-server/Makefile	Tue Oct 15 09:39:19 2019	(r514504)
+++ head/net/isc-dhcp44-server/Makefile	Tue Oct 15 10:00:34 2019	(r514505)
@@ -20,7 +20,7 @@ LICENSE=	MPL20
 USES=		gmake
 
 PORTREVISION_SERVER=	4
-PORTREVISION_CLIENT=	0
+PORTREVISION_CLIENT=	1
 PORTREVISION_RELAY=	0
 
 SUBSYS?=	server


More information about the svn-ports-head mailing list