=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/client.c,v retrieving revision 1.31 retrieving revision 1.32 diff -c -r1.31 -r1.32 *** src/usr.bin/cvs/client.c 2006/12/15 08:26:18 1.31 --- src/usr.bin/cvs/client.c 2006/12/15 09:50:37 1.32 *************** *** 1,4 **** ! /* $OpenBSD: client.c,v 1.31 2006/12/15 08:26:18 xsa Exp $ */ /* * Copyright (c) 2006 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: client.c,v 1.32 2006/12/15 09:50:37 xsa Exp $ */ /* * Copyright (c) 2006 Joris Vink * *************** *** 28,33 **** --- 28,34 ---- { "Valid-responses", 1, cvs_server_validresp, REQ_NEEDED }, { "valid-requests", 1, cvs_server_validreq, REQ_NEEDED }, { "Directory", 0, cvs_server_directory, REQ_NEEDED }, + { "Static-directory", 0, cvs_server_static_directory, REQ_NEEDED }, { "Sticky", 0, cvs_server_sticky, REQ_NEEDED }, { "Entry", 0, cvs_server_entry, REQ_NEEDED }, { "Modified", 0, cvs_server_modified, REQ_NEEDED }, *************** *** 44,50 **** * working copy, unsupported until we are told otherwise */ { "Max-dotdot", 0, NULL, 0 }, - { "Static-directory", 0, NULL, 0 }, { "Checkin-prog", 0, NULL, 0 }, { "Update-prog", 0, NULL, 0 }, { "Kopt", 0, NULL, 0 }, --- 45,50 ----