Author: imp
Date: Mon Feb 12 14:44:21 2018
New Revision: 329161
URL: https://svnweb.freebsd.org/changeset/base/329161

Log:
  Move devmatch to sbin from usr/sbin.
  
  Since we want to use devmatch in context before a split /,/usr system
  has mounted /usr, move devmatch to /sbin.
  
  Sponsored by: Netflix

Added:
  head/sbin/devmatch/
  head/sbin/devmatch/Makefile   (contents, props changed)
     - copied, changed from r329155, head/usr.sbin/devmatch/Makefile
  head/sbin/devmatch/devmatch.8   (contents, props changed)
     - copied, changed from r329155, head/usr.sbin/devmatch/devmatch.8
  head/sbin/devmatch/devmatch.c   (contents, props changed)
     - copied, changed from r329155, head/usr.sbin/devmatch/devmatch.c
Deleted:
  head/usr.sbin/devmatch/Makefile
  head/usr.sbin/devmatch/devmatch.8
  head/usr.sbin/devmatch/devmatch.c
Modified:
  head/ObsoleteFiles.inc
  head/sbin/Makefile
  head/usr.sbin/Makefile

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc      Mon Feb 12 13:59:04 2018        (r329160)
+++ head/ObsoleteFiles.inc      Mon Feb 12 14:44:21 2018        (r329161)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20180212: move devmatch
+OLD_FILES+=usr/sbin/devmatch
 # 20180211: remove usb.conf
 OLD_FILES+=etc/devd/usb.conf
 # 20180208: remove c_rehash(1)

Modified: head/sbin/Makefile
==============================================================================
--- head/sbin/Makefile  Mon Feb 12 13:59:04 2018        (r329160)
+++ head/sbin/Makefile  Mon Feb 12 14:44:21 2018        (r329161)
@@ -12,6 +12,7 @@ SUBDIR=adjkerntz \
        conscontrol \
        ddb \
        devfs \
+       devmatch \
        dhclient \
        dmesg \
        dump \

Copied and modified: head/sbin/devmatch/Makefile (from r329155, 
head/usr.sbin/devmatch/Makefile)
==============================================================================

Copied and modified: head/sbin/devmatch/devmatch.8 (from r329155, 
head/usr.sbin/devmatch/devmatch.8)
==============================================================================

Copied and modified: head/sbin/devmatch/devmatch.c (from r329155, 
head/usr.sbin/devmatch/devmatch.c)
==============================================================================

Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile      Mon Feb 12 13:59:04 2018        (r329160)
+++ head/usr.sbin/Makefile      Mon Feb 12 14:44:21 2018        (r329161)
@@ -21,7 +21,6 @@ SUBDIR=       adduser \
        dconschat \
        devctl \
        devinfo \
-       devmatch \
        diskinfo \
        dumpcis \
        etcupdate \
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to