diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 3953a6c830..3971266c35 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -43,6 +43,10 @@ January 1st, 2009 + + [bdubbs] - Tweaked sane-backends instructions for + proper udev and gid settings. + [bdubbs] - Updated to subversion-1.5.4. diff --git a/pst/scanning/sane.xml b/pst/scanning/sane.xml index 65138aa2a4..ee6f014dd0 100644 --- a/pst/scanning/sane.xml +++ b/pst/scanning/sane.xml @@ -145,7 +145,8 @@ Install SANE-backends by running the following commands: -./configure --prefix=/usr --sysconfdir=/etc && +sed -i 's/SYSFS/ATTRS/g' tools/sane-desc.c && +./configure --prefix=/usr --sysconfdir=/etc && make This package does not come with a test suite. @@ -196,6 +197,9 @@ install -v -m644 doc/sane.png xscanimage-icon-48x48-2.png \ Command Explanations + sed -i 's/SYSFS/ATTRS/g' tools/sane-desc.c: This + command fixes an obsolete udev parameter. + --sysconfdir=/etc: This switch installs the configuration files in /etc/sane.d instead of /usr/etc/sane.d. @@ -229,6 +233,9 @@ install -v -m644 doc/sane.png xscanimage-icon-48x48-2.png \ man sane-<backend>, substituting the desired backend. + Add any desired users to the scanner group. + @@ -261,10 +268,6 @@ install -v -m644 doc/sane.png xscanimage-icon-48x48-2.png \ daemon can be found at . - Once the saned daemon has been configured, add - any desired users to the scanner - group. -