Browse Source

give root mail after install

OPENBSD_2_3
deraadt 26 years ago
parent
commit
4b7a42f4ee
2 changed files with 12 additions and 1 deletions
  1. +3
    -1
      src/etc/Makefile
  2. +9
    -0
      src/etc/root/root.mail

+ 3
- 1
src/etc/Makefile View File

@ -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)


+ 9
- 0
src/etc/root/root.mail View File

@ -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.

Loading…
Cancel
Save