Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/usr.bin/mail
You don't get to sneak a controversial change by omitting a real commit
message.
On Tue, May 22, 2018 at 09:03:47PM -0400, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Wed May 23 01:03:46 UTC 2018
>
> Modified Files:
> src/usr.bin/mail: Makefile mail.1
>
> Log Message:
> Remove Mail
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.36 -r1.37 src/usr.bin/mail/Makefile
> cvs rdiff -u -r1.63 -r1.64 src/usr.bin/mail/mail.1
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>
> Modified files:
>
> Index: src/usr.bin/mail/Makefile
> diff -u src/usr.bin/mail/Makefile:1.36 src/usr.bin/mail/Makefile:1.37
> --- src/usr.bin/mail/Makefile:1.36 Sat Jul 5 15:22:04 2014
> +++ src/usr.bin/mail/Makefile Tue May 22 21:03:46 2018
> @@ -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 @@ SRCS= version.c support.c cmd1.c cmd2.c
> 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}
>
> Index: src/usr.bin/mail/mail.1
> diff -u src/usr.bin/mail/mail.1:1.63 src/usr.bin/mail/mail.1:1.64
> --- src/usr.bin/mail/mail.1:1.63 Mon Jul 3 17:34:20 2017
> +++ src/usr.bin/mail/mail.1 Tue May 22 21:03:46 2018
> @@ -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 @@ originally written by Kurt Shoens.
> 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