From 43a9719eeb02475a160da8f9245318830b28f827 Mon Sep 17 00:00:00 2001 From: dd Date: Sat, 9 Mar 2002 04:55:35 +0000 Subject: In the words of the submitter: Kerberized CVS (kserver) listens on the same port as normal CVS (pserver). In /etc/inetd.conf cvs kserver is disabled by default, but set to listen to the service port 'cvs' which doesn't exist. It should listen to 'cvspserver'. PR: 34317 Submitted by: Sean Chittenden --- etc/inetd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inetd.conf') diff --git a/etc/inetd.conf b/etc/inetd.conf index 06a294a..4cdff6f 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -65,7 +65,7 @@ # deadly security hole. # #cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/your/cvsroot/here pserver -#cvs stream tcp nowait root /usr/bin/cvs cvs --allow-root=/your/cvsroot/here kserver +#cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/your/cvsroot/here kserver # # RPC based services (you MUST have portmapper running to use these) # -- cgit v1.1