diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2016-03-05 12:31:39 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2016-03-05 12:31:39 +0000 |
commit | c6b7470e71fa92195d147f95d5431c37290cfb62 (patch) | |
tree | 9d2cf17d1a17ec96ee2410cc05ee13285b066422 /etc/mail | |
parent | 4891607afdded0cafbf74b6b9c36b7899cd89704 (diff) |
add proper entries for pkg_add privsep, instead of piggy-backing on _pfetch
which was a "better than nothing" measure for 5.9.
Another user to come. Approved by deraadt@ on principle.
thanks sthen@ for checking my lines over.
Diffstat (limited to 'etc/mail')
-rw-r--r-- | etc/mail/aliases | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/mail/aliases b/etc/mail/aliases index 7e38630d288..41035656c00 100644 --- a/etc/mail/aliases +++ b/etc/mail/aliases @@ -1,5 +1,5 @@ # -# $OpenBSD: aliases,v 1.55 2015/12/16 18:19:25 ratchov Exp $ +# $OpenBSD: aliases,v 1.56 2016/03/05 12:31:38 espie Exp $ # # Aliases in this file will NOT be expanded in the header from # Mail, but WILL be visible over networks or from /usr/libexec/mail.local. @@ -44,6 +44,8 @@ _ospf6d: /dev/null _pbuild: /dev/null _pfetch: /dev/null _pflogd: /dev/null +_pkgfetch: /dev/null +_pkguntar: /dev/null _portmap: /dev/null _ppp: /dev/null _radiusd: /dev/null |