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 \
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to