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-dhcp31-relay/pkg-message | 7 +++++++ net/isc-dhcp31-relay/pkg-plist | 14 +++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) (limited to 'net/isc-dhcp31-relay') diff --git a/net/isc-dhcp31-relay/pkg-message b/net/isc-dhcp31-relay/pkg-message index e69de29bb2d1..9d89214cebc2 100644 --- a/net/isc-dhcp31-relay/pkg-message +++ b/net/isc-dhcp31-relay/pkg-message @@ -0,0 +1,7 @@ +**** To setup dhcrelay, you have to rename %%PREFIX%%/etc/rc.d/isc-\ + dhcrelay.sh.sample to %%PREFIX%%/etc/rc.d/isc-dhcrelay.sh to + enable automatic startup. + %%PREFIX%%/etc/rc.isc-dhcrelay.conf may need to be edited to setup + the `dhcrelay_servers' as required. If needed, you may also tune + `dhcrelay_options' and `dhcrelay_ifaces', both defaulted to `nothing'. + See dhcrelay(8) for details about possible options. diff --git a/net/isc-dhcp31-relay/pkg-plist b/net/isc-dhcp31-relay/pkg-plist index cd79c69431bc..133788149b2c 100644 --- a/net/isc-dhcp31-relay/pkg-plist +++ b/net/isc-dhcp31-relay/pkg-plist @@ -1,13 +1,13 @@ -@comment $FreeBSD: /tmp/pcvs/ports/net/isc-dhcp31-relay/Attic/pkg-plist,v 1.1 2004-01-17 23:42:51 edwin Exp $ +@comment $FreeBSD: /tmp/pcvs/ports/net/isc-dhcp31-relay/Attic/pkg-plist,v 1.2 2004-03-05 22:03:03 sergei Exp $ @unexec if cmp -s %D/etc/rc.isc-dhcrelay.conf %D/etc/rc.isc-dhcrelay.conf.sample; then rm -f %D/etc/rc.isc-dhcrelay.conf; fi etc/rc.isc-dhcrelay.conf.sample @exec [ -f %D/etc/rc.isc-dhcrelay.conf ] || cp %D/etc/rc.isc-dhcrelay.conf.sample %D/etc/rc.isc-dhcrelay.conf etc/rc.d/isc-dhcrelay.sh.sample @unexec rm -f etc/rc.d/isc-dhcrelay.sh sbin/dhcrelay -%%PORTDOCS%%share/doc/isc-dhcp3-relay/ANONCVS -%%PORTDOCS%%share/doc/isc-dhcp3-relay/CHANGES -%%PORTDOCS%%share/doc/isc-dhcp3-relay/COPYRIGHT -%%PORTDOCS%%share/doc/isc-dhcp3-relay/README -%%PORTDOCS%%share/doc/isc-dhcp3-relay/RELNOTES -%%PORTDOCS%%@dirrm share/doc/isc-dhcp3-relay +%%PORTDOCS%%%%DOCSDIR%%/ANONCVS +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/RELNOTES +%%PORTDOCS%%@dirrm %%DOCSDIR%% -- cgit v1.2.3