diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-03-11 14:04:57 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-03-11 14:04:57 +0000 |
commit | 071ea796c1307e737cc3101448aa934353fe247c (patch) | |
tree | 9b547d90b7bf52208d85284b072f01b7f3c1bd12 /net/isc-dhcpd4 | |
parent | 76ac67f79ab2db3505e1a973a83a4eaf36567eb1 (diff) | |
download | pkgsrc-071ea796c1307e737cc3101448aa934353fe247c.tar.gz |
Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
Diffstat (limited to 'net/isc-dhcpd4')
-rw-r--r-- | net/isc-dhcpd4/PLIST | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/isc-dhcpd4/PLIST b/net/isc-dhcpd4/PLIST index e4ab2390ca2..59a489d00db 100644 --- a/net/isc-dhcpd4/PLIST +++ b/net/isc-dhcpd4/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2013/12/13 16:34:17 jakllsch Exp $ +@comment $NetBSD: PLIST,v 1.5 2014/03/11 14:05:08 jperkin Exp $ bin/omshell lib/libdhcpctl.a lib/libomapi.a @@ -10,5 +10,3 @@ man/man5/dhcpd.leases.5 man/man8/dhcpd.8 sbin/dhcpd share/examples/isc-dhcpd/dhcpd.conf -share/examples/rc.d/isc_dhcpd -share/examples/rc.d/isc_dhcpd6 |