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.8 (approved by thorpej):



details:   https://anonhg.NetBSD.org/src/rev/0bddb850f51e
branches:  netbsd-1-5
changeset: 489637:0bddb850f51e
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Oct 02 03:29:56 2000 +0000

description:
pull up rev 1.8 (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/security.conf |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 2844ae566200 -r 0bddb850f51e etc/security.conf
--- a/etc/security.conf Mon Oct 02 03:29:38 2000 +0000
+++ b/etc/security.conf Mon Oct 02 03:29:56 2000 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: security.conf,v 1.5.4.1 2000/08/23 12:03:59 lukem Exp $
+#      $NetBSD: security.conf,v 1.5.4.2 2000/10/02 03:29:56 lukem Exp $
 #
 # see security.conf(5) for more information.
 
-if [ -r /etc/default/security.conf ]; then
-       . /etc/default/security.conf
+if [ -r /etc/defaults/security.conf ]; then
+       . /etc/defaults/security.conf
 fi
 
 # Add local overrides below



Home | Main Index | Thread Index | Old Index