You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2003/10/02 10:57:09 UTC

cvs commit: modperl-2.0/ModPerl-Registry/t/conf extra.conf.in

stas        2003/10/02 01:57:09

  Modified:    ModPerl-Registry/t/conf extra.conf.in
  Log:
  comments are also parsed for tokens, obviously it has failed to parse the
  not-yet-existing @tmp@ token. I should have tested before committing :(
  
  Revision  Changes    Path
  1.12      +3 -3      modperl-2.0/ModPerl-Registry/t/conf/extra.conf.in
  
  Index: extra.conf.in
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/t/conf/extra.conf.in,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -u -r1.11 -r1.12
  --- extra.conf.in	2 Oct 2003 06:29:46 -0000	1.11
  +++ extra.conf.in	2 Oct 2003 08:57:09 -0000	1.12
  @@ -157,9 +157,9 @@
       ScriptSock logs/cgisock
   </IfModule>
   #
  -# XXX: would be nice to have Apache-Test support @tmp@ which will map
  -# onto t/tmp by default and provide a new -tmp option to override this
  -# default
  +# XXX: would be nice to have Apache-Test support a new 'tmp' token
  +# (similar to t_logs) which will map onto t/tmp by default and provide
  +# a new -tmp option to override this default
   SetEnv TMPDIR @t_logs@
   # </sandbox-friendly>