diff options
author | zi <zi@FreeBSD.org> | 2012-09-07 05:48:46 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2012-09-07 05:48:46 +0800 |
commit | 74737c7512e2d9420a45bdd9450892b6cde8586a (patch) | |
tree | ea617e1bae97f7768e2ae1276ce11f998c7be9e7 | |
parent | c22d82560bcdfbb5491f3e5efb3fd60654cd42aa (diff) | |
download | freebsd-ports-gnome-74737c7512e2d9420a45bdd9450892b6cde8586a.tar.gz freebsd-ports-gnome-74737c7512e2d9420a45bdd9450892b6cde8586a.tar.zst freebsd-ports-gnome-74737c7512e2d9420a45bdd9450892b6cde8586a.zip |
- Correct pkg-message sample syntax
Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
-rw-r--r-- | net/isc-dhcp41-client/pkg-message | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/isc-dhcp41-client/pkg-message b/net/isc-dhcp41-client/pkg-message index 106035b3b8ff..d42690b5c108 100644 --- a/net/isc-dhcp41-client/pkg-message +++ b/net/isc-dhcp41-client/pkg-message @@ -1,8 +1,8 @@ **** 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" + dhclient_program="%%PREFIX%%/sbin/dhclient" + dhclient_flags="-q" See dhclient(8), using the following command, for details about other possible options: |