1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

With sendmail(8) gone, there is not much point in keeping /etc/mail/Makefile.

There is one table in the default configuration which is 'aliases' and
the db can be created using newaliases(8).

"go for it" guenther@
ok sthen@ matthieu@ gilles@
This commit is contained in:
ajacoutot 2014-09-17 16:39:45 +00:00
parent c170497504
commit 88d7c98c98
2 changed files with 1 additions and 4 deletions

View File

@ -14,7 +14,6 @@
./etc/locate.rc
./etc/login.conf
./etc/mail.rc
./etc/mail/Makefile
./etc/mail/aliases
./etc/mail/aliases.db
./etc/mail/smtpd.conf

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2014/09/15 22:28:58 matthieu Exp $
# $OpenBSD: Makefile,v 1.10 2014/09/17 16:39:45 ajacoutot Exp $
#
# Generate the various .db versions from their source files.
@ -11,8 +11,6 @@ clean:
rm -f ${DB_FILES}
distribution:
${INSTALL} -c -o root -g wheel -m 644 Makefile \
${DESTDIR}/etc/mail/Makefile
${INSTALL} -c -o root -g wheel -m 644 aliases \
${DESTDIR}/etc/mail/aliases
${MAKEMAP} -t aliases -o ${DESTDIR}/etc/mail/aliases.db \