diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2010-06-03 20:32:37 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2010-06-03 20:32:37 +0000 |
commit | ec9b32bcbccb952b98d5555bc86dc328ac0aedb7 (patch) | |
tree | c7a80ae00a2a27f8b032bb444d974929f84b3df5 /etc/mail | |
parent | c0caff87df1226b5753554bc05fc82670e60f743 (diff) |
add _iked
pointed out by jsg@
Diffstat (limited to 'etc/mail')
-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 2ec7b918700..e6f0f8be73f 100644 --- a/etc/mail/aliases +++ b/etc/mail/aliases @@ -1,5 +1,5 @@ # -# $OpenBSD: aliases,v 1.34 2010/06/03 17:49:47 martinh Exp $ +# $OpenBSD: aliases,v 1.35 2010/06/03 20:32:36 reyk 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. @@ -30,6 +30,7 @@ _fingerd: /dev/null _ftp: /dev/null _hostapd: /dev/null _identd: /dev/null +_iked: /dev/null _isakmpd: /dev/null _kadmin: /dev/null _kdc: /dev/null |