Re: cvs commit: modperl/eg startup.pl

2000-05-02 Thread Stas Bekman
> > 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 > >

Re: cvs commit: modperl/eg startup.pl

2000-05-01 Thread Doug MacEachern
> 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

Re: cvs commit: modperl/eg startup.pl

2000-04-21 Thread Vivek Khera
> "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

Re: cvs commit: modperl/eg startup.pl

2000-04-21 Thread brian moseley
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.

Re: cvs commit: modperl/eg startup.pl

2000-04-21 Thread Stas Bekman
> 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

Re: cvs commit: modperl/eg startup.pl

2000-04-21 Thread Doug MacEachern
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

Re: cvs commit: modperl/eg startup.pl

2000-04-21 Thread Stas Bekman
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

Re: cvs commit: modperl/eg startup.pl

2000-04-21 Thread Stas Bekman
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

cvs commit: modperl/eg startup.pl

2000-04-20 Thread dougm
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

Re: cvs commit: modperl/eg startup.pl

2000-04-20 Thread Doug MacEachern
> +# 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

cvs commit: modperl/eg startup.pl

2000-04-19 Thread sbekman
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