summaryrefslogtreecommitdiff
path: root/net/isc-dhcp2/Makefile
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-07-25 22:16:40 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-07-25 22:16:40 +0000
commit41de43aecf99fd230c1c391f449168a66da503b2 (patch)
treed7fb0ab5d47c73df22b2a448272dc128a39f8e40 /net/isc-dhcp2/Makefile
parentRemove BROKEN. The gid/uid conflict only existed because other ports (diff)
touch /etc/dhclient.conf after install
This lets dhclient run without someone creating a customized file. Requested by: obrien
Notes
Notes: svn path=/head/; revision=12128
Diffstat (limited to 'net/isc-dhcp2/Makefile')
-rw-r--r--net/isc-dhcp2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/isc-dhcp2/Makefile b/net/isc-dhcp2/Makefile
index ad8be6e73a98..a6cfb13cb1d6 100644
--- a/net/isc-dhcp2/Makefile
+++ b/net/isc-dhcp2/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 Mar 1996
# Whom: se
#
-# $Id: Makefile,v 1.18 1998/05/24 03:04:27 steve Exp $
+# $Id: Makefile,v 1.19 1998/07/14 03:26:34 jseger Exp $
#
DISTNAME= dhcp-2.0b1pl6
@@ -24,6 +24,7 @@ _MANPAGES+= ${CAT8:S%^%${MANPREFIX}/man/cat8/%}
post-install:
${TOUCH} /var/db/dhcpd.leases
+ ${TOUCH} /etc/dhclient.conf
.for file in dhclient dhcpd dhcrelay
if [ -f ${PREFIX}/sbin/${file} ]; then \
strip ${PREFIX}/sbin/${file}; \