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:
parent
c170497504
commit
88d7c98c98
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user