[Lunar-commits] <moonbase-other> openobex: It installs a udev rule using group "plugdev", adding a add_priv_group line to BUILD.

Dennis Veatch dennisveatch at bellsouth.net
Fri Oct 10 20:25:38 CEST 2014


commit ac35cbc801c51b3637cacb9fbf78e654040761e0
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Fri, 10 Oct 2014 14:24:53 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/ac35cbc801c51b3637cacb9fbf78e654040761e0

openobex: It installs a udev rule using group "plugdev", adding a add_priv_group line to BUILD.
---
  net/openobex/BUILD | +3/-3     
  1 file changed, 3 insertions(+), 3 deletions(-)

--- a/net/openobex/BUILD
+++ b/net/openobex/BUILD
@@ -1,5 +1,5 @@
-(
 
-  default_cmake_build
+# It installs a udev rule using this group
+  add_priv_group plugdev &&
 
-) > $C_FIFO 2>&1
+  default_cmake_build




More information about the Lunar-commits mailing list