Changeset d47868a


Ignore:
Timestamp:
01/01/2009 07:22:28 PM (15 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f6610df
Parents:
7ebb931
Message:

Tweaked sane-backends instructions for
proper udev and gid settings.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7709 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r7ebb931 rd47868a  
    4545      <itemizedlist>
    4646        <listitem>
     47          <para>[bdubbs] - Tweaked sane-backends instructions for
     48          proper udev and gid settings.</para>
     49        </listitem>
     50        <listitem>
    4751          <para>[bdubbs] - Updated to subversion-1.5.4.</para>
    4852        </listitem>
  • pst/scanning/sane.xml

    r7ebb931 rd47868a  
    146146      running the following commands:</para>
    147147
    148 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     148<screen><userinput>sed -i 's/SYSFS/ATTRS/g' tools/sane-desc.c &amp;&amp;
     149./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    149150make</userinput></screen>
    150151
     
    197198    <title>Command Explanations</title>
    198199
     200    <para><command>sed -i 's/SYSFS/ATTRS/g' tools/sane-desc.c</command>: This
     201    command fixes an obsolete <application>udev</application> parameter.</para>
     202
    199203    <para><parameter>--sysconfdir=/etc</parameter>: This switch installs the
    200204    configuration files in <filename class="directory">/etc/sane.d</filename>
     
    229233        <command>man sane-<replaceable>&lt;backend&gt;</replaceable></command>,
    230234        substituting the desired backend.</para>
     235
     236        <para>Add any desired users to the <systemitem
     237        class="groupname">scanner</systemitem> group.</para>
    231238
    232239      </sect4>
     
    262269        <ulink url="http://penguin-breeder.org/sane/saned/"/>.</para>
    263270
    264         <para>Once the <command>saned</command> daemon has been configured, add
    265         any desired users to the <systemitem class="groupname">scanner</systemitem>
    266         group.</para>
    267 
    268271      </sect4>
    269272
Note: See TracChangeset for help on using the changeset viewer.