Geoffrey Young wrote:

  -    % ln -sf /www/perl.apache.org/dist/mod_perl-1.99_12.tar.gz \
  -      /www/perl.apache.org/dist/mod_perl-2.0-current.tar.gz
  +    % ln -sf mod_perl-1.99_12.tar.gz mod_perl-2.0-current.tar.gz
       % tar -xzvf mod_perl-1.99_12.tar.gz
       % rm /www/perl.apache.org/dist/mod_perl-2.0-current
  -    % ln -sf /www/perl.apache.org/dist/mod_perl-1.99_12 \
  -      /www/perl.apache.org/dist/mod_perl-2.0-current
  +    % ln -sf mod_perl-1.99_12 mod_perl-2.0-current



The full path in 'ln -sf' was there for a reason. I don't know why, but using the relative path is not working on FreeBSD. So please restore it.


sorry. that was based on an email eric and I got the other day:
>
Henk P. Penning wrote:
 > Hi,
 >
 >   I noticed you put up some stuff in '/dist/perl/'.
 >
 >   The following three symlinks are not going to work on mirrors.
 >   Could you change them to 'relative' links ?
 >
 >     mod_perl-2.0-current
 >       -> /www/www.apache.org/dist/perl/mod_perl-1.99_11
 >     mod_perl-2.0-current.tar.gz
 >       -> /www/www.apache.org/dist/perl/mod_perl-1.99_11.tar.gz
 >     mod_perl-2.0-current.tar.gz.asc
 >       -> /www/www.apache.org/dist/perl/mod_perl-1.99_11.tar.gz.asc
 >

I'm not sure who is right then, so you'll have to take it up with him.

Interesting. Do you have that email, so that I can followup on it?




+ % find /www/perl.apache.org/dist/ -user $USER -type f -exec chmod 0664 {} \; + % find /www/perl.apache.org/dist/ -user $USER -type d -exec chmod 0775 {} \;



I guess that does the job, but then you have to adjust $USER... How about just doing this on the files that you just added?


on minotaur $USER was automatically set to 'geoff' for me.

I guess that's OK then. It just sounds silly to try to change all files when you exactly which files you've added ;) But it doesn't matter, your way is fine.


  +8. Distribute to www.apache.org/dist/perl
  +
  +   a. TBD



drop that one, what we will do is just fixup the paths above



I thought I understood on pmc that how we ought to handle that directory still has yet to be determined? if it is determined, then it warrants a separate entry.

I've already posted a summary to the pmc about it. Nobody has followed up on it. I'll repost it again. Please watch that list.



__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com


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



Reply via email to