Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2018 14:44:21 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r329161 - in head: . sbin sbin/devmatch usr.sbin usr.sbin/devmatch
Message-ID:  <201802121444.w1CEiLTx082212@repo.freebsd.org>

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



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