Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Make an aliases.db file when we install the aliases file.
details: https://anonhg.NetBSD.org/src/rev/75208f7f0136
branches: trunk
changeset: 474802:75208f7f0136
user: mycroft <mycroft%NetBSD.org@localhost>
date: Wed Jul 21 06:51:30 1999 +0000
description:
Make an aliases.db file when we install the aliases file.
diffstat:
distrib/sets/lists/etc/mi | 3 ++-
etc/Makefile | 6 ++++--
2 files changed, 6 insertions(+), 3 deletions(-)
diffs (41 lines):
diff -r 5e20d149d3c4 -r 75208f7f0136 distrib/sets/lists/etc/mi
--- a/distrib/sets/lists/etc/mi Wed Jul 21 06:38:49 1999 +0000
+++ b/distrib/sets/lists/etc/mi Wed Jul 21 06:51:30 1999 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: mi,v 1.37 1999/07/04 20:07:52 fvdl Exp $
+# $NetBSD: mi,v 1.38 1999/07/21 06:51:30 mycroft Exp $
./.cshrc
./.profile
./dev/MAKEDEV.local
./etc/aliases
+./etc/aliases.db
./etc/bootptab
./etc/changelist
./etc/csh.cshrc
diff -r 5e20d149d3c4 -r 75208f7f0136 etc/Makefile
--- a/etc/Makefile Wed Jul 21 06:38:49 1999 +0000
+++ b/etc/Makefile Wed Jul 21 06:51:30 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.121 1999/07/04 22:11:06 fvdl Exp $
+# $NetBSD: Makefile,v 1.122 1999/07/21 06:51:30 mycroft Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -73,7 +73,7 @@
# -rw-r--r--
BINOWN= root
BINGRP= wheel
-BIN1+= aliases bootptab changelist csh.cshrc csh.login \
+BIN1+= bootptab changelist csh.cshrc csh.login \
csh.logout daily daily.conf dm.conf floppytab ftpchroot \
ftpusers ftpwelcome gettytab group hosts hosts.lpd \
inetd.conf lkm.conf mailer.conf man.conf \
@@ -123,6 +123,8 @@
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 ${BIN2} ${DESTDIR}/etc
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 ${BIN3} ${DESTDIR}/etc
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 aliases ${DESTDIR}/etc
+ /usr/libexec/sendmail/sendmail -O AliasFile=${DESTDIR}/etc/aliases -bi
${INSTALL} -c -o root -g wheel -m 600 crontab \
${DESTDIR}/var/cron/tabs/root
${INSTALL} -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc
Home |
Main Index |
Thread Index |
Old Index