From 9696842a61b6608f10633a984732a145c4fe5c68 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Fri, 8 Feb 2019 05:14:29 +0000 Subject: add debian/ folder --- debian/local/finger.xinetd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 debian/local/finger.xinetd (limited to 'debian/local/finger.xinetd') 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 +} -- cgit v1.2.3