aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2002-03-09 04:55:35 +0000
committerDima Dorfman <dd@FreeBSD.org>2002-03-09 04:55:35 +0000
commit2f1791f58069e99def7641fc13a41fd4e2efdd9a (patch)
tree6417154425b6a692387b6e825aec61c85417d289 /etc
parentae444ae634fa5814906f0d6ae9e14ad1c0bddfae (diff)
downloadsrc-2f1791f58069e99def7641fc13a41fd4e2efdd9a.tar.gz
src-2f1791f58069e99def7641fc13a41fd4e2efdd9a.zip
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 <sean@chittenden.org>
Notes
Notes: svn path=/head/; revision=91929
Diffstat (limited to 'etc')
-rw-r--r--etc/inetd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf
index 06a294ad768f..4cdff6fdf315 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)
#