Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/etc Pull up revision 1.228 (requested by grant in ticke...
details: https://anonhg.NetBSD.org/src/rev/c60c366700b7
branches: netbsd-1-6
changeset: 529484:c60c366700b7
user: tron <tron%NetBSD.org@localhost>
date: Sun Nov 24 15:47:37 2002 +0000
description:
Pull up revision 1.228 (requested by grant in ticket #904):
create /etc/mail/local-host-names, required by sendmail(8).
diffstat:
etc/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 7301de95b150 -r c60c366700b7 etc/Makefile
--- a/etc/Makefile Sun Nov 24 15:45:33 2002 +0000
+++ b/etc/Makefile Sun Nov 24 15:47:37 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.219.2.3 2002/06/11 16:15:57 lukem Exp $
+# $NetBSD: Makefile,v 1.219.2.4 2002/11/24 15:47:37 tron Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -135,6 +135,8 @@
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 600 ${BIN3} ${DESTDIR}/etc
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 644 aliases \
${DESTDIR}/etc/mail
+ ${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
+ ${DESTDIR}/etc/mail/local-host-names
${INSTALL_FILE} -o root -g wheel -m 600 crontab \
${DESTDIR}/var/cron/tabs/root
${INSTALL_FILE} -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc
Home |
Main Index |
Thread Index |
Old Index