[Lunar-commits] r23162 - moonbase/trunk/graphics/sane-backends
Jannis Pohlmann
jannis at lunar-linux.org
Tue Feb 6 15:19:28 CET 2007
Author: jannis
Date: 2007-02-06 15:19:28 +0100 (Tue, 06 Feb 2007)
New Revision: 23162
Added:
moonbase/trunk/graphics/sane-backends/BUILD
Log:
Create /var/lock/sane and assign it to the usb group. Together
with the /dev/bus/usb/**/* this will finally make scanners work
(almost) out of the box.
Added: moonbase/trunk/graphics/sane-backends/BUILD
===================================================================
--- moonbase/trunk/graphics/sane-backends/BUILD (rev 0)
+++ moonbase/trunk/graphics/sane-backends/BUILD 2007-02-06 14:19:28 UTC (rev 23162)
@@ -0,0 +1,9 @@
+(
+
+ default_build &&
+
+ # Create lock directory and assign it to the USB group
+ mkdir -m 774 -p /var/lock/sane &&
+ chgrp usb /var/lock/sane
+
+) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list