Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc create /etc/mail/local-host-names, required by sendmail(8).
details: https://anonhg.NetBSD.org/src/rev/3bd639933b13
branches: trunk
changeset: 537750:3bd639933b13
user: grant <grant%NetBSD.org@localhost>
date: Sat Oct 05 15:23:19 2002 +0000
description:
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 47134a2ded5f -r 3bd639933b13 etc/Makefile
--- a/etc/Makefile Sat Oct 05 15:16:10 2002 +0000
+++ b/etc/Makefile Sat Oct 05 15:23:19 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.227 2002/09/16 02:35:04 perry Exp $
+# $NetBSD: Makefile,v 1.228 2002/10/05 15:23:19 grant Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -140,6 +140,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