[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Upcoming debbugs modification, major change



On Sun, 19 Aug 2001, Josip Rodin wrote:

> On Sat, Aug 18, 2001 at 07:34:59AM -0500, Adam Heath wrote:
> > -				`mkdir -p "$dir"`;
> > +				`mkdir -p "archive2/$dir"`;
>
> > +$lib_path = '/debian/home/doogie/debbugs/debbugs/scripts';
>
> > -require "$lib_path/errorlib";
> > +require "$lib_path/errorlib.in";
>
> One question for all three, why? :)

So that I could run scripts from my home dir, without installing them in the
system.  Also, when I was testing expire, I had it read from db-h, and write
to archive2, so nothing would be modified.


>
> > -# open(DEBUG,">&4");
> > -open DEBUG, ">/dev/null";
> > + open(DEBUG,">/tmp/debbugs.debug");
> > +#open DEBUG, ">/dev/null";
>
> This will be changed, I presume...?

Affirmative.



Reply to: