From e8e9196a30a48dc44699b2c1b5c31d076119ca59 Mon Sep 17 00:00:00 2001 From: Luiz Angelo Daros de Luca Date: Fri, 21 Aug 2015 15:07:01 -0300 Subject: sane-backends: import from oldpackages and update Changes since oldpackages: - updated to 1.0.25 * most of openwrt patches are upstreamed now - cups dependency was completely removed - small musl patch - small uclibc patch - removed link to extra libraries in libsane (used only for preload backends) - 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 --- utils/sane-backends/files/xinet.d_sane-port | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 utils/sane-backends/files/xinet.d_sane-port (limited to 'utils/sane-backends/files') 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 +} -- cgit v1.2.3