老妖的博客
现实的中没有几个人能够真为对方去死,甚至山盟海誓很快就会在金钱面前变的微不足道,这才是生活。没有永远的爱,除了你的父母对你,当然也就没有永远的恨,更没有永远的痛,时间是最好的治疗大师,它会很快抚平你心灵上累累的伤痕。很多年以后你想起来时,那些在你生命中汹涌来往的人群至多是个模糊的影子或者毫无意义的名字
posts - 105,  comments - 171,  trackbacks - 0
1、下载cvs
java代码: 


   cvs-1.11.18-cvshome.org.9x.1.i386.rpm



2、安装
java代码: 


   #rpm -ivh cvs-1.11.18-cvshome.org.9x.1.i386.rpm




3、加入用户

java代码: 


   #groupadd cvs
   #mkdir /home2/cvsroot
   #useradd -g cvs -G cvs -d /home/cvsroot cvsroot
   #su - cvsroot
   $chmod 775 .




4、加入服务

java代码: 


   #more /etc/services|grep cvspserver
      cvspserver 2401/tcp      #CVS client/server operations
      cvspserver 2401/udp      #CVS client/server operations       

   #vi /etc/xinetd.d/cvspserver
       service cvspserver
      {
             disable = no
             flags = REUSE
               socket_type = stream
                wait = no
                 user = root
                 server = /usr/bin/cvs
                 server_args = -f --allow-root=/home/cvsroot pserver
                   log_on_success += USERID
                  log_on_failure += USERID
      }
   #ls /etc/xinetd.d/cvspserver
   /etc/xinetd.d/cvspserver



5、启动服务
java代码: 


   #su - cvsroot
   #cvs -d /home/cvsroot init
   #service xinetd restart
   #netstat -l |grep cvspserver
        tcp 0 0 *:cvspserver *:* LISTEN
posted on 2005-10-29 20:26 老妖 阅读(205) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航:
 

<2005年10月>
2526272829301
2345678
9101112131415
16171819202122
23242526272829
303112345

常用链接

随笔分类(48)

随笔档案(104)

好友链接

我的豆瓣

积分与排名

  • 积分 - 218798
  • 排名 - 256

最新评论

阅读排行榜