From owner-svn-src-head@freebsd.org Sat Nov 11 07:00:41 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB6A8E627C1; Sat, 11 Nov 2017 07:00:41 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 854617601F; Sat, 11 Nov 2017 07:00:41 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAB70eEx052018; Sat, 11 Nov 2017 07:00:40 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAB70e9P052013; Sat, 11 Nov 2017 07:00:40 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201711110700.vAB70e9P052013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Sat, 11 Nov 2017 07:00:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r325702 - in head: . share/man/man5 share/man/man7 usr.bin/mail X-SVN-Group: head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: in head: . share/man/man5 share/man/man7 usr.bin/mail X-SVN-Commit-Revision: 325702 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Nov 2017 07:00:41 -0000 Author: eadler Date: Sat Nov 11 07:00:40 2017 New Revision: 325702 URL: https://svnweb.freebsd.org/changeset/base/325702 Log: mailaddr(7): wave goodbye The information here is somewhere between ancient to obsolete. It refers to a time in the internet's history when manual routing was still useful, talks about UUCP as if its modern, and refers to documents which I had trouble tracking down. It seems unlikely that a manual page in this form would be useful, so just remove it. Reviewed By: imp, tsoome, bdrewery(?) Differential Revision: https://reviews.freebsd.org/D12924 Deleted: head/share/man/man7/mailaddr.7 Modified: head/ObsoleteFiles.inc head/share/man/man5/forward.5 head/share/man/man7/Makefile head/share/man/man7/hostname.7 head/usr.bin/mail/mail.1 Modified: head/ObsoleteFiles.inc ============================================================================== --- head/ObsoleteFiles.inc Sat Nov 11 03:01:47 2017 (r325701) +++ head/ObsoleteFiles.inc Sat Nov 11 07:00:40 2017 (r325702) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20171110: Removal of mailaddr man page +OLD_FILES+=usr/share/man/man7/mailaddr.7.gz # 20171108: badsect(8) removal OLD_FILES+=sbin/badsect OLD_FILES+=rescue/badsect @@ -71,7 +73,7 @@ OLD_FILES+=usr/lib/libcap_random.a OLD_FILES+=usr/lib/libcap_random_p.a OLD_FILES+=usr/lib/libcap_sysctl.a OLD_FILES+=usr/lib/libcap_sysctl_p.a -# 20171031: Removal of obsolete man files +# 20171031: Removal of adding_user man page OLD_FILES+=usr/share/man/man7/adding_user.7.gz # 20171031: Disconnected libpathconv tests OLD_DIRS+=usr/tests/lib/libpathconv Modified: head/share/man/man5/forward.5 ============================================================================== --- head/share/man/man5/forward.5 Sat Nov 11 03:01:47 2017 (r325701) +++ head/share/man/man5/forward.5 Sat Nov 11 07:00:40 2017 (r325702) @@ -93,5 +93,4 @@ The user's forwarding instructions. .El .Sh SEE ALSO .Xr aliases 5 , -.Xr mailaddr 7 , .Xr sendmail 8 Modified: head/share/man/man7/Makefile ============================================================================== --- head/share/man/man7/Makefile Sat Nov 11 03:01:47 2017 (r325701) +++ head/share/man/man7/Makefile Sat Nov 11 07:00:40 2017 (r325702) @@ -22,7 +22,6 @@ MAN= arch.7 \ hostname.7 \ intro.7 \ maclabel.7 \ - mailaddr.7 \ operator.7 \ ports.7 \ release.7 \ Modified: head/share/man/man7/hostname.7 ============================================================================== --- head/share/man/man7/hostname.7 Sat Nov 11 03:01:47 2017 (r325701) +++ head/share/man/man7/hostname.7 Sat Nov 11 07:00:40 2017 (r325702) @@ -82,7 +82,6 @@ by a system-wide configuration file (see .Sh SEE ALSO .Xr gethostbyname 3 , .Xr resolver 5 , -.Xr mailaddr 7 .Sh HISTORY .Nm Hostname appeared in Modified: head/usr.bin/mail/mail.1 ============================================================================== --- head/usr.bin/mail/mail.1 Sat Nov 11 03:01:47 2017 (r325701) +++ head/usr.bin/mail/mail.1 Sat Nov 11 07:00:40 2017 (r325702) @@ -327,9 +327,6 @@ but any reply returned to the machine will have the sy alias expanded as all mail goes through .Xr sendmail 8 . .Ss "Network Mail (ARPA, UUCP, Berknet)" -See -.Xr mailaddr 7 -for a description of network addresses. .Pp The .Nm @@ -1245,11 +1242,7 @@ if it exists. .Xr newaliases 1 , .Xr vacation 1 , .Xr aliases 5 , -.Xr mailaddr 7 , .Xr sendmail 8 -.Rs -.%T "The Mail Reference Manual" -.Re .Sh HISTORY A .Nm