From 4b7a42f4ee790f9de9f8adb48e62336d15608ee9 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 31 Mar 1998 17:41:20 +0000 Subject: [PATCH] give root mail after install --- src/etc/Makefile | 4 +++- src/etc/root/root.mail | 9 +++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 src/etc/root/root.mail diff --git a/src/etc/Makefile b/src/etc/Makefile index 5b3693dd..325a99f4 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.82 1998/03/26 01:00:21 deraadt Exp $ +# $OpenBSD: Makefile,v 1.83 1998/03/31 17:41:18 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -186,6 +186,8 @@ distribution-etc-root-var: distrib-dirs (cd ../gnu/usr.bin/lynx; ${MAKE} -f Makefile.bsd-wrapper distribution) (cd ../usr.bin/mail; ${MAKE} distribution) /usr/sbin/sendmail -C${DESTDIR}/etc/sendmail.cf -bi -O AliasFile=${DESTDIR}/etc/aliases + ${INSTALL} -c -o root -g wheel -m 600 root/root.mail \ + ${DESTDIR}/var/mail/root distribution: distribution-etc-root-var (cd ..; ${MAKE} install) diff --git a/src/etc/root/root.mail b/src/etc/root/root.mail new file mode 100644 index 00000000..599a0041 --- /dev/null +++ b/src/etc/root/root.mail @@ -0,0 +1,9 @@ +From deraadt Tue Mar 31 10:38:59 MST 1998 +Return-Path: root +Date: Tue Mar 31 10:38:59 MST 1998 +From: deraadt@do.not.reply (Theo de Raadt) +To: root +Subject: Welcome to OpenBSD 2.3 + +This message will contain more information for system administrators who +just installed OpenBSD.