diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2002-03-09 04:55:35 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2002-03-09 04:55:35 +0000 |
| commit | 2f1791f58069e99def7641fc13a41fd4e2efdd9a (patch) | |
| tree | 6417154425b6a692387b6e825aec61c85417d289 | |
| parent | ae444ae634fa5814906f0d6ae9e14ad1c0bddfae (diff) | |
Notes
| -rw-r--r-- | etc/inetd.conf | 2 |
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) # |
