diff options
author | Luiz Angelo Daros de Luca <luizluca@gmail.com> | 2015-08-21 15:07:01 -0300 |
---|---|---|
committer | Luiz Angelo Daros de Luca <luizluca@gmail.com> | 2015-09-10 18:39:40 -0300 |
commit | e11fbf71f7f437c64d18929e7895dbaafa8c3293 (patch) | |
tree | 4041afeda67f3e80bb2e6f328b09ce3390ebf736 /utils/sane-backends/files | |
parent | 99ba6415d98d104bd95bcf36ed224da3c18d86c3 (diff) |
sane-backends: import from oldpackages
Changes since oldpackages:
- cups dependency was completely removed
* This also happened in sane trunk version
- small musl patch
- added detection of inb,outb (link error with musl)
* this also removes hack 020-non-i386-qcam.patch
- fix for segfault when using sane-test backend
- removed link to extra libraries in libsane (used only
for preload backends)
- added format-security fix
- sane-libs and sane-backends merged and exploded into
individual packages for each backend:
* libsane for sane library (which backends should dep on)
* sane-daemon for saned daemon
* sane-xxx for sane backend for xxx
** each backend has its own custom dep libraries
* sane-backends-all (with no files) that deps on all backends
* sane-qcam is only available for x86/x86_64
** other archs does not implement inb/outb (at least in musl)
Now it is possible to use SANE with much less FS space (KB
instead of MB).
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Diffstat (limited to 'utils/sane-backends/files')
-rw-r--r-- | utils/sane-backends/files/xinet.d_sane-port | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/utils/sane-backends/files/xinet.d_sane-port b/utils/sane-backends/files/xinet.d_sane-port new file mode 100644 index 000000000..9119973f6 --- /dev/null +++ b/utils/sane-backends/files/xinet.d_sane-port @@ -0,0 +1,14 @@ +# default: off +# description: The saned provides scanner service via the network. \ +# Applications like kooka, xsane or xscanimage can use the remote \ +# scanner. +service sane-port +{ + socket_type = stream + port = 6566 + wait = no + user = root + group = root + server = /usr/sbin/saned + disable = yes +} |