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 do...@hyperreal.org on 1998/07/19 00:08:19 UTC

cvs commit: modperl .gdbinit

dougm       98/07/18 15:08:19

  Modified:    .        .gdbinit
  Log:
  add -f flag
  
  Revision  Changes    Path
  1.4       +1 -1      modperl/.gdbinit
  
  Index: .gdbinit
  ===================================================================
  RCS file: /export/home/cvs/modperl/.gdbinit,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- .gdbinit	1998/05/14 03:06:50	1.3
  +++ .gdbinit	1998/07/18 22:08:18	1.4
  @@ -3,7 +3,7 @@
   #where's the bloody manpage for .gdbinit syntax?
   
   define thttpd
  -   run -X -d `pwd`/t
  +   run -X -f `pwd`/t/conf/httpd.conf -d `pwd`/t
   #   set $sv = perl_eval_pv("$Apache::ErrLog = '/tmp/mod_perl_error_log'",1)
   end