13 lines
399 B
Plaintext
13 lines
399 B
Plaintext
$OpenBSD: patch-tools_openbsd_detach,v 1.1 2012/02/16 22:29:15 ajacoutot Exp $
|
|
--- tools/openbsd/detach.orig Thu Feb 16 15:48:05 2012
|
|
+++ tools/openbsd/detach Thu Feb 16 15:48:46 2012
|
|
@@ -13,7 +13,7 @@ case $DEVCLASS in
|
|
# probably our scanner
|
|
chgrp wheel /dev/"$DEVNAME".*
|
|
if [ x$BUSNAME != x ] ; then
|
|
- chgrp wheel /dev/"$BUSNAME"
|
|
+ chown root:wheel /dev/"$BUSNAME"
|
|
fi
|
|
;;
|
|
esac
|