svn commit: r322276 - in head: usr.bin usr.bin/ruptime usr.bin/rwho usr.sbin usr.sbin/rwhod

Jeremie Le Hen jlh at FreeBSD.org
Tue Aug 8 20:07:10 UTC 2017


Author: jlh
Date: Tue Aug  8 20:07:08 2017
New Revision: 322276
URL: https://svnweb.freebsd.org/changeset/base/322276

Log:
  Revert r322029 and r322031 so as to recommit them with a better commit log.
  
  PR:		220953
  Reported by:	ngie@

Modified:
  head/usr.bin/Makefile
  head/usr.bin/ruptime/ruptime.1
  head/usr.bin/rwho/rwho.1
  head/usr.sbin/Makefile
  head/usr.sbin/rwhod/rwhod.8

Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile	Tue Aug  8 19:53:06 2017	(r322275)
+++ head/usr.bin/Makefile	Tue Aug  8 20:07:08 2017	(r322276)
@@ -133,10 +133,8 @@ SUBDIR=	alias \
 	rpcinfo \
 	rs \
 	rup \
-	ruptime \
 	rusers \
 	rwall \
-	rwho \
 	script \
 	sdiff \
 	sed \
@@ -253,6 +251,8 @@ SUBDIR.${MK_OPENSSL}+=	newkey
 SUBDIR.${MK_QUOTAS}+=	quota
 SUBDIR.${MK_RCMDS}+=	rlogin
 SUBDIR.${MK_RCMDS}+=	rsh
+SUBDIR.${MK_RCMDS}+=	ruptime
+SUBDIR.${MK_RCMDS}+=	rwho
 SUBDIR.${MK_SENDMAIL}+=	vacation
 SUBDIR.${MK_TALK}+=	talk
 SUBDIR.${MK_TELNET}+=	telnet

Modified: head/usr.bin/ruptime/ruptime.1
==============================================================================
--- head/usr.bin/ruptime/ruptime.1	Tue Aug  8 19:53:06 2017	(r322275)
+++ head/usr.bin/ruptime/ruptime.1	Tue Aug  8 20:07:08 2017	(r322276)
@@ -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

Modified: head/usr.bin/rwho/rwho.1
==============================================================================
--- head/usr.bin/rwho/rwho.1	Tue Aug  8 19:53:06 2017	(r322275)
+++ head/usr.bin/rwho/rwho.1	Tue Aug  8 20:07:08 2017	(r322276)
@@ -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

Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile	Tue Aug  8 19:53:06 2017	(r322275)
+++ head/usr.sbin/Makefile	Tue Aug  8 20:07:08 2017	(r322276)
@@ -74,7 +74,6 @@ SUBDIR=	adduser \
 	rpc.statd \
 	rpc.umntall \
 	rtprio \
-	rwhod \
 	service \
 	services_mkdb \
 	sesutil \
@@ -192,6 +191,7 @@ SUBDIR.${MK_PPP}+=	ppp
 SUBDIR.${MK_QUOTAS}+=	edquota
 SUBDIR.${MK_QUOTAS}+=	quotaon
 SUBDIR.${MK_QUOTAS}+=	repquota
+SUBDIR.${MK_RCMDS}+=	rwhod
 SUBDIR.${MK_SENDMAIL}+=	editmap
 SUBDIR.${MK_SENDMAIL}+=	mailstats
 SUBDIR.${MK_SENDMAIL}+=	makemap

Modified: head/usr.sbin/rwhod/rwhod.8
==============================================================================
--- head/usr.sbin/rwhod/rwhod.8	Tue Aug  8 19:53:06 2017	(r322275)
+++ head/usr.sbin/rwhod/rwhod.8	Tue Aug  8 20:07:08 2017	(r322276)
@@ -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


More information about the svn-src-head mailing list