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:
parent
ff99e28210
commit
590682b6e6
@ -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)
|
||||
|
@ -12,6 +12,7 @@ SUBDIR=adjkerntz \
|
||||
conscontrol \
|
||||
ddb \
|
||||
devfs \
|
||||
devmatch \
|
||||
dhclient \
|
||||
dmesg \
|
||||
dump \
|
||||
|
@ -21,7 +21,6 @@ SUBDIR= adduser \
|
||||
dconschat \
|
||||
devctl \
|
||||
devinfo \
|
||||
devmatch \
|
||||
diskinfo \
|
||||
dumpcis \
|
||||
etcupdate \
|
||||
|
Loading…
Reference in New Issue
Block a user