Source-Changes-HG archive

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

[src/netbsd-1-4]: src/etc Pull up revision 1.165 (requested by simonb):



details:   https://anonhg.NetBSD.org/src/rev/0647a1567ee7
branches:  netbsd-1-4
changeset: 471165:0647a1567ee7
user:      he <he%NetBSD.org@localhost>
date:      Wed Oct 25 16:59:09 2000 +0000

description:
Pull up revision 1.165 (requested by simonb):
  Use /etc/skel only for skeleton files for useradd.  Fixes PR#10985.

diffstat:

 etc/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c6ea55fa367f -r 0647a1567ee7 etc/Makefile
--- a/etc/Makefile      Wed Oct 25 16:58:50 2000 +0000
+++ b/etc/Makefile      Wed Oct 25 16:59:09 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.112.2.7 2000/07/09 21:34:13 he Exp $
+#      $NetBSD: Makefile,v 1.112.2.8 2000/10/25 16:59:09 he Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -210,6 +210,7 @@
        (cd etc.${MACHINE}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
            fstab.* ${DESTDIR}/etc)
        (cd ${DESTDIR}/dev; ./MAKEDEV all)
+       (cd skel; ${MAKE} distribution)
        (cd ../usr.bin/mail; ${MAKE} distribution)
 .ifndef NO_SENDMAIL
        (cd ../usr.sbin/sendmail/cf/cf; ${MAKE} distribution)



Home | Main Index | Thread Index | Old Index