> > I'd think to leave it as it is, and while creating the mod_perl-2.0 start
> > *everything* from scratch so no old broken stuff would get there.
>
> well, 1.xx should continue for a while, it can't hurt to weed out obsolete
> stuff.
Ok
> > As for cross references to eg/ from other places
> >
> I'd think to leave it as it is, and while creating the mod_perl-2.0 start
> *everything* from scratch so no old broken stuff would get there.
well, 1.xx should continue for a while, it can't hurt to weed out obsolete
stuff.
> As for cross references to eg/ from other places
>
> find . -typ
> "bm" == brian moseley <[EMAIL PROTECTED]> writes:
bm> On Fri, 21 Apr 2000, Stas Bekman wrote:
>> find . -type f -exec grep -l 'eg/' {} \;
bm> find. -type f|xargs grep -l 'eg/' would be a lot
bm> faster. well at least that's what dean says.
That assumes you have xargs, which is of very re
On Fri, 21 Apr 2000, Stas Bekman wrote:
> find . -type f -exec grep -l 'eg/' {} \;
find. -type f|xargs grep -l 'eg/' would be a lot
faster. well at least that's what dean says.
> On Fri, 21 Apr 2000, Stas Bekman wrote:
>
> > On Fri, 21 Apr 2000, Stas Bekman wrote:
> >
> > > On 21 Apr 2000 [EMAIL PROTECTED] wrote:
> > >
> > > > dougm 00/04/20 23:25:19
> > > >
> > > > Modified:eg startup.pl
> > > > Log:
> > > > stas is slacking :)
> > >
> > > Nuh
On Fri, 21 Apr 2000, Stas Bekman wrote:
> On Fri, 21 Apr 2000, Stas Bekman wrote:
>
> > On 21 Apr 2000 [EMAIL PROTECTED] wrote:
> >
> > > dougm 00/04/20 23:25:19
> > >
> > > Modified:eg startup.pl
> > > Log:
> > > stas is slacking :)
> >
> > Nuh, I wanted to release Apac
On Fri, 21 Apr 2000, Stas Bekman wrote:
> On 21 Apr 2000 [EMAIL PROTECTED] wrote:
>
> > dougm 00/04/20 23:25:19
> >
> > Modified:eg startup.pl
> > Log:
> > stas is slacking :)
>
> Nuh, I wanted to release Apache::Benchmark asap... sorry.
> Thanks for the fix.
Actually yo
On 21 Apr 2000 [EMAIL PROTECTED] wrote:
> dougm 00/04/20 23:25:19
>
> Modified:eg startup.pl
> Log:
> stas is slacking :)
Nuh, I wanted to release Apache::Benchmark asap... sorry.
Thanks for the fix.
> Revision ChangesPath
> 1.4 +1 -1 modperl/eg/startu
dougm 00/04/20 23:25:19
Modified:eg startup.pl
Log:
stas is slacking :)
Revision ChangesPath
1.4 +1 -1 modperl/eg/startup.pl
Index: startup.pl
===
RCS file: /home/cvs/modperl/eg/s
> +# make sure we are in a sane environment.
> +$ENV{GATEWAY_INTERFACE} =~ /^CGI-Perl/ or die "GATEWAY_INTERFACE not Perl!";
please don't use that uglyness anymore, we have the cleaner and more logic
$ENV{MOD_PERL} for quite a while now. actually, i would like to remove
eg/ from the distribu
sbekman 00/04/19 05:46:40
Modified:eg startup.pl
Log:
sane env check example
Revision ChangesPath
1.3 +3 -0 modperl/eg/startup.pl
Index: startup.pl
===
RCS file: /home/cvs/modperl/e
11 matches
Mail list logo