From 4e89536c146f3c82fc9c4375f5711b11a45892fe Mon Sep 17 00:00:00 2001 From: Sergei Kolobov Date: Fri, 5 Mar 2004 22:03:03 +0000 Subject: Post-repocopy fixes: - add omitted content to pkg-message (-client, -relay) - remove empty pkg-message file (-devel) - use DOCSDIR macro - fix pkg-plist (-server) PR: ports/62025 Submitted by: maintainer --- net/isc-dhcp30-client/pkg-message | 7 +++++++ net/isc-dhcp30-client/pkg-plist | 14 +++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) (limited to 'net/isc-dhcp30-client') diff --git a/net/isc-dhcp30-client/pkg-message b/net/isc-dhcp30-client/pkg-message index e69de29bb2d1..3138203501ca 100644 --- a/net/isc-dhcp30-client/pkg-message +++ b/net/isc-dhcp30-client/pkg-message @@ -0,0 +1,7 @@ +**** To setup dhclient, you may need to edit /etc/rc.conf to replace the + base system dhclient, such as : + dhcp_program="%%PREFIX%%/sbin/dhclient" + dhcp_flags="-q" + See dhclient(8), using the following command, for details about other + possible options: + MANPATH=%%MAN1PREFIX%%/man man 8 dhclient diff --git a/net/isc-dhcp30-client/pkg-plist b/net/isc-dhcp30-client/pkg-plist index 1dd658493adc..24a86ac55ff0 100644 --- a/net/isc-dhcp30-client/pkg-plist +++ b/net/isc-dhcp30-client/pkg-plist @@ -1,14 +1,14 @@ -@comment $FreeBSD: /tmp/pcvs/ports/net/isc-dhcp30-client/Attic/pkg-plist,v 1.1 2004-01-17 23:43:51 edwin Exp $ +@comment $FreeBSD: /tmp/pcvs/ports/net/isc-dhcp30-client/Attic/pkg-plist,v 1.2 2004-03-05 22:03:02 sergei Exp $ etc/dhclient.conf.sample @exec [ -f %D/etc/dhclient.conf ] || touch %D/etc/dhclient.conf @unexec [ -L %D/etc/dhclient.conf -o -s %D/etc/dhclient.conf ] || rm -f %D/etc/dhclient.conf sbin/dhclient sbin/dhclient-script -%%PORTDOCS%%share/doc/isc-dhcp3-client/ANONCVS -%%PORTDOCS%%share/doc/isc-dhcp3-client/CHANGES -%%PORTDOCS%%share/doc/isc-dhcp3-client/COPYRIGHT -%%PORTDOCS%%share/doc/isc-dhcp3-client/README -%%PORTDOCS%%share/doc/isc-dhcp3-client/RELNOTES -%%PORTDOCS%%@dirrm share/doc/isc-dhcp3-client +%%PORTDOCS%%%%DOCSDIR%%/ANONCVS +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/RELNOTES +%%PORTDOCS%%@dirrm %%DOCSDIR%% @exec [ -f /var/run/dhclient.leases ] || touch /var/run/dhclient.leases @unexec [ -s /var/run/dhclient.leases ] || rm -f /var/run/dhclient.leases -- cgit v1.2.3