Re: My recent bug's and continuing effort to debconf-ize Debian

2000-09-06 Thread John Goerzen
If you want, I can file it that way but I just sent it to you as you asked. In general, I have been filing them that way. -- John Wichert Akkerman <[EMAIL PROTECTED]> writes: > Previously John Goerzen wrote: > > Incidentally, I have debconfized the following: > > > > base-passwd > > I'm quite

Re: My recent bug's and continuing effort to debconf-ize Debian

2000-09-05 Thread Wichert Akkerman
Previously John Goerzen wrote: > Incidentally, I have debconfized the following: > > base-passwd I'm quite sure I told you I wouldn't merge that until after the potato release. I also notice you didn't file the patch as a wishlist bugreport which makes it a bit harder to find.. Wichert. --

Re: My recent bug's and continuing effort to debconf-ize Debian

2000-09-05 Thread John Goerzen
By all means sign me up. Incidentally, I have debconfized the following: magicfilter postfix base-passwd libpaperg libpaper I did the first three about a month ago and sent the patches to the maintainers. None have yet integrated it. The last one I did just recently and sent in the patch, but

Re: My recent bug's and continuing effort to debconf-ize Debian

2000-09-05 Thread Brian May
> ""Jürgen" == "Jürgen A Erhard" <[EMAIL PROTECTED]> writes: "Jürgen> *If* there's some *valid* reason not to store something "Jürgen> in a *root-readable* DB, make it put it somewhere else. "Jürgen> In the end, it *gets stored anyway. Not always the case. eg consider a package f

Re: My recent bug's and continuing effort to debconf-ize Debian

2000-09-04 Thread Manoj Srivastava
>>"Julian" == Julian Gilbey <[EMAIL PROTECTED]> writes: Julian> No, this isn't what I was talking about. There was a discussion Julian> recently (should I try to track down the message numbers?) about some Julian> packages which could not use the debconf database setup, for example Julian> b

Re: My recent bug's and continuing effort to debconf-ize Debian

2000-09-04 Thread "Jürgen A. Erhard"
> "Julian" == Julian Gilbey <[EMAIL PROTECTED]> writes: Julian> On Fri, Sep 01, 2000 at 11:34:44AM -0700, Sean 'Shaleh' Perry wrote: >> > But then it might interrupt the installation process. Just >> > as debconf asks all of the preinst questions before any of >> > the packag

Re: My recent bug's and continuing effort to debconf-ize Debian

2000-09-04 Thread Julian Gilbey
On Fri, Sep 01, 2000 at 11:34:44AM -0700, Sean 'Shaleh' Perry wrote: > > > > But then it might interrupt the installation process. Just as debconf > > asks all of the preinst questions before any of the packages have > > started unpacking, it would be nice to be able to defer any questions > > th

Re: My recent bug's and continuing effort to debconf-ize Debian

2000-09-03 Thread Michael Beattie
On Sat, Sep 02, 2000 at 06:49:22PM +1100, Herbert Xu wrote: > Roland Bauerschmidt <[EMAIL PROTECTED]> wrote: > > On Fri, Sep 01, 2000 at 07:10:30PM -0700, Joey Hess wrote: > >> As I said above, debconf is in standard. > > > Sorry. I didn't know that. Dpkg and apt-cache still claim that it is > > i

Re: My recent bug's and continuing effort to debconf-ize Debian

2000-09-03 Thread Joey Hess
Steve Robbins wrote: > I'd be happy just copying the file(s) that make up the database from > an installed machine to the new machine. Is it possible? Which files? Yes, /var/lib/debconf/*.db -- see shy jo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troubl

Re: My recent bug's and continuing effort to debconf-ize Debian

2000-09-02 Thread Steve Robbins
On Fri, 1 Sep 2000, Sean 'Shaleh' Perry wrote: > c) *eventually* there will be a debconf server(right word?) which network > admins can install. This will have the answers stored in it and then when > boxes need to know an asnwer, they query debconf and it queries the server. > This way, you can

Re: My recent bug's and continuing effort to debconf-ize Debian

2000-09-02 Thread Herbert Xu
Roland Bauerschmidt <[EMAIL PROTECTED]> wrote: > On Fri, Sep 01, 2000 at 07:10:30PM -0700, Joey Hess wrote: >> As I said above, debconf is in standard. > Sorry. I didn't know that. Dpkg and apt-cache still claim that it is > in optional: Someone needs to update the override file for debconf to be

