File vnchttpd.xinetd of Package tightvnc

# default: off
# description: This serves out the vncviewer Java applet for the VNC \
#	server running on port 5901, (vnc port 1).
service vnchttpd1
{
	type		= UNLISTED
	port		= 5801
	socket_type	= stream
	protocol	= tcp
	wait		= no
	user		= nobody
	server		= /usr/bin/vnc_inetd_httpd
	server_args	= 1024 768 5901
	disable		= yes
}
# default: off
# description: This serves out the vncviewer Java applet for the VNC \
#	server running on port 5902, (vnc port 2).
service vnchttpd2
{
	type		= UNLISTED
	port		= 5802
	socket_type	= stream
	protocol	= tcp
	wait		= no
	user		= nobody
	server		= /usr/bin/vnc_inetd_httpd
	server_args	= 1280 1024 5902
	disable		= yes
}
# default: off
# description: This serves out the vncviewer Java applet for the VNC \
#	server running on port 5902, (vnc port 3).
service vnchttpd3
{
	type		= UNLISTED
	port		= 5803
	socket_type	= stream
	protocol	= tcp
	wait		= no
	user		= nobody
	server		= /usr/bin/vnc_inetd_httpd
	server_args	= 1600 1200 5903
	disable		= yes
}
openSUSE Build Service is sponsored by