diff options
author | 2016-09-26 17:42:09 +0000 | |
---|---|---|
committer | 2016-09-26 17:42:09 +0000 | |
commit | 9b6b395bbe1f3c96ce46f2f17b5743ac537efae9 (patch) | |
tree | b9b1396dc8a3fe95065420ae5d14390da0d377ec | |
parent | Teach ntpd(8) constraint process to use exec*() instead of just forking, (diff) | |
download | wireguard-openbsd-9b6b395bbe1f3c96ce46f2f17b5743ac537efae9.tar.xz wireguard-openbsd-9b6b395bbe1f3c96ce46f2f17b5743ac537efae9.zip |
+ _ping
-rw-r--r-- | etc/mail/aliases | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/mail/aliases b/etc/mail/aliases index fe08bf1a9c7..ea13fc4799e 100644 --- a/etc/mail/aliases +++ b/etc/mail/aliases @@ -1,5 +1,5 @@ # -# $OpenBSD: aliases,v 1.57 2016/09/13 15:38:17 deraadt Exp $ +# $OpenBSD: aliases,v 1.58 2016/09/26 17:42:09 otto 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,7 @@ _ospf6d: /dev/null _pbuild: /dev/null _pfetch: /dev/null _pflogd: /dev/null +_ping: /dev/null _pkgfetch: /dev/null _pkguntar: /dev/null _portmap: /dev/null |