blob: 193d75bbb7530063adf3c68e3d096e6422ca9cf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
Description: Add a header to dll.conf
Document dll.conf in a header, point to the dll.d directory for external
backends and document the net backend w/ pointers to the manpages.
.
Also remove the pint backend as it's not available on our platforms.
Author: Julien BLACHE <jblache@debian.org>
Index: trunk/backend/dll.conf.in
===================================================================
--- trunk.orig/backend/dll.conf.in
+++ trunk/backend/dll.conf.in
@@ -1,4 +1,12 @@
-# enable the next line if you want to allow access through the network:
+# /etc/sane.d/dll.conf - Configuration file for the SANE dynamic backend loader
+#
+# Backends can also be enabled by configuration snippets under
+# /etc/sane.d/dll.d directory -- packages providing backends should drop
+# a config file similar to dll.conf in this directory, named after the package.
+#
+
+# The next line enables the network backend; comment it out if you don't need
+# to use a remote SANE scanner over the network - see sane-net(5) and saned(8)
net
abaton
agfafocus
@@ -58,7 +66,6 @@ nec
niash
#p5
pie
-pint
pixma
plustek
#plustek_pp
|