summaryrefslogtreecommitdiff
path: root/pcr/ffingerd/finger.xinetd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-19 00:07:59 -0800
committerroot <root@rshg054.dnsready.net>2013-02-19 00:07:59 -0800
commitba105c9a82cf668f973a140c1792a3c02589980d (patch)
tree0d51d4e3e4e12ba33aa5f5da9e54458b8ec8cd0a /pcr/ffingerd/finger.xinetd
parent29883fd322e5c6464bf44e9eaa31b17790461bd0 (diff)
Tue Feb 19 00:07:54 PST 2013
Diffstat (limited to 'pcr/ffingerd/finger.xinetd')
-rw-r--r--pcr/ffingerd/finger.xinetd8
1 files changed, 8 insertions, 0 deletions
diff --git a/pcr/ffingerd/finger.xinetd b/pcr/ffingerd/finger.xinetd
new file mode 100644
index 000000000..36cd303b4
--- /dev/null
+++ b/pcr/ffingerd/finger.xinetd
@@ -0,0 +1,8 @@
+service finger
+{
+ socket_type = stream
+ wait = no
+ user = nobody
+ server = /usr/sbin/ffingerd
+ disable = yes
+}