Index: TipAndDoc/xinetd.d/x11vnc
===================================================================
--- TipAndDoc/xinetd.d/x11vnc	(revision fa4578b77eeb3b1eec312463a4c4fe905557d7a6)
+++ TipAndDoc/xinetd.d/x11vnc	(revision fa4578b77eeb3b1eec312463a4c4fe905557d7a6)
@@ -0,0 +1,13 @@
+service x11vnc
+{
+	port		= 5900
+	type		= UNLISTED
+	socket_type	= stream
+	protocol	= tcp
+	wait		= no
+	only_from	= 127.0.0.1
+	user		= root
+	server		= /usr/bin/x11vnc
+	server_args	= -display :0 -auth guess -nopw -localhost -inetd -o /var/log/x11vnc.log
+	disable		= no
+}
