This commit is contained in:
parent
ffc9bdece4
commit
e6504f4811
@ -99,7 +99,7 @@ echo
|
||||
|
||||
# Output the driver activation lines:
|
||||
for B in $( echo $USED_BACKENDS | tr ' ' '\n' | sort -u )
|
||||
do echo "ENV{sane_backend_$B}==\"yes\", RUN+=\"/bin/sed -i -e 's/^[[:space:]]*#[[:space:]]*$B[[:space:]]*\$/$B/' /etc/sane.d/dll.conf\""
|
||||
do echo "ENV{sane_backend_$B}==\"yes\", RUN+=\"/bin/sed -i -e 's/^[[:space:]]*#[[:space:]]*$B[[:space:]]*\$\$/$B/' /etc/sane.d/dll.conf\""
|
||||
done
|
||||
echo
|
||||
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 15 15:51:11 CEST 2008 - jsmeix@suse.de
|
||||
|
||||
- Changed create_sane-backends-autoconfig.rules
|
||||
to output '$$' insead of '$' because in udev rules files
|
||||
'$$' represents the '$' character itself, see "man udev"
|
||||
(see Novell/Suse Bugzilla bnc#390783).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 17 12:24:22 CEST 2008 - jsmeix@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@ Group: Hardware/Scanner
|
||||
AutoReqProv: on
|
||||
Summary: SANE (Scanner Access Now Easy) Scanner Drivers
|
||||
Version: 1.0.19
|
||||
Release: 31
|
||||
Release: 43
|
||||
Url: http://www.sane-project.org/
|
||||
# URL for Source0: http://alioth.debian.org/frs/download.php/2318/sane-backends-1.0.19.tar.gz
|
||||
Source0: sane-backends-%{version}.tar.bz2
|
||||
@ -534,6 +534,11 @@ exit 0
|
||||
%{_sysconfdir}/udev/rules.d/56-sane-backends-autoconfig.rules
|
||||
|
||||
%changelog
|
||||
* Thu May 15 2008 jsmeix@suse.de
|
||||
- Changed create_sane-backends-autoconfig.rules
|
||||
to output '$$' insead of '$' because in udev rules files
|
||||
'$$' represents the '$' character itself, see "man udev"
|
||||
(see Novell/Suse Bugzilla bnc#390783).
|
||||
* Thu Apr 17 2008 jsmeix@suse.de
|
||||
- Use info.subsystem instead of the deprecated info.bus
|
||||
for the HAL 70-scanner.fdi file.
|
||||
|
Loading…
Reference in New Issue
Block a user