2008-02-20
linux 下的cvs , telent 配置
各自的配置文件:
#/etc/xinetd.d/cvs
# default: off
# description: The CVS service can record the history of your source \
# files. CVS stores all the versions of a file in a single \
# file in a clever way that only stores the differences \
# between versions.
service cvspserver
{
disable = no
port = 2401
socket_type = stream
protocol = tcp
wait = no
user = root
passenv = PATH
server = /usr/bin/cvs
env = HOME=/var/cvs
server_args = -f --allow-root=/opt/cvs --allow-root=/opt/jcats_dtr pserver
# bind = 127.0.0.1
}
#/etc/xinetd.d/telnet
# default: on
# description: The telnet server serves telnet sessions; it uses \
# unencrypted username/password pairs for authentication.
service telnet
{
disable = no
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
}
#/etc/xinetd.d/cvs
# default: off
# description: The CVS service can record the history of your source \
# files. CVS stores all the versions of a file in a single \
# file in a clever way that only stores the differences \
# between versions.
service cvspserver
{
disable = no
port = 2401
socket_type = stream
protocol = tcp
wait = no
user = root
passenv = PATH
server = /usr/bin/cvs
env = HOME=/var/cvs
server_args = -f --allow-root=/opt/cvs --allow-root=/opt/jcats_dtr pserver
# bind = 127.0.0.1
}
#/etc/xinetd.d/telnet
# default: on
# description: The telnet server serves telnet sessions; it uses \
# unencrypted username/password pairs for authentication.
service telnet
{
disable = no
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
}
发表评论
- 浏览: 27793 次
- 性别:

- 来自: 深圳

- 详细资料
搜索本博客
最新评论
-
关于SAP4.7的几个架构图
太好了,不错
-- by gg2003 -
POI 关于对 ms word的读写 ...
开发poi word 的那个哥们老早就不干了,好像就职于商业的公司,apache ...
-- by cleanboxer -
POI 关于对 ms word的读写 ...
问个问题,写work java哪个开源包比较好 我看POI对word支持不太够啊
-- by jlusdy -
POI 关于对 ms word的读写 ...
写word的少见,收了
-- by andyandyandy -
POI 关于对 ms word的读写 ...
http://jakarta.apache.org/poi/index.html
-- by strongkill






评论排行榜