Re: djbdns
From: Peter Risdon (peter_at_circlesquared.com)
Date: 12/30/03
- Previous message: Matthew Seaman: "Re: drbd"
- In reply to: Ion-Mihai Tetcu: "Re: djbdns"
- Next in thread: Ion-Mihai Tetcu: "Re: djbdns"
- Reply: Ion-Mihai Tetcu: "Re: djbdns"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Dec 2003 10:53:20 +0000 To: freebsd-questions@freebsd.org
Ion-Mihai Tetcu wrote:
>Take a look at /usr/local/etc/rc.d/svscan.sh.sample
>
>1. SVDIR=/var/service/ - so svscan will look at /var/service and not
>/service; either do:
>a) what is suggested and use /var/services (e.g. ln -s /etc/dnscache
>/var/service) or
>b) change SVDIR=/var/service/ to SVDIR=/service/
>
>I would use a); also note that creating the log file in /etc/dnscache is
>IMHO a bad idea.
>
>
I'm not disagreeing, but the original post complained of something being
wrong in some documentation. Most reference and tutorial pages for
djbdns and other djb stuff like qmail assume a /service directory,
rather than /var/service. Using /var/service does seem more logical, but
can be a source of confusion, especially if people are copying and
pasting commands from online instructions, something the various
references often suggest.
>2.
># cp /usr/local/etc/rc.d/svscan.sh.sample /usr/local/etc/rc.d/svscan.sh
># /usr/local/etc/rc.d/svscan.sh start
># svstatus /var/services/dnscache
># svstatus /var/services/dnscache/log
># dnsip www.freebsd.org
>
>
Shouldn't it be:
# svstat /var/service/dnscache
etc?
PWR
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Matthew Seaman: "Re: drbd"
- In reply to: Ion-Mihai Tetcu: "Re: djbdns"
- Next in thread: Ion-Mihai Tetcu: "Re: djbdns"
- Reply: Ion-Mihai Tetcu: "Re: djbdns"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|