diff options
author | 2014-09-17 16:39:45 +0000 | |
---|---|---|
committer | 2014-09-17 16:39:45 +0000 | |
commit | 88d7c98c9845f669167fd86f45d76b0a8683486a (patch) | |
tree | 82a7e5c07d2f70e9e33b7fc21317a1a4f1e36484 | |
parent | make the /var list width one character wider to improve formatting; (diff) | |
download | wireguard-openbsd-88d7c98c9845f669167fd86f45d76b0a8683486a.tar.xz wireguard-openbsd-88d7c98c9845f669167fd86f45d76b0a8683486a.zip |
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@
-rw-r--r-- | distrib/sets/lists/etc/mi | 1 | ||||
-rw-r--r-- | etc/mail/Makefile | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/distrib/sets/lists/etc/mi b/distrib/sets/lists/etc/mi index 268dd1e09be..ba88ba571a8 100644 --- a/distrib/sets/lists/etc/mi +++ b/distrib/sets/lists/etc/mi @@ -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 diff --git a/etc/mail/Makefile b/etc/mail/Makefile index 7ecacd427a6..f6c63aacc60 100644 --- a/etc/mail/Makefile +++ b/etc/mail/Makefile @@ -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 \ |