You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dg...@hyperreal.org on 1998/06/09 07:22:12 UTC

cvs commit: apache-1.3/src/modules/standard mod_cern_meta.c

dgaudet     98/06/08 22:22:12

  Modified:    src      CHANGES
               src/modules/standard mod_cern_meta.c
  Log:
  Missing usage for MetaFiles directive.
  
  PR:		2384
  Submitted by:	David MacKenzie <dj...@va.pubnix.com>
  
  Revision  Changes    Path
  1.900     +3 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.899
  retrieving revision 1.900
  diff -u -r1.899 -r1.900
  --- CHANGES	1998/06/09 04:41:26	1.899
  +++ CHANGES	1998/06/09 05:22:10	1.900
  @@ -1,5 +1,8 @@
   Changes with Apache 1.3.1
   
  +  *) Fix missing usage description for MetaFiles directive.
  +     [David MacKenzie <dj...@va.pubnix.com>] PR#2384
  +
     *) mod_log_config wouldn't let vhosts use log formats defined in the
        main server.  [Christof Damian <da...@mediaconsult.com>] PR#2090
   
  
  
  
  1.29      +2 -1      apache-1.3/src/modules/standard/mod_cern_meta.c
  
  Index: mod_cern_meta.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/modules/standard/mod_cern_meta.c,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- mod_cern_meta.c	1998/04/11 12:00:45	1.28
  +++ mod_cern_meta.c	1998/06/09 05:22:11	1.29
  @@ -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,