stas        02/02/21 01:08:38

  Modified:    src/docs/1.0/guide debug.pod porting.pod scenario.pod
  Log:
  s|error\.log|error_log|
  
  Revision  Changes    Path
  1.2       +1 -1      modperl-docs/src/docs/1.0/guide/debug.pod
  
  Index: debug.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/debug.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- debug.pod 6 Jan 2002 16:54:56 -0000       1.1
  +++ debug.pod 21 Feb 2002 09:08:38 -0000      1.2
  @@ -263,7 +263,7 @@
   
   For bash users the command is:
   
  -  % alias err='tail -f /var/log/apache/error.log'
  +  % alias err='tail -f /var/log/apache/error_log'
   
   and from now on in the shell you set the alias in, executing
   
  
  
  
  1.2       +1 -1      modperl-docs/src/docs/1.0/guide/porting.pod
  
  Index: porting.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/porting.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- porting.pod       6 Jan 2002 16:54:56 -0000       1.1
  +++ porting.pod       21 Feb 2002 09:08:38 -0000      1.2
  @@ -230,7 +230,7 @@
       }
     }
   
  -The code in the I<error.log> wasn't indented. I've indented it for you to
  +The code in the I<error_log> wasn't indented. I've indented it for you to
   stress that the code was wrapped inside the handler() subroutine.
   
   What do we learn from this?
  
  
  
  1.3       +1 -1      modperl-docs/src/docs/1.0/guide/scenario.pod
  
  Index: scenario.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/scenario.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- scenario.pod      4 Feb 2002 13:50:25 -0000       1.2
  +++ scenario.pod      21 Feb 2002 09:08:38 -0000      1.3
  @@ -457,7 +457,7 @@
   explicitly run make install in the Apache source directory.
   
   If C<make test> fails, look into
  -I</usr/src/httpd_perl/mod_perl-x.xx/t/logs> and read the error.log
  +I</usr/src/httpd_perl/mod_perl-x.xx/t/logs> and read the error_log
   file.  Also see L<make test fails|install/make_test_fails>.
   
   While doing C<perl Makefile.PL ...> mod_perl might complain by warning
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to