Added
Link Here
|
1 |
--- conf/scanbd.conf.orig 2023-06-18 13:49:49 UTC |
2 |
+++ conf/scanbd.conf |
3 |
@@ -30,7 +30,7 @@ global { |
4 |
|
5 |
# debug logging |
6 |
# 1=error, 2=warn, 3=info, 4-7=debug |
7 |
- debug-level = 7 |
8 |
+ debug-level = 2 |
9 |
|
10 |
# drop priviliges to this user |
11 |
#============================= |
12 |
@@ -52,12 +52,12 @@ global { |
13 |
# *BSD (no group lp here, use daemon instead) |
14 |
# group = daemon # root |
15 |
# |
16 |
- group = lp |
17 |
+ group = saned |
18 |
|
19 |
# the saned executable for manager-mode |
20 |
- saned = "/usr/sbin/saned" |
21 |
+ saned = "/usr/local/sbin/saned" |
22 |
saned_opt = {} # string-list |
23 |
- saned_env = { "SANE_CONFIG_DIR=/etc/scanbd" } # list of environment vars for saned |
24 |
+ saned_env = { "SANE_CONFIG_DIR=/usr/local/etc/scanbd" } # list of environment vars for saned |
25 |
|
26 |
# Scriptdir specifies where scanbd normally looks for scripts. |
27 |
# The scriptdir option can be defined as: |
28 |
@@ -68,8 +68,8 @@ global { |
29 |
# sets scriptdir to <path>/etc/scanbd/scripts. |
30 |
# scriptdir = /some/path |
31 |
# sets scriptdir to the specified absolute path |
32 |
- # Default scriptdir is <path>/etc/scanbd, this is normally appropriate |
33 |
- scriptdir = /etc/scanbd/scripts |
34 |
+ # Default scriptdir is <path>/etc/scanbd, this is normally |
35 |
+ scriptdir = /usr/local/share/examples/scanbd/scripts |
36 |
|
37 |
# Scripts to execute upon device insertion/removal. |
38 |
# It can be necessary to load firmware into the device when it is first |