Date: Thu, 22 Nov 2001 18:04:58 -0500 From: "Ron Hensley" <ronh@intercom.net> To: "Andre` Niel Cameron" <AndreC@Axxs.net>, "Kutulu" <kutulu@kutulu.org>, "free bsd" <freebsd-questions@FreeBSD.ORG> Subject: Re: Problems with Bind. Message-ID: <003301c173aa$219e46a0$0273150a@woodstock.lanalyse.com> References: <016c01c17395$bb6b0940$a50410ac@olmct.net> <025f01c17398$ca2721f0$090ea8c0@vhds001> <002d01c1739c$be293ab0$0273150a@woodstock.lanalyse.com> <055301c173a5$39e7dfa0$88682518@longhill1.md.home.com> <001601c173a8$c3b985a0$0273150a@woodstock.lanalyse.com> <01c801c173a9$301319f0$a50410ac@olmct.net>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 - ----- Original Message ----- From: "Andre` Niel Cameron" <AndreC@Axxs.net> To: "Ron Hensley" <ronh@intercom.net>; "Kutulu" <kutulu@kutulu.org>; "free bsd" <freebsd-questions@FreeBSD.ORG> Sent: Thursday, November 22, 2001 5:58 PM Subject: Re: Problems with Bind. > Ok, so which one do I change? > Regards, > Andre` C. > Technical Support > ԿԬ Appears by the man page, /etc/rc.conf is the recommeneded place, however as /etc/defaults/rc.conf includes /etc/rc.conf its all the same in the long run. Use /etc/rc.conf and make Kutulu smile :P #man rc.conf NAME rc.conf - system configuration information DESCRIPTION The file rc.conf contains descriptive information about the local host name, configuration details for any potential network interfaces and which services should be started up at system initial boot time. In new installations, the rc.conf file is generally initialized by the system installation utility: /stand/sysinstall. The purpose of rc.conf is not to run commands or perform system startup actions directly. Instead, it is included by the various generic startup scripts in /etc which conditionalize their internal actions according to the settings found there. The /etc/rc.conf file is included from the file /etc/defaults/rc.conf, which specifies the default settings for all the available options. Options need only be specified in /etc/rc.conf when the system adminis- trator wishes to override these defaults. The file /etc/rc.conf.local is used to override settings in /etc/rc.conf for historical reasons. See the ``rc_conf_files'' option below. > -------------------------------------------------------------------------- -- > - > Visit our support manual at http://supportmanual.com/ > ----- Original Message ----- > From: "Ron Hensley" <ronh@intercom.net> > To: "Kutulu" <kutulu@kutulu.org>; "free bsd" <freebsd-questions@FreeBSD.OR G> > Sent: Thursday, November 22, 2001 5:55 PM > Subject: Re: Problems with Bind. > > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > - -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Then why in /etc/rc does it say this? > > (Appears to me if /etc/defaults/rc.conf exists, which it does, then it is > > parsed to find the value > > of the variables used in the /etc/rc.* files, and the /etc/rc.conf is > never > > looked at. > > > > # If there is a global system configuration file, suck it in. > > # > > if [ -r /etc/defaults/rc.conf ]; then > > . /etc/defaults/rc.conf > > source_rc_confs > > elif [ -r /etc/rc.conf ]; then > > . /etc/rc.conf > > fi > > > > - - ----- Original Message ----- > > From: "Kutulu" <kutulu@kutulu.org> > > To: "Ron Hensley" <ronh@intercom.net>; "free bsd" > > <freebsd-questions@FreeBSD.ORG> > > Sent: Thursday, November 22, 2001 5:29 PM > > Subject: Re: Problems with Bind. > > > > > > > From: "Ron Hensley" <ronh@intercom.net> > > > To: "free bsd" <freebsd-questions@FreeBSD.ORG> > > > Sent: Thursday, November 22, 2001 4:29 PM > > > Subject: Re: Problems with Bind. > > > > > > > my bad /etc/defaults/rc.conf not /etc/default/rc.conf > > > > > > Bad bad bad! You should never modify /etc/defaults/rc.conf, nor any of > > the > > > other files in /etc/defaults. They all provide for their settings to be > > > overridden in other files. where custom settings belong. In this case, > > you > > > want to add named_enable="yes" (as well as named_program and named_flags > > if > > > you choose) into /etc/rc.conf. > > > > > > > > > > > - -----BEGIN PGP SIGNATURE----- > > Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com> > > > > iQA/AwUBO/2CO1Fb04N5DzUjEQKnhACgy4wOOBA4CGhJIsCqlcipHExr32kAoKwf > > 8OlP5RbB5p8ZrishoiZGstHI > > =Rp0r > > - -----END PGP SIGNATURE----- > > > > -----BEGIN PGP SIGNATURE----- > > Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com> > > > > iQA/AwUBO/2CT1Fb04N5DzUjEQL/zQCeKLWnaxz+M5OOop5Dtx7wD6RjbF8AmwVM > > frpOsWQr7Be4s64/Epe2Xeg1 > > =aNSs > > -----END PGP SIGNATURE----- > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com> iQA/AwUBO/2EmVFb04N5DzUjEQJBCQCfcZLFWErRF/vfpnTBuMntXADwqBQAn3Ml pk1g9IdeF1zFd5PE8FKzA2UG =z+2e -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003301c173aa$219e46a0$0273150a>