diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-03-05 22:03:03 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-03-05 22:03:03 +0000 |
commit | 4e89536c146f3c82fc9c4375f5711b11a45892fe (patch) | |
tree | ea6805911253b79e0f06d32f03a2be67ca09ce50 /net/isc-dhcp31-client | |
parent | 8d9d1f0878a1a620596d13737b9fae5d5ac699c3 (diff) |
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
Notes
Notes:
svn path=/head/; revision=103053
Diffstat (limited to 'net/isc-dhcp31-client')
-rw-r--r-- | net/isc-dhcp31-client/pkg-message | 7 | ||||
-rw-r--r-- | net/isc-dhcp31-client/pkg-plist | 14 |
2 files changed, 14 insertions, 7 deletions
diff --git a/net/isc-dhcp31-client/pkg-message b/net/isc-dhcp31-client/pkg-message index e69de29bb2d1..3138203501ca 100644 --- a/net/isc-dhcp31-client/pkg-message +++ b/net/isc-dhcp31-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-dhcp31-client/pkg-plist b/net/isc-dhcp31-client/pkg-plist index d6aa4a9a3e65..489e362026b0 100644 --- a/net/isc-dhcp31-client/pkg-plist +++ b/net/isc-dhcp31-client/pkg-plist @@ -1,14 +1,14 @@ -@comment $FreeBSD: /tmp/pcvs/ports/net/isc-dhcp31-client/Attic/pkg-plist,v 1.1 2004-01-17 23:43:51 edwin Exp $ +@comment $FreeBSD: /tmp/pcvs/ports/net/isc-dhcp31-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 |