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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to