| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
| |
Submitted by: bento
|
| |
|
|
|
|
| |
caching name server.
|
| |
|
|
|
|
|
|
| |
chmod -> ${CHMOD}
echo -> ${ECHO}
http:// -> WWW: http://
|
| |
|
|
|
|
|
| |
PR: 18055
Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
It allows you to set the address of a domain in the SOA record.
It will adds a "IN A <address>" line to the SOA.
This is needed for sites that want a default address for a partial name -
say just yahoo.com instead of forcing users to always type www.yahoo.com.
Submitted by: "David Peterson" <chief@mail.idrive.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
nslookups in a non-blocking manner. The adns distribution also comes with
some utilities similar to dig, host, nslookup, etc.
The port that I'm importing rips out the ${PORTOBJFORMAT} checking and
also trims the extra stuff in pkg/DESCR, which the original submission
contained.
PR: 17510
Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru>
Reviewed by: billf, mharo
|
| |
|
| |
|
| |
|
|
|
|
| |
Obtained from: OpenBSD
|
|
|
|
| |
Noticed by: Satoshi's lunchbox
|
|
|
|
|
| |
PR: 16822
Submitted by: maintainer
|
|
|
|
|
|
|
| |
* Correct executable name in etc/rc.d/dhid.sh
* Provide users with more information about configuring
Obtained from: Maintainer
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 16622
Submitted by: Maintainer
|
|
|
|
|
|
|
| |
so I had to play it a bit by ear, but I didn't hear back from the
maintainer.
Noticed by: bento
|
|
|
|
|
| |
PR: 16082
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 15962
Submitted by: Maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
domain is configured and functioning correctly. It makes no
attempt to validate the data inside a domain, only the structure.
PR: 15256
Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
|
|
|
|
| |
Submitted by: maintainer
|
| |
|
|
|
|
| |
Approved by: jseger (maintainer)
|
| |
|
|
|
|
|
| |
Many people submitted patches for this one, and a combination of them
were used.
|
|
|
|
|
|
|
| |
A dhis client for updating dynamic DNS entries in dhisd DNS tables.
PR: 13312
Submitted by: Oryx Gazella <oryx@ungulate.net>
|
|
|
|
|
|
|
| |
A DynDNS client for FreeBSD.
PR: 13861
Submitted by: Christopher J. Michaels <cjm2@altavista.net>
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Bug fix: grep -v changed to grep -iv (compare domains caselessly).
* Bug fix: nameservers now sorted in SOA serial number order, largest first.
This way you can dlint the primary server immediately after making changes
to it (previously had to wait for secondaries to do their update).
* Optimization: if any nameserver does not return an SOA record in Test 1,
it is removed from the list of nameservers and a warning is reported.
This way dlint won't use broken nameservers during the rest of the run.
* Sanity check domain names of nameservers themselves: any nameserver with
in-addr.arpa. in its name generates a warning and is skipped.
|
|
|
|
| |
building the binaries). Fix it.
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
| |
|
|
|
|
|
| |
Submitted by: ust@cert.siemens.de
PR: ports/12875
|
|
|
|
| |
containing the ports editors/vim5, sysutils/star, and one other.
|
|
|
|
|
| |
PR: 12848
Submitted by: maintainer
|
| |
|
|
|
|
| |
Requested By: a bazillion people both on mailing lists and #FreeBSD.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
2. Use the correct location of perl5
|
|
|
|
| |
Found By: portlint
|