~ubuntu-branches/ubuntu/wily/sane-backends/wily

« back to all changes in this revision

Viewing changes to debian/sane-utils.templates

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2009-12-12 11:33:09 UTC
  • Revision ID: james.westby@ubuntu.com-20091212113309-j45gho4oh9lo79xs
Tags: 1.0.20-10
* debian/libsane.README.Debian:
  + Updated udev-related information and instructions, added a note about
    only adding rules for scanners supported by libsane.
* debian/sane-utils.saned.init:
  + Add missing --oknodo in s-s-d stop call in restart case
    (closes: #558648).
* debian/sane-utils.templates:
  + Rework the standalone saned template and mention Avahi explicitly
    (closes: #556877).

* debian/patches/22_dll_backend_conf.dpatch:
  + Updated; use better wording for the comment about the net backend
    in dll.conf (closes: #556912).
* debian/patches/32_epson_perfection636.dpatch:
  + Added; add the Epson Perfection 636 SCSI scanner (closes: #555971).

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 .
7
7
 There are two ways of running saned:
8
8
  - as an inetd service, started by the inetd superserver. In this mode,
9
 
 saned is started as needed by inetd whenever a client tries to connect
10
 
 to the server;
 
9
 saned is started on demand when a client connects to the server;
11
10
  - as a standalone daemon, started at system boot. In this mode, saned
12
11
 runs in the background all by itself and listens for client connections.
13
12
 .
14
13
 When run in standalone mode, saned advertises itself on the network and
15
14
 can be detected automatically by the SANE clients with no configuration
16
15
 on the client side. You still need to configure the server to accept
17
 
 connections from your clients.
 
16
 connections from your clients. This feature is experimental and requires
 
17
 a running Avahi daemon.
18
18
 .
19
19
 Accept this option if you want to make use of this feature.
20
20