Change the name rc.conf.local to rc.local.conf. This makes *.conf match all
config files. Thanks to Greg Oster for the suggestion.
This commit is contained in:
parent
01c66d1c23
commit
5e1ff60d11
@ -1,4 +1,4 @@
|
||||
# $NetBSD: rc.conf,v 1.69 2000/01/18 21:52:38 augustss Exp $
|
||||
# $NetBSD: rc.conf,v 1.70 2000/01/18 22:43:23 augustss Exp $
|
||||
#
|
||||
# see rc.conf(5) for more information.
|
||||
|
||||
@ -135,6 +135,6 @@ screenblank=NO screenblank_flags="" # wscons and FBIO screenblanker
|
||||
wscons=NO wscons_flags="" # run /etc/rc.wscons
|
||||
|
||||
# Add local configurations
|
||||
if [ -f /etc/rc.conf.local ]; then
|
||||
. /etc/rc.conf.local
|
||||
if [ -f /etc/rc.local.conf ]; then
|
||||
. /etc/rc.local.conf
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user