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
This commit is contained in:
Warner Losh 2018-02-12 14:44:21 +00:00
parent ff99e28210
commit 590682b6e6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329161
6 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -12,6 +12,7 @@ SUBDIR=adjkerntz \
conscontrol \
ddb \
devfs \
devmatch \
dhclient \
dmesg \
dump \

View File

@ -21,7 +21,6 @@ SUBDIR= adduser \
dconschat \
devctl \
devinfo \
devmatch \
diskinfo \
dumpcis \
etcupdate \