Source-Changes-HG archive

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

[src/netbsd-1-5]: src/etc pull up rev 1.3 (approved by thorpej):



details:   https://anonhg.NetBSD.org/src/rev/84c6214f257d
branches:  netbsd-1-5
changeset: 489635:84c6214f257d
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Oct 02 03:28:51 2000 +0000

description:
pull up rev 1.3 (approved by thorpej):
        move default config files from /etc/default -> /etc/defaults, to be
        consistent with what FreeBSD uses /etc/defaults for, and since SVR4
        uses /etc/default for another purpose.
        as discussed on tech-userlevel, and no objections were made.

diffstat:

 etc/monthly.conf |  6 +++---
 etc/weekly.conf  |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (32 lines):

diff -r 9e1d2fc6f0ec -r 84c6214f257d etc/monthly.conf
--- a/etc/monthly.conf  Mon Oct 02 03:15:38 2000 +0000
+++ b/etc/monthly.conf  Mon Oct 02 03:28:51 2000 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: monthly.conf,v 1.1.12.1 2000/08/23 12:03:58 lukem Exp $
+#      $NetBSD: monthly.conf,v 1.1.12.2 2000/10/02 03:28:51 lukem Exp $
 #
 # see monthly.conf(5) for more information.
 
-if [ -r /etc/default/monthly.conf ]; then
-       . /etc/default/monthly.conf
+if [ -r /etc/defaults/monthly.conf ]; then
+       . /etc/defaults/monthly.conf
 fi
 
 # Add local overrides below
diff -r 9e1d2fc6f0ec -r 84c6214f257d etc/weekly.conf
--- a/etc/weekly.conf   Mon Oct 02 03:15:38 2000 +0000
+++ b/etc/weekly.conf   Mon Oct 02 03:28:51 2000 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: weekly.conf,v 1.1.12.1 2000/08/23 12:04:00 lukem Exp $
+#      $NetBSD: weekly.conf,v 1.1.12.2 2000/10/02 03:28:51 lukem Exp $
 #
 # see weekly.conf(5) for more information.
 
-if [ -r /etc/default/weekly.conf ]; then
-       . /etc/default/weekly.conf
+if [ -r /etc/defaults/weekly.conf ]; then
+       . /etc/defaults/weekly.conf
 fi
 
 # Add local overrides below



Home | Main Index | Thread Index | Old Index