summaryrefslogtreecommitdiff
path: root/dns/dnsutl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove obsolete mastersiteEdwin Groothuis2003-11-031-2/+1
| | | | Notes: svn path=/head/; revision=93004
* - Unbreak dns/dnsutl on 5.xKirill Ponomarev2003-10-222-7/+30
| | | | | | | | PR: 58356 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> Notes: svn path=/head/; revision=91875
* BROKEN on 5.x (does not build)Kris Kennaway2003-10-121-1/+7
| | | | Notes: svn path=/head/; revision=90891
* Reset bouncing maintainer addressKris Kennaway2003-10-121-1/+1
| | | | Notes: svn path=/head/; revision=90890
* Massive repo-copies request: net->dns (partly devel->dns)Edwin Groothuis2003-09-051-1/+1
| | | | | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr Notes: svn path=/head/; revision=88573
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Update to 1.6.Maxim Sobolev2000-07-134-15/+26
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=30572
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27423
* Install manpages and add WWW to DESCR. Note: since our soelim(1) doesn'tSteve Price1999-12-273-24/+111
| | | | | | | | | | | | | | | | support a '-I' argument, instead of this soelim -Iman1 man1/foo.1 > tmp I did this. (cd man1; soelim foo.1) > tmp PR: 15093 Submitted by: maintainer Notes: svn path=/head/; revision=24123
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Update to version 1.5.Steve Price1999-08-014-101/+27
| | | | | | | | PR: 12848 Submitted by: maintainer Notes: svn path=/head/; revision=20431
* Fix instances of "This is ...."Tim Vanderhoek1999-07-031-1/+1
| | | | Notes: svn path=/head/; revision=19966
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* dns-rev Take the forward DNS mapping and generate the reverse mapping.David E. O'Brien1998-12-016-0/+147
dns-hosts Take the forward DNS mapping and generate the /etc/hosts file. dns-ng Take the forward DNS mapping and generate the /etc/netgroup file. Submitted-by: Karl.Dietz@triplan.com PR: 8664 Notes: svn path=/head/; revision=15017