Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/mail Remove Mail



details:   https://anonhg.NetBSD.org/src/rev/1d06aee0803e
branches:  trunk
changeset: 319252:1d06aee0803e
user:      christos <christos%NetBSD.org@localhost>
date:      Wed May 23 01:03:46 2018 +0000

description:
Remove Mail

diffstat:

 usr.bin/mail/Makefile |   6 +++---
 usr.bin/mail/mail.1   |  16 +++++++++-------
 2 files changed, 12 insertions(+), 10 deletions(-)

diffs (63 lines):

diff -r 3efe532e4e09 -r 1d06aee0803e usr.bin/mail/Makefile
--- a/usr.bin/mail/Makefile     Tue May 22 21:03:09 2018 +0000
+++ b/usr.bin/mail/Makefile     Wed May 23 01:03:46 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.36 2014/07/05 19:22:04 dholland Exp $
+#      $NetBSD: Makefile,v 1.37 2018/05/23 01:03:46 christos Exp $
 #      @(#)Makefile    8.3 (Berkeley) 4/20/95
 
 .include <bsd.own.mk>
@@ -26,8 +26,8 @@
        dotlock.c edit.c fio.c format.c getname.c head.c v7.local.c lex.c \
        list.c main.c names.c popen.c quit.c send.c sig.c strings.c temp.c \
        tty.c vars.c
-LINKS= ${BINDIR}/mail ${BINDIR}/Mail ${BINDIR}/mail ${BINDIR}/mailx
-MLINKS=        mail.1 Mail.1 mail.1 mailx.1
+LINKS= ${BINDIR}/mail ${BINDIR}/mailx
+MLINKS=        mail.1 mailx.1
 
 LDADD+=                -lutil
 DPADD+=                ${LIBUTIL}
diff -r 3efe532e4e09 -r 1d06aee0803e usr.bin/mail/mail.1
--- a/usr.bin/mail/mail.1       Tue May 22 21:03:09 2018 +0000
+++ b/usr.bin/mail/mail.1       Wed May 23 01:03:46 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mail.1,v 1.63 2017/07/03 21:34:20 wiz Exp $
+.\"    $NetBSD: mail.1,v 1.64 2018/05/23 01:03:46 christos Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,13 +29,12 @@
 .\"
 .\"    @(#)mail.1      8.8 (Berkeley) 4/28/95
 .\"
-.Dd December 15, 2014
+.Dd May 22, 2018
 .Dt MAIL 1
 .Os
 .Sh NAME
 .Nm mail ,
-.Nm mailx ,
-.Nm Mail
+.Nm mailx
 .Nd send and receive mail
 .Sh SYNOPSIS
 .Nm
@@ -2299,11 +2298,14 @@
 There are some flags and commands that are not documented here.
 Most are not useful to the general user.
 .Pp
-Usually,
+Historically,
 .Nm
-is just a link to
+was just a link to
 .Nm Mail ,
-which can be confusing.
+which was confusing.
+.Nm Mail
+has been removed in
+.Nx 9 .
 .Pp
 The name of the
 .Ic alternates



Home | Main Index | Thread Index | Old Index