aboutsummaryrefslogtreecommitdiff
path: root/doc/xinetd.sane
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2023-01-06 10:02:49 +0200
committerIgor Pashev <pashev.igor@gmail.com>2023-01-06 10:04:59 +0200
commit1145733c29db0a678537ce99ff60e21613f622a8 (patch)
tree63d5d6c324629d4eef1354db3c97f857d6016a34 /doc/xinetd.sane
downloadiscan-1145733c29db0a678537ce99ff60e21613f622a8.tar.gz
Import iscan 2.30.4-2
Diffstat (limited to 'doc/xinetd.sane')
-rw-r--r--doc/xinetd.sane15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/xinetd.sane b/doc/xinetd.sane
new file mode 100644
index 0000000..f3af497
--- /dev/null
+++ b/doc/xinetd.sane
@@ -0,0 +1,15 @@
+# default: off
+# description: SANE network scanner daemon
+# Please note that this service is registered by the IANA under
+# the name "sane-port". If your /etc/services file only has a
+# sane-port entry, rename the service in this file to match it.
+# Alternatively, you can add an alias in /etc/services.
+service sane
+{
+ disabled = no
+ port = 6566
+ socket_type = stream
+ wait = no
+ user = root
+ server = /usr/sbin/saned
+}