Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2018 16:08:17 +0000 (UTC)
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r341243 - in head: usr.bin usr.bin/trim usr.sbin usr.sbin/trim
Message-ID:  <201811291608.wATG8H8V014270@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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