svn commit: r341243 - in head: usr.bin usr.bin/trim usr.sbin usr.sbin/trim

Eugene Grosbein eugen at FreeBSD.org
Thu Nov 29 16:08:18 UTC 2018


Author: eugen
Date: Thu Nov 29 16:08:16 2018
New Revision: 341243
URL: https://svnweb.freebsd.org/changeset/base/341243

Log:
  Move trim(1) from usr.bin to usr.sbin to become trim(8).
  
  Requested by:	se
  MFC after:	1 month

Added:
  head/usr.sbin/trim/
     - copied from r341242, head/usr.bin/trim/
Deleted:
  head/usr.bin/trim/
Modified:
  head/usr.bin/Makefile
  head/usr.sbin/Makefile

Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile	Thu Nov 29 15:58:14 2018	(r341242)
+++ head/usr.bin/Makefile	Thu Nov 29 16:08:16 2018	(r341243)
@@ -159,7 +159,6 @@ SUBDIR=	alias \
 	touch \
 	tput \
 	tr \
-	trim \
 	true \
 	truncate \
 	tset \

Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile	Thu Nov 29 15:58:14 2018	(r341242)
+++ head/usr.sbin/Makefile	Thu Nov 29 16:08:16 2018	(r341243)
@@ -91,6 +91,7 @@ SUBDIR=	adduser \
 	tcpdrop \
 	tcpdump \
 	traceroute \
+	trim \
 	trpt \
 	tzsetup \
 	ugidfw \


More information about the svn-src-head mailing list