- % 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.
+ % 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.
+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.
--Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
