On Wed, 5 Jun 2002, Oron Peled wrote: > On Wed, 5 Jun 2002 09:35:14 +0200 > "Ben-Nes Michael" <[EMAIL PROTECTED]> wrote: > > at the end of the man you can see what files it uses ( like dhcpd.conf ) but > > it does not mention /etc/sysconfig/dhcp whats so ever :( > > It isn't in the dhcpd man because dhcpd DOES NOT USE THAT FILE!
But RedHat's dhcpd does (at least in the way most users run it). > > It's the boot scripts (/etc/init.d/dhpcd) that use it. > This is common to every Unix/Linux with SYSV-R4 like > boot sequence: > * Individual boot scripts with start/stop arguments: > /etc/init.d (in RedHat, Solaris, Irix) > /sbin/init.d (in HPUX) > * Sequencing directories for run-levels and order: > /etc/rc[S0-6].d (in RedHat, Solaris, Irix) > /sbin/rc[S0-6].d (in HPUX) > * Config files affecting the iboot scripts: > /etc/sysconfig (RedHat) > /etc/config (Irix, Solaris? [forgot]) > /etc/rc.config.d/* (HPUX) > > Now, since all this SYSV design does not have a manual page.... > Maybe we should have a man boot-scripts(8), pointed to by intro(8).. [boot-script(7) pointed-to by intro(7), you mean] And also by dhcpd(8) . You would need to add there: "see boot-scripts(7) for locations of extra config files used by the dhcpd init script, which is how you normally run dhcpd on a RedHat system." You shouldn't have to look at the init.d script for that. You shouldn't have to guess that. It should be in the man page. -- Tzafrir Cohen mailto:[EMAIL PROTECTED] http://www.technion.ac.il/~tzafrir ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]