svn commit: r322029 - in head: usr.bin usr.sbin

John Baldwin jhb at freebsd.org
Fri Aug 4 18:26:16 UTC 2017


On Thursday, August 03, 2017 09:30:12 PM Jeremie Le Hen wrote:
> 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

Don't forget to update tools/build/mk/OptionalObsoleteFiles.inc so that 
'make delete-old' doesn't incorrectly remove these.

The /etc/rc.d/rwhod script is also curently conditional on rcmds
(see etc/rc.d/Makefile) as is the 140.clean-rwho periodic script
(see etc/periodic/daily/Makefile).

-- 
John Baldwin


More information about the svn-src-head mailing list