cvs 서버 구축

리눅스 2005. 12. 21. 19:03
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
# default: on
# description: The cvspsever serves CVS Password Server sessions; it uses \
#          unencrypted username/password pairs for authentication.
service cvspserver
{
       disable         = no
       flags           = REUSE
       socket_type     = stream
       wait            = no
       user            = root
       server          = /usr/bin/cvs
       server_args     = -f --allow-root=/home/cvs pserver
       log_on_failure  += USERID
}

/etc/xinetd.d/ 디렉토리에 cvspserver 파일을 만든다
xinetd 재시작

관련 문서
http://wiki.kldp.org/wiki.php/DocbookSgml/CVS%5FTutorial-KLDP

'리눅스' 카테고리의 다른 글

jdk install  (0) 2006.01.07
find 를 이용한 파일 삭제  (0) 2006.01.06
[펌]rkhunter을 통한 시스템 무결성 체킹하기  (0) 2005.12.25
cvs 사용기  (0) 2005.12.20
cvs 관리  (0) 2005.12.19