Hello! On Fri, Oct 22, 2004 at 12:56:01PM +0000, STeve Andre' wrote: > If I'm updating my tree, and I know that only /etc/rc needs updating, >am I safe to ^C the update after I see that the files in question have >been updated? From what I've read of cvs I think so, but I find it a >cumbersome beast. /etc/rc isn't in CVS. /usr/src/etc/rc may be. So why don't you cd /usr/src/etc && cvs update rc if you know in advance that you want to update only that? Kind regards, Hannah.