Received: (qmail 13380 invoked by uid 2012); 8 Jun 1998 21:47:10 -0000 Message-Id: <19980608214710.13379.qmail@hyperreal.org> Date: 8 Jun 1998 21:47:10 -0000 From: David MacKenzie Reply-To: djm@va.pubnix.com To: apbugs@hyperreal.org Subject: Missing usage message for MetaFiles directive. X-Send-Pr-Version: 3.2 >Number: 2384 >Category: mod_cern_meta >Synopsis: Missing usage message for MetaFiles directive. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Mon Jun 8 14:50:00 PDT 1998 >Last-Modified: Mon Jun 8 22:22:27 PDT 1998 >Originator: djm@va.pubnix.com >Organization: >Release: 1.3.0 >Environment: Any. >Description: The mod_info and usage message output for this module is incomplete. >How-To-Repeat: Use MetaFiles incorrectly, or look at the mod_info page with mod_cern_meta compiled in. >Fix: --- mod_cern_meta.c 1998/06/08 18:02:13 1.1 +++ mod_cern_meta.c 1998/06/08 18:28:37 1.2 @@ -217,7 +217,8 @@ static const command_rec cern_meta_cmds[] = { - {"MetaFiles", set_metafiles, NULL, DIR_CMD_PERMS, FLAG, NULL}, + {"MetaFiles", set_metafiles, NULL, DIR_CMD_PERMS, FLAG, + "Limited to 'on' or 'off'"}, {"MetaDir", set_metadir, NULL, DIR_CMD_PERMS, TAKE1, "the name of the directory containing meta files"}, {"MetaSuffix", set_metasuffix, NULL, DIR_CMD_PERMS, TAKE1, >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Mon Jun 8 22:22:27 PDT 1998 State-Changed-Why: Applied, thanks. Dean >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ]