cvs commit: modperl-docs/src/docs/2.0/user/troubleshooting troubleshooting.pod

2003-07-28 Thread stas
stas2003/07/28 10:37:24

  Modified:src/docs/2.0/api APR.pod
   src/docs/2.0/user/troubleshooting troubleshooting.pod
  Log:
  use APR::UUID as an example which actually works outside of mod_perl,
  whereas Apache::Table doesn't
  
  Revision  ChangesPath
  1.2   +1 -2  modperl-docs/src/docs/2.0/api/APR.pod
  
  Index: APR.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/APR.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- APR.pod   23 May 2003 05:20:53 -  1.1
  +++ APR.pod   28 Jul 2003 17:37:24 -  1.2
  @@ -12,8 +12,7 @@
   an CAPR:: package outside of mod_perl, you need to load APR
   first. For example:
   
  -  % perl -MApache2 -MAPR -le 'use APR::Table; use APR::Pool; \
  -  $table = APR::Table::make(APR::Pool-new, 2);'
  +  % perl -MApache2 -MAPR -MAPR::UUID -le 'print APR::UUID-new-format'
   
   
   =cut
  
  
  
  1.10  +2 -2  
modperl-docs/src/docs/2.0/user/troubleshooting/troubleshooting.pod
  
  Index: troubleshooting.pod
  ===
  RCS file: 
/home/cvs/modperl-docs/src/docs/2.0/user/troubleshooting/troubleshooting.pod,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- troubleshooting.pod   23 May 2003 05:21:49 -  1.9
  +++ troubleshooting.pod   28 Jul 2003 17:37:24 -  1.10
  @@ -147,8 +147,8 @@
   
   in order to load the XS subroutines. For example:
   
  -  % perl -MApache2 -MAPR -le 'use APR::Table; use APR::Pool; \
  -  $table = APR::Table::make(APR::Pool-new, 2);'
  +  % perl -MApache2 -MAPR -MAPR::UUID -le 'print APR::UUID-new-format'
  +
   
   =head1 Maintainers
   
  
  
  

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



cvs commit: modperl-docs/src/products apache-modules.pod

2003-07-28 Thread stas
stas2003/07/28 14:54:44

  Modified:src/products apache-modules.pod
  Log:
  Shannon Eric Peevey [EMAIL PROTECTED] has ported Apache::AuthenSMB to mp2
  
  Revision  ChangesPath
  1.9   +1 -0  modperl-docs/src/products/apache-modules.pod
  
  Index: apache-modules.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/products/apache-modules.pod,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- apache-modules.pod15 Jul 2003 10:04:18 -  1.8
  +++ apache-modules.pod28 Jul 2003 21:54:44 -  1.9
  @@ -158,6 +158,7 @@
 Apache::AuthExpire
 Apache::AuthNetLDAP
 Apache::AuthenPasswd
  +  Apache::AuthenSmb
 Apache::AuthzNetLDAP
 Apache::AuthzPasswd
 Apache::Clean
  
  
  

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