diff options
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/release.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/cvs/release.c b/usr.bin/cvs/release.c index 065bbc8bd8b..690e445248c 100644 --- a/usr.bin/cvs/release.c +++ b/usr.bin/cvs/release.c @@ -1,4 +1,4 @@ -/* $OpenBSD: release.c,v 1.1 2005/05/11 15:31:54 xsa Exp $ */ +/* $OpenBSD: release.c,v 1.2 2005/05/12 23:41:14 xsa Exp $ */ /* * Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> * All rights reserved. @@ -48,7 +48,8 @@ struct cvs_cmd_info cvs_release = { cvs_release_options, cvs_release_sendflags, cvs_release_dir, - NULL, NULL, NULL, + NULL, NULL, + CF_KNOWN | CF_NOFILES, CVS_REQ_RELEASE, CVS_CMD_SENDDIR | CVS_CMD_SENDARGS2 | CVS_CMD_ALLOWSPEC }; |