summaryrefslogtreecommitdiff
path: root/usr.sbin/named/ndc
AgeCommit message (Collapse)Author
1998-07-07make 'ndc start' use the values of named_flags, named_user, and named_chroot ↵Todd C. Miller
from /etc/rc.conf; based on a patch from ibo@ragnarok.val-axs.net
1998-06-20Handle case where rc.conf exists but has no named_chroot.Jason Downs
1998-06-03snarf named_chroot out of rc.conf instead of using hard-coded chroot dirTodd C. Miller
1998-05-23support for easy chroot'ing to /var/named and install named-xfer in ↵Todd C. Miller
/var/named as a static binary
1998-05-23make 'ndc status' work for non-rootTodd C. Miller
1998-05-22stash argv in pid file like sendmail does so we can restart w/ args. also ↵Todd C. Miller
make ndc work even if ps does not.
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-03-12Remove %INDOT%.Jason Downs
1997-03-12BIND 4.9.5-P1.Jason Downs
libresolv and include are required until the new resolver gets integrated into libc.
1997-02-27Fix IOT bug via Makefile.inc, not ndc.sh.kstailey
1997-02-27hermes# ndc statskstailey
/usr/sbin/ndc: /usr/sbin/ndc[82]: kill: bad signal `IOT'
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-05-28Include ../../Makefile.inc so BINDIR is set to /usr/sbin.dm
1996-05-24fix NOMAN another way, ie. syncTheo de Raadt
1996-05-04permit NOMAN to work here; netbsd pr#2357; lukem@supp.cpr.itg.telecom.com.auTheo de Raadt
1996-02-19netbsd: bind 4.9.3dm