Hi ! FC1/rawhide lack of cvs server suport. Can be xined.d style config file be attached/included to current FC1/rawhide's cvs-x.y.z.i386.rpm to enable xinetd cvs server to fedora ? That one below works well with FC1 and rawhide, it require only to install default cvs package from FC1/rawhide. Here is the file: ---------------------------//////////-------------------------------------------------------------------> cat /etc/xinet.d/cvspserver # default: on # description: The rsync server is a good addition to am ftp server, as it \ # allows crc checksumming etc. service cvspserver { disable = no socket_type = stream wait = no user = root server = /usr/bin/cvs server_args = -f --allow-root=/usr/local/cvsroot pserver log_on_failure += USERID } ------------------------//////-------------------------------------------------------------------------? then to start it, type: chkconfig --add cvspserver service xinetd restart and it works well, i used it succesfuly this way. I think this one can be integraded very easy in src.rpm of cvs package by adding xined rpm dependency requirement too. Ideas, Opinions, ContraOpinions ? cristian