Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc While we're waiting for the new all singing, all dancing...



details:   https://anonhg.NetBSD.org/src/rev/8638d38b665a
branches:  trunk
changeset: 480731:8638d38b665a
user:      augustss <augustss%NetBSD.org@localhost>
date:      Tue Jan 18 21:52:38 2000 +0000

description:
While we're waiting for the new all singing, all dancing rc system, add
a way to configure local stuff;  if the file rc.conf.local exists it
is sourced at the end of rc.conf.

diffstat:

 etc/rc.conf |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6809436e85af -r 8638d38b665a etc/rc.conf
--- a/etc/rc.conf       Tue Jan 18 20:24:19 2000 +0000
+++ b/etc/rc.conf       Tue Jan 18 21:52:38 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc.conf,v 1.68 1999/12/31 04:42:02 windsor Exp $
+#      $NetBSD: rc.conf,v 1.69 2000/01/18 21:52:38 augustss Exp $
 #
 # see rc.conf(5) for more information.
 
@@ -133,3 +133,8 @@
 
 # configuration of "wscons" console driver virtual screens
 wscons=NO              wscons_flags=""         # run /etc/rc.wscons
+
+# Add local configurations
+if [ -f /etc/rc.conf.local ]; then
+       . /etc/rc.conf.local
+fi



Home | Main Index | Thread Index | Old Index