Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/etc Pullup 1.165 [simonb]:
details: https://anonhg.NetBSD.org/src/rev/d0cb9040f97a
branches: netbsd-1-5
changeset: 489945:d0cb9040f97a
user: tv <tv%NetBSD.org@localhost>
date: Fri Oct 20 17:01:14 2000 +0000
description:
Pullup 1.165 [simonb]:
Use /etc/skel only for skeleton files for useradd.
Fixes PR bin/10985.
diffstat:
etc/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 27b46ac0bbbb -r d0cb9040f97a etc/Makefile
--- a/etc/Makefile Fri Oct 20 17:00:53 2000 +0000
+++ b/etc/Makefile Fri Oct 20 17:01:14 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.154.2.6 2000/10/16 21:25:51 tv Exp $
+# $NetBSD: Makefile,v 1.154.2.7 2000/10/20 17:01:14 tv Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -239,6 +239,7 @@
(cd etc.${MACHINE}; ${INSTALL} ${INSTPRIV} -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)
(cd ../usr.bin/ssh; ${MAKE} distribution)
(cd ../gnu/usr.sbin/postfix/; ${MAKE} distribution)
Home |
Main Index |
Thread Index |
Old Index