summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorallanjude <allanjude@FreeBSD.org>2017-07-04 18:36:02 +0000
committerallanjude <allanjude@FreeBSD.org>2017-07-04 18:36:02 +0000
commitb275465927ab77e8350d06ea1eb17fe5894be4ec (patch)
tree3016bdee8516b26e208f776ae29ca60846e8cc79
parent55e36ae8f1c6e39f53bac891aa4c05ba23eedfff (diff)
downloadFreeBSD-src-b275465927ab77e8350d06ea1eb17fe5894be4ec.zip
FreeBSD-src-b275465927ab77e8350d06ea1eb17fe5894be4ec.tar.gz
Merge r320645 from stable/11 into releng/11.1:
Add deprecation notices for all rcmd tools Approved by: re (gjb) Relnotes: yes
-rw-r--r--bin/rcp/rcp.111
-rw-r--r--libexec/rlogind/rlogind.811
-rw-r--r--libexec/rshd/rshd.811
-rw-r--r--usr.bin/rlogin/rlogin.111
-rw-r--r--usr.bin/rsh/rsh.111
-rw-r--r--usr.bin/ruptime/ruptime.111
-rw-r--r--usr.bin/rwho/rwho.111
-rw-r--r--usr.sbin/rwhod/rwhod.811
8 files changed, 80 insertions, 8 deletions
diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1
index 71bdab9..25e9f93 100644
--- a/bin/rcp/rcp.1
+++ b/bin/rcp/rcp.1
@@ -29,7 +29,7 @@
.\" @(#)rcp.1 8.1 (Berkeley) 5/31/93
.\" $FreeBSD$
.\"
-.Dd October 16, 2002
+.Dd July 3, 2017
.Dt RCP 1
.Os
.Sh NAME
@@ -43,6 +43,15 @@
.Op Fl 46pr
.Ar
.Ar directory
+.Sh DEPRECATION NOTICE
+.Nm
+is deprecated and will be removed from future versions of the
+.Fx
+base system.
+If
+.Nm
+is still required, it can be installed from ports or packages
+(net/bsdrcmds).
.Sh DESCRIPTION
The
.Nm
diff --git a/libexec/rlogind/rlogind.8 b/libexec/rlogind/rlogind.8
index 209cec9..09ec8b5 100644
--- a/libexec/rlogind/rlogind.8
+++ b/libexec/rlogind/rlogind.8
@@ -28,7 +28,7 @@
.\" @(#)rlogind.8 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd February 9, 2005
+.Dd July 3, 2017
.Dt RLOGIND 8
.Os
.Sh NAME
@@ -37,6 +37,15 @@
.Sh SYNOPSIS
.Nm
.Op Fl Daln
+.Sh DEPRECATION NOTICE
+.Nm
+is deprecated and will be removed from future versions of the
+.Fx
+base system.
+If
+.Nm
+is still required, it can be installed from ports or packages
+(net/bsdrcmds).
.Sh DESCRIPTION
The
.Nm
diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8
index 6c6e57c..700c2ed 100644
--- a/libexec/rshd/rshd.8
+++ b/libexec/rshd/rshd.8
@@ -28,7 +28,7 @@
.\" @(#)rshd.8 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd June 4, 1993
+.Dd July 3, 2017
.Dt RSHD 8
.Os
.Sh NAME
@@ -37,6 +37,15 @@
.Sh SYNOPSIS
.Nm
.Op Fl aDLln
+.Sh DEPRECATION NOTICE
+.Nm
+is deprecated and will be removed from future versions of the
+.Fx
+base system.
+If
+.Nm
+is still required, it can be installed from ports or packages
+(net/bsdrcmds).
.Sh DESCRIPTION
The
.Nm
diff --git a/usr.bin/rlogin/rlogin.1 b/usr.bin/rlogin/rlogin.1
index 8aea6bd..28c9ea6 100644
--- a/usr.bin/rlogin/rlogin.1
+++ b/usr.bin/rlogin/rlogin.1
@@ -28,7 +28,7 @@
.\" @(#)rlogin.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
-.Dd September 26, 2003
+.Dd July 3, 2017
.Dt RLOGIN 1
.Os
.Sh NAME
@@ -41,6 +41,15 @@
.Op Fl i Ar localname
.Op Fl l Ar username
.Ar host
+.Sh DEPRECATION NOTICE
+.Nm
+is deprecated and will be removed from future versions of the
+.Fx
+base system.
+If
+.Nm
+is still required, it can be installed from ports or packages
+(net/bsdrcmds).
.Sh DESCRIPTION
The
.Nm
diff --git a/usr.bin/rsh/rsh.1 b/usr.bin/rsh/rsh.1
index 7cc64d2..9822396 100644
--- a/usr.bin/rsh/rsh.1
+++ b/usr.bin/rsh/rsh.1
@@ -28,7 +28,7 @@
.\" @(#)rsh.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
-.Dd October 16, 2002
+.Dd July 3, 2017
.Dt RSH 1
.Os
.Sh NAME
@@ -41,6 +41,15 @@
.Op Fl t Ar timeout
.Ar host
.Op command
+.Sh DEPRECATION NOTICE
+.Nm
+is deprecated and will be removed from future versions of the
+.Fx
+base system.
+If
+.Nm
+is still required, it can be installed from ports or packages
+(net/bsdrcmds).
.Sh DESCRIPTION
The
.Nm
diff --git a/usr.bin/ruptime/ruptime.1 b/usr.bin/ruptime/ruptime.1
index 56aa394..f0318ed 100644
--- a/usr.bin/ruptime/ruptime.1
+++ b/usr.bin/ruptime/ruptime.1
@@ -28,7 +28,7 @@
.\" @(#)ruptime.1 8.2 (Berkeley) 4/5/94
.\" $FreeBSD$
.\"
-.Dd March 1, 2003
+.Dd July 3, 2017
.Dt RUPTIME 1
.Os
.Sh NAME
@@ -38,6 +38,15 @@
.Nm
.Op Fl alrtu
.Op Ar host ...
+.Sh DEPRECATION NOTICE
+.Nm
+is deprecated and will be removed from future versions of the
+.Fx
+base system.
+If
+.Nm
+is still required, it can be installed from ports or packages
+(net/bsdrcmds).
.Sh DESCRIPTION
The
.Nm
diff --git a/usr.bin/rwho/rwho.1 b/usr.bin/rwho/rwho.1
index 066f252..d619791 100644
--- a/usr.bin/rwho/rwho.1
+++ b/usr.bin/rwho/rwho.1
@@ -28,7 +28,7 @@
.\" @(#)rwho.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
-.Dd June 6, 1993
+.Dd July 3, 2017
.Dt RWHO 1
.Os
.Sh NAME
@@ -37,6 +37,15 @@
.Sh SYNOPSIS
.Nm
.Op Fl a
+.Sh DEPRECATION NOTICE
+.Nm
+is deprecated and will be removed from future versions of the
+.Fx
+base system.
+If
+.Nm
+is still required, it can be installed from ports or packages
+(net/bsdrcmds).
.Sh DESCRIPTION
The
.Nm
diff --git a/usr.sbin/rwhod/rwhod.8 b/usr.sbin/rwhod/rwhod.8
index d4ecf4e..18eb3ed 100644
--- a/usr.sbin/rwhod/rwhod.8
+++ b/usr.sbin/rwhod/rwhod.8
@@ -28,7 +28,7 @@
.\" @(#)rwhod.8 8.2 (Berkeley) 12/11/93
.\" $FreeBSD$
.\"
-.Dd January 21, 2010
+.Dd July 3, 2017
.Dt RWHOD 8
.Os
.Sh NAME
@@ -40,6 +40,15 @@
.Op Fl p
.Op Fl l
.Op Fl m Op Ar ttl
+.Sh DEPRECATION NOTICE
+.Nm
+is deprecated and will be removed from future versions of the
+.Fx
+base system.
+If
+.Nm
+is still required, it can be installed from ports or packages
+(net/bsdrcmds).
.Sh DESCRIPTION
The
.Nm
OpenPOWER on IntegriCloud