When pulling a file from /etc/rc.conf it's a good idea to use the full

path to the included file.

Suggested by:	gsmith@acrelic.com (Gordon Smith)
This commit is contained in:
Giorgos Keramidas 2005-06-30 09:23:14 +00:00
parent 22ceb41b19
commit 7a5067e888
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24986

View file

@ -254,7 +254,7 @@
<itemizedlist>
<listitem><para>rc.conf:</para>
<programlisting> . rc.conf.site
<programlisting> . /etc/rc.conf.site
hostname="node15.example.com"
network_interfaces="fxp0 lo0"
ifconfig_fxp0="inet 10.1.1.1"</programlisting></listitem>