Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2017 21:30:12 +0000 (UTC)
From:      Jeremie Le Hen <jlh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r322029 - in head: usr.bin usr.sbin
Message-ID:  <201708032130.v73LUC2H045637@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jlh
Date: Thu Aug  3 21:30:12 2017
New Revision: 322029
URL: https://svnweb.freebsd.org/changeset/base/322029

Log:
  rwho/ruptime/rwhod shouldn't be gated by RCMDS.
  
  PR:		220953
  Reported by:	peter@
  Differential Revision:	https://reviews.freebsd.org/D11743

Modified:
  head/usr.bin/Makefile
  head/usr.sbin/Makefile

Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile	Thu Aug  3 21:14:46 2017	(r322028)
+++ head/usr.bin/Makefile	Thu Aug  3 21:30:12 2017	(r322029)
@@ -133,8 +133,10 @@ SUBDIR=	alias \
 	rpcinfo \
 	rs \
 	rup \
+	ruptime \
 	rusers \
 	rwall \
+	rwho \
 	script \
 	sdiff \
 	sed \
@@ -251,8 +253,6 @@ 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.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile	Thu Aug  3 21:14:46 2017	(r322028)
+++ head/usr.sbin/Makefile	Thu Aug  3 21:30:12 2017	(r322029)
@@ -74,6 +74,7 @@ SUBDIR=	adduser \
 	rpc.statd \
 	rpc.umntall \
 	rtprio \
+	rwhod \
 	service \
 	services_mkdb \
 	sesutil \
@@ -191,7 +192,6 @@ 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708032130.v73LUC2H045637>