Changeset c67fd68c


Ignore:
Timestamp:
12/30/2008 07:51:39 AM (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:
b88a720
Parents:
233a7e64
Message:

Updated to sane-backends-1.0.19.
Added instructions to create a new scanner group ( gid 70 ).
Copied sane udev file to 65-scanner.rules

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r233a7e64 rc67fd68c  
    44-->
    55
    6 <!ENTITY day          "29">                   <!-- Always 2 digits -->
     6<!ENTITY day          "30">                   <!-- Always 2 digits -->
    77<!ENTITY month        "12">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2008">
     
    695695
    696696<!-- Chapter 43 -->
    697 <!ENTITY sane-version                 "1.0.18">
     697<!ENTITY sane-version                 "1.0.19">
    698698<!ENTITY xsane-version                "0.994">
    699699
  • introduction/welcome/changelog.xml

    r233a7e64 rc67fd68c  
    4242-->
    4343    <listitem>
     44      <para>December 30th, 2008</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[bdubbs] - Update to sane-backends-1.0.19.  Added
     48          scanner group.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4454      <para>December 29th, 2008</para>
    4555      <itemizedlist>
  • postlfs/config/users.xml

    r233a7e64 rc67fd68c  
    9797        <row><entry>svntest </entry><entry>  </entry><entry>57</entry></row>
    9898        <row><entry>games   </entry><entry>60</entry><entry>60</entry></row>
     99        <row><entry>scanner </entry><entry>  </entry><entry>70</entry></row>
    99100        <row><entry>anonymous</entry><entry>98</entry><entry>  </entry></row>
    100101        <row><entry>nobody  </entry><entry>99</entry><entry>  </entry></row>
  • pst/scanning/sane.xml

    r233a7e64 rc67fd68c  
    55  %general-entities;
    66
    7   <!ENTITY sane-be-download-http "http://alioth.debian.org/download.php/1347/sane-backends-&sane-version;.tar.gz">
    8   <!ENTITY sane-be-download-ftp  "ftp://ftp2.sane-project.org/pub/sane/old-versions/sane-backends-&sane-version;/sane-backends-&sane-version;.tar.gz">
     7  <!ENTITY sane-be-download-http "http://alioth.debian.org/download.php/2318/sane-backends-&sane-version;.tar.gz">
     8  <!ENTITY sane-be-download-ftp  "ftp://ftp2.sane-project.org/pub/sane/sane-backends-&sane-version;/sane-backends-&sane-version;.tar.gz">
    99  <!ENTITY sane-be-download-ftp  "&gentoo-ftp-repo;/sane-backends-&sane-version;.tar.gz">
    10   <!ENTITY sane-be-md5sum        "7ca7e2908e24721471de92cf40c75e60">
    11   <!ENTITY sane-be-size          "3.7 MB">
    12   <!ENTITY sane-be-buildsize     "67 MB">
    13   <!ENTITY sane-be-time          "1.4 SBU">
     10  <!ENTITY sane-be-md5sum        "8c0936272dcfd4e98c51512699f1c06f">
     11  <!ENTITY sane-be-size          "4.1 MB">
     12  <!ENTITY sane-be-buildsize     "71 MB">
     13  <!ENTITY sane-be-time          "1.5 SBU">
    1414
    1515  <!ENTITY sane-fe-version       "1.0.14">
     
    137137      <title>Installation of SANE Back Ends</title>
    138138
     139      <para>The <application>SANE</application> daemon should run with its own
     140      group.  Set this up by issuing the following commands as the
     141      <systemitem class="username">root</systemitem> user:</para>
     142
     143      <screen><userinput>groupadd -g 50 scanner</userinput></screen>
     144
    139145      <para>Install <application>SANE</application>-backends by
    140146      running the following commands:</para>
    141147
    142 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     148      <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    143149make</userinput></screen>
    144150
     
    147153      <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    148154
    149 <screen role="root"><userinput>make install</userinput></screen>
     155      <screen role="root"><userinput>make install &amp;&amp;
     156install -m 644 -v tools/udev/libsane.rules /etc/udev/rules.d/65-scanner.rules</userinput></screen>
    150157
    151158    </sect3>
     
    165172      use the following commands:</para>
    166173
    167 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     174      <screen><userinput>./configure --prefix=/usr &amp;&amp;
    168175make</userinput></screen>
    169176
     
    172179      <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    173180
    174 <screen role="root"><userinput>make install &amp;&amp;
     181      <screen role="root"><userinput>make install &amp;&amp;
    175182install -v -m644 doc/sane.png xscanimage-icon-48x48-2.png \
    176183    /usr/share/sane</userinput></screen>
     
    255262        <ulink url="http://penguin-breeder.org/sane/saned/"/>.</para>
    256263
     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
    257268      </sect4>
    258269
Note: See TracChangeset for help on using the changeset viewer.