Author: bdubbs
Date: 2009-01-01 12:22:28 -0700 (Thu, 01 Jan 2009)
New Revision: 7709

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/pst/scanning/sane.xml
Log:
Tweaked sane-backends instructions for
proper udev and gid settings.

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2009-01-01 18:06:11 UTC 
(rev 7708)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2009-01-01 19:22:28 UTC 
(rev 7709)
@@ -44,6 +44,10 @@
       <para>January 1st, 2009</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Tweaked sane-backends instructions for
+          proper udev and gid settings.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Updated to subversion-1.5.4.</para>
         </listitem>
         <listitem>

Modified: trunk/BOOK/pst/scanning/sane.xml
===================================================================
--- trunk/BOOK/pst/scanning/sane.xml    2009-01-01 18:06:11 UTC (rev 7708)
+++ trunk/BOOK/pst/scanning/sane.xml    2009-01-01 19:22:28 UTC (rev 7709)
@@ -145,7 +145,8 @@
       <para>Install <application>SANE</application>-backends by
       running the following commands:</para>
 
-<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
+<screen><userinput>sed -i 's/SYSFS/ATTRS/g' tools/sane-desc.c &amp;&amp;
+./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
 make</userinput></screen>
 
       <para>This package does not come with a test suite.</para>
@@ -196,6 +197,9 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+    <para><command>sed -i 's/SYSFS/ATTRS/g' tools/sane-desc.c</command>: This 
+    command fixes an obsolete <application>udev</application> parameter.</para>
+
     <para><parameter>--sysconfdir=/etc</parameter>: This switch installs the
     configuration files in <filename class="directory">/etc/sane.d</filename>
     instead of <filename class="directory">/usr/etc/sane.d</filename>.</para>
@@ -229,6 +233,9 @@
         <command>man sane-<replaceable>&lt;backend&gt;</replaceable></command>,
         substituting the desired backend.</para>
 
+        <para>Add any desired users to the <systemitem
+        class="groupname">scanner</systemitem> group.</para>
+
       </sect4>
 
       <sect4>
@@ -261,10 +268,6 @@
         daemon can be found at
         <ulink url="http://penguin-breeder.org/sane/saned/"/>.</para>
 
-        <para>Once the <command>saned</command> daemon has been configured, add
-        any desired users to the <systemitem 
class="groupname">scanner</systemitem> 
-        group.</para>
-
       </sect4>
 
     </sect3>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to