Re: My recent bug's and continuing effort to debconf-ize Debian

2000-09-02 Thread Roland Bauerschmidt
On Fri, Sep 01, 2000 at 07:10:30PM -0700, Joey Hess wrote: > As I said above, debconf is in standard. Sorry. I didn't know that. Dpkg and apt-cache still claim that it is in optional: [EMAIL PROTECTED]:~% apt-cache show debconf | grep \^Priority: Priority: op

Re: My recent bug's and continuing effort to debconf-ize Debian

2000-09-02 Thread Joey Hess
Roland Bauerschmidt wrote: > On Fri, Sep 01, 2000 at 12:45:07PM -0700, Joey Hess wrote: > > Debconf is already in standard. Three packages of > standard priority > > use debconf (console-tools, console-data, setserial). All are priority > > required. > > What is with lynx? Lynx is standard and _de

Re: My recent bug's and continuing effort to debconf-ize Debian

2000-09-02 Thread Roland Bauerschmidt
On Fri, Sep 01, 2000 at 12:45:07PM -0700, Joey Hess wrote: > Debconf is already in standard. Three packages of > standard priority > use debconf (console-tools, console-data, setserial). All are priority > required. What is with lynx? Lynx is standard and _depends_ on debconf. I would also appreci

Re: My recent bug's and continuing effort to debconf-ize Debian

2000-09-01 Thread Joey Hess
Sean 'Shaleh' Perry wrote: > > Are you also reporting bugs against packages whose priority is higher > > than that of debconf? Is the plan eventually to raise debconf's priority > > to 'standard' or higher? > > > > currently, any package which uses debconf depends on it. Since most packages > ne

Re: My recent bug's and continuing effort to debconf-ize Debian

2000-09-01 Thread Sean 'Shaleh' Perry
On 01-Sep-2000 Colin Watson wrote: > "Sean 'Shaleh' Perry" <[EMAIL PROTECTED]> wrote: >>I started this afternoon submitting bugs against packages which print >>verbose output in their maintainer scripts. The future that Debian >>must take is to fully support debconf. To further this goal I will

Re: My recent bug's and continuing effort to debconf-ize Debian

2000-09-01 Thread Sean 'Shaleh' Perry
> > But then it might interrupt the installation process. Just as debconf > asks all of the preinst questions before any of the packages have > started unpacking, it would be nice to be able to defer any questions > that *have* to wait for the postinst until the very end, when all of > the packag

Re: My recent bug's and continuing effort to debconf-ize Debian

2000-09-01 Thread Julian Gilbey
On Thu, Aug 31, 2000 at 04:59:27PM -0700, Joey Hess wrote: > Julian Gilbey wrote: > > A thread came up here a little while back about installation scripts > > sometimes not being able to use debconf for security or other > > reasons. > > That's not particularly accurate. Sorry ;-) > > So what a

Re: My recent bug's and continuing effort to debconf-ize Debian

2000-09-01 Thread Colin Watson
"Sean 'Shaleh' Perry" <[EMAIL PROTECTED]> wrote: >I started this afternoon submitting bugs against packages which print >verbose output in their maintainer scripts. The future that Debian >must take is to fully support debconf. To further this goal I will >continue submitting patches to any packa

Re: My recent bug's and continuing effort to debconf-ize Debian

2000-08-31 Thread Joey Hess
Julian Gilbey wrote: > A thread came up here a little while back about installation scripts > sometimes not being able to use debconf for security or other > reasons. That's not particularly accurate. > But we would like an interference-free install. > > So what about introducing a dpkg-postcon

Re: My recent bug's and continuing effort to debconf-ize Debian

2000-08-31 Thread Julian Gilbey
On Thu, Aug 31, 2000 at 03:21:17PM -0700, Sean 'Shaleh' Perry wrote: > I started this afternoon submitting bugs against packages which print verbose > output in their maintainer scripts. The future that Debian must take is to A thread came up here a little while back about installation scripts so

My recent bug's and continuing effort to debconf-ize Debian

2000-08-31 Thread Sean 'Shaleh' Perry
I started this afternoon submitting bugs against packages which print verbose output in their maintainer scripts. The future that Debian must take is to fully support debconf. To further this goal I will continue submitting patches to any package which prompts the user in a maintainer script. If