Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Change the name rc.conf.local to rc.local.conf. This ma...
details: https://anonhg.NetBSD.org/src/rev/c6802a7373c6
branches: trunk
changeset: 480734:c6802a7373c6
user: augustss <augustss%NetBSD.org@localhost>
date: Tue Jan 18 22:43:23 2000 +0000
description:
Change the name rc.conf.local to rc.local.conf. This makes *.conf match all
config files. Thanks to Greg Oster for the suggestion.
diffstat:
etc/rc.conf | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 2a0c7cab3346 -r c6802a7373c6 etc/rc.conf
--- a/etc/rc.conf Tue Jan 18 22:11:05 2000 +0000
+++ b/etc/rc.conf Tue Jan 18 22:43:23 2000 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index