Date: Mon, 27 Jul 2009 15:10:07 -0700 From: "Peter Steele" <psteele@webmail.maxiscale.com> To: <freebsd-questions@freebsd.org> Subject: RE: What order are options in rc.conf processed? Message-ID: <B8A480488C0C6849826655761349EA431F6EC2@owa.webmail.maxiscale.com> References: <B8A480488C0C6849826655761349EA431F6EB7@owa.webmail.maxiscale.com> <20090727214846.GX63413@dan.emsphone.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>rc.conf is just a script that sets a bunch of environment variables for the >/etc/rc.d/* scripts to use. The order the variables are set in that file >does not matter. If you want your script to run after network interfaces >are set up, you'll want to add a "REQUIRE: NETWORKING" line. See the >rc and rcorder manpages for more info, and take a look at the files in >/etc/rc.d/ for examples. Okay, thanks. That's exactly what I was looking for. I'll check the man page for these.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B8A480488C0C6849826655761349EA431F6EC2>