diff options
author | R. Imura <imura@FreeBSD.org> | 2000-02-13 03:52:26 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-02-13 03:52:26 +0000 |
commit | 7f031ba6eb0fe44fdc78f0944d43e2b7fea8602a (patch) | |
tree | c836bc4dc46221886049808dda2748ced0e341da /net-mgmt/dhcpconf/pkg-descr | |
parent | Style nits in the ports I maintain. (diff) |
Initial import of dhcpconf-0.7.0.
Neat console-based ISC DHCP server configuration-generating utility.
PR: 16520
Submitted by: Will Andrews <andrews@technologist.com>
Notes
Notes:
svn path=/head/; revision=25735
Diffstat (limited to 'net-mgmt/dhcpconf/pkg-descr')
-rw-r--r-- | net-mgmt/dhcpconf/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net-mgmt/dhcpconf/pkg-descr b/net-mgmt/dhcpconf/pkg-descr new file mode 100644 index 000000000000..ab1ffc76967a --- /dev/null +++ b/net-mgmt/dhcpconf/pkg-descr @@ -0,0 +1,9 @@ +dhcpconf is a neat configuration utility for the ISC DHCP server. +It works by bringing up a couple dialog boxes that look strangely +like they're created using ncurses but really newt - and then checking +your options and generating a dhcpd.conf. + +WWW: http://members.xoom.com/vschade/dhcp-conf/ +Author: Vee Schade <vschade@mindless.com> + +--Will <andrews@technologist.com> |