summaryrefslogtreecommitdiffstats
path: root/abs/not_built/extra/sane/sane.xinetd
diff options
context:
space:
mode:
Diffstat (limited to 'abs/not_built/extra/sane/sane.xinetd')
-rw-r--r--abs/not_built/extra/sane/sane.xinetd11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/not_built/extra/sane/sane.xinetd b/abs/not_built/extra/sane/sane.xinetd
new file mode 100644
index 0000000..b035664
--- /dev/null
+++ b/abs/not_built/extra/sane/sane.xinetd
@@ -0,0 +1,11 @@
+service sane-port
+{
+ port = 6566
+ socket_type = stream
+ wait = no
+ user = root
+ group = scanner
+ server = /usr/sbin/saned
+ # disabled by default!
+ disable = yes
+ }