diff options
| author | reed <reed@NetBSD.org> | 2010-08-25 15:38:44 +0000 |
|---|---|---|
| committer | reed <reed@NetBSD.org> | 2010-08-25 15:38:44 +0000 |
| commit | fa29eada2bfa0fcb4100aca7ba2ce26a74628adb (patch) | |
| tree | 35d54272f6540f8f63ba82debd9adcdb8b96f510 | |
| parent | db8c589cdc87674d3975bb6144ed5634227212e2 (diff) | |
mail(8) is no longer in /bin.
(Trivia: this sentence is from the 4.0BSD from 1980.)
| -rw-r--r-- | etc/aliases | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/aliases b/etc/aliases index 4f7b427ccbc..a4b7e7f7704 100644 --- a/etc/aliases +++ b/etc/aliases @@ -1,9 +1,9 @@ -# $NetBSD: aliases,v 1.21 2008/07/18 21:12:03 apb Exp $ +# $NetBSD: aliases,v 1.22 2010/08/25 15:38:44 reed Exp $ # # from: @(#)aliases 8.2 (Berkeley) 3/5/94 # # Aliases in this file will NOT be expanded in the header from -# Mail, but WILL be visible over networks or from /bin/mail. +# Mail, but WILL be visible over networks or from /usr/bin/mail. # # >>>>>>>>>> The program "newaliases" must be run after # >> NOTE >> this file is updated for any changes to |
