=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cmd.c,v retrieving revision 1.40 retrieving revision 1.41 diff -c -r1.40 -r1.41 *** src/usr.bin/cvs/cmd.c 2005/12/30 02:03:28 1.40 --- src/usr.bin/cvs/cmd.c 2005/12/30 17:51:01 1.41 *************** *** 1,4 **** ! /* $OpenBSD: cmd.c,v 1.40 2005/12/30 02:03:28 joris Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: cmd.c,v 1.41 2005/12/30 17:51:01 reyk Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. *************** *** 179,185 **** * We are not checking for CVS/Root since we fetched the root * above via cvsroot_get(). * ! * checkout, export, import, init and release do not depend on these files. */ error = 0; if ((cmd->cmd_op != CVS_OP_CHECKOUT) && --- 179,186 ---- * We are not checking for CVS/Root since we fetched the root * above via cvsroot_get(). * ! * checkout, export, import, init and release do not depend on ! * these files. */ error = 0; if ((cmd->cmd_op != CVS_OP_CHECKOUT) &&