CVS 远程设置

suse-tom:~ # vim /etc/xinetd.d/cvspserver
suse-tom:~ # service xinetd restart

/etc/xinetd.d/cvspserver文件

# CVS pserver (remote acces to your CVS repositories)
# Please read the section on security and passwords in the CVS manual,
# before you enable this.
# default: off

service cvspserver
{
        disable         = no
        socket_type     = stream
        protocol        = tcp
        port            = 2401
        wait            = no
        user            = root
        server          = /usr/bin/cvs
        server_args     = -f --allow-root=/home/tom/cvs pserver
}
上一篇:网页游戏开发基础(二)01-绘制文字——设置字体名称、样式、对齐位置和另存为图片


下一篇:JS实现网站内容的禁止复制和粘贴、另存为