summaryrefslogtreecommitdiff
path: root/debian/local/finger.xinetd
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2019-02-08 05:14:29 +0000
committerKatolaZ <katolaz@freaknet.org>2019-02-08 05:14:29 +0000
commit9696842a61b6608f10633a984732a145c4fe5c68 (patch)
treec715b7439c3bb1d5d5eb09540952da6adc62a0d3 /debian/local/finger.xinetd
parent172540a4a29fa4c0c5f0431bb5bf5b3d08ec92c0 (diff)
add debian/ folder
Diffstat (limited to 'debian/local/finger.xinetd')
-rw-r--r--debian/local/finger.xinetd13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/local/finger.xinetd b/debian/local/finger.xinetd
new file mode 100644
index 0000000..e7c8450
--- /dev/null
+++ b/debian/local/finger.xinetd
@@ -0,0 +1,13 @@
+service finger
+{
+ disable = no
+ socket_type = stream
+ protocol = tcp
+ flags = IPv6
+ wait = no
+ user = nobody
+ server = /usr/sbin/in.fingerd
+ server_args = -l -w
+ log_type = SYSLOG daemon info
+ log_on_success = HOST
+}