Use /etc/defaults/rc.conf instead of /etc/rc.conf in POLA example.

Suggested by:  Martin Faxer <gmh003532@brfmasthugget.se>
This commit is contained in:
Michael Lucas 2002-05-06 14:43:30 +00:00
parent 61f65fda51
commit 10f43ddc23
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12984

View file

@ -11414,7 +11414,7 @@ raisechar=^^</programlisting>
FreeBSD evolves, changes visible to the user should be
kept as unsurprising as possible. For example,
arbitrarily rearranging system startup variables in
<filename>/etc/rc.conf</filename> violates POLA.
<filename>/etc/defaults/rc.conf</filename> violates POLA.
Developers consider POLA when contemplating user-visible
system changes.</para>
</answer>