File: identtestd-xinetd

package info (click to toggle)
libident 0.32-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,464 kB
  • sloc: sh: 8,260; ansic: 840; makefile: 27
file content (15 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# default: off
# description: An Ident lookup test server to be run from the xinetd
#              super-server.

service identtestd
{
	TYPE		= UNLISTED
	socket_type	= stream
	port		= 9999
	protocol	= tcp
	user		= nobody
	server		= /usr/local/sbin/in.identtestd
	wait		= no
	disable		= yes
}