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:
parent
22ceb41b19
commit
7a5067e888
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24986
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue