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.4 (approved by thorpej):
details: https://anonhg.NetBSD.org/src/rev/9e1d2fc6f0ec
branches: netbsd-1-5
changeset: 489634:9e1d2fc6f0ec
user: lukem <lukem%NetBSD.org@localhost>
date: Mon Oct 02 03:15:38 2000 +0000
description:
pull up rev 1.4 (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/daily.conf | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (16 lines):
diff -r e1821801b0cc -r 9e1d2fc6f0ec etc/daily.conf
--- a/etc/daily.conf Mon Oct 02 03:13:01 2000 +0000
+++ b/etc/daily.conf Mon Oct 02 03:15:38 2000 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: daily.conf,v 1.2.12.1 2000/08/23 12:03:57 lukem Exp $
+# $NetBSD: daily.conf,v 1.2.12.2 2000/10/02 03:15:38 lukem Exp $
#
# see daily.conf(5) for more information.
-if [ -r /etc/default/daily.conf ]; then
- . /etc/default/daily.conf
+if [ -r /etc/defaults/daily.conf ]; then
+ . /etc/defaults/daily.conf
fi
# Add local overrides below
Home |
Main Index |
Thread Index |
Old Index