diff options
author | jseger <jseger@FreeBSD.org> | 1998-07-25 22:16:40 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-07-25 22:16:40 +0000 |
commit | ad8455c36747de540183e173f8e31019a5e8cb24 (patch) | |
tree | d0acb58a83aa4151935ff29368177af99ec0444f /net/isc-dhcp3/pkg-plist | |
parent | de7772f01367bd1c78e9b68a3a2d69deef58473b (diff) | |
download | FreeBSD-ports-ad8455c36747de540183e173f8e31019a5e8cb24.zip FreeBSD-ports-ad8455c36747de540183e173f8e31019a5e8cb24.tar.gz |
touch /etc/dhclient.conf after install
This lets dhclient run without someone creating a customized file.
Requested by: obrien
Diffstat (limited to 'net/isc-dhcp3/pkg-plist')
-rw-r--r-- | net/isc-dhcp3/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/isc-dhcp3/pkg-plist b/net/isc-dhcp3/pkg-plist index 0187ba9..273a975 100644 --- a/net/isc-dhcp3/pkg-plist +++ b/net/isc-dhcp3/pkg-plist @@ -11,3 +11,4 @@ sbin/dhclient sbin/dhcpd sbin/dhcrelay @exec touch /var/db/dhcpd.leases +@exec touch /etc/dhclient.conf |