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



details:   https://anonhg.NetBSD.org/src/rev/94d5781f9ec9
branches:  netbsd-1-5
changeset: 489627:94d5781f9ec9
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Oct 02 03:06:38 2000 +0000

description:
pull up rev 1.162 (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/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 31c24529b65b -r 94d5781f9ec9 etc/Makefile
--- a/etc/Makefile      Mon Oct 02 01:27:06 2000 +0000
+++ b/etc/Makefile      Mon Oct 02 03:06:38 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.154.2.4 2000/10/01 22:32:15 thorpej Exp $
+#      $NetBSD: Makefile,v 1.154.2.5 2000/10/02 03:06:38 lukem Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -166,7 +166,7 @@
                rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \
                ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \
                ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile)
-       (cd default; ${MAKE} install)
+       (cd defaults; ${MAKE} install)
        (cd mtree; ${MAKE} install)
        (cd namedb; \
                ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g ${BINGRP} -m 644 \



Home | Main Index | Thread Index | Old Index