Re: debconf causes hang

2003-02-09 Thread Iain
On Sun, 9 Feb 2003 12:27, Mark Brown wrote: > > ./configure --admin $ADMIN --domain $DOMAIN --bindir /usr/sbin > > --notify $NOTIFY --install > > > > The problem is that when it gets to the above configure line (which > > expects user input), it just hangs whereas if I run it from the comma

Re: debconf causes hang

2003-02-09 Thread Iain
On Sun, 9 Feb 2003 12:27, Mark Brown wrote: > > ./configure --admin $ADMIN --domain $DOMAIN --bindir /usr/sbin > > --notify $NOTIFY --install > > > > The problem is that when it gets to the above configure line (which > > expects user input), it just hangs whereas if I run it from the comma

Re: debconf causes hang

2003-02-08 Thread Mark Brown
On Sat, Feb 08, 2003 at 11:42:39AM +1100, Iain wrote: > I am having a problem using debconf in my postinst: > ./configure --admin $ADMIN --domain $DOMAIN --bindir /usr/sbin > --notify $NOTIFY --install > The problem is that when it gets to the above configure line (which expects > user

Re: debconf causes hang

2003-02-08 Thread Mark Brown
On Sat, Feb 08, 2003 at 11:42:39AM +1100, Iain wrote: > I am having a problem using debconf in my postinst: > ./configure --admin $ADMIN --domain $DOMAIN --bindir /usr/sbin --notify >$NOTIFY --install > The problem is that when it gets to the above configure line (which expects user >i

debconf causes hang

2003-02-07 Thread Iain
Hi, I am having a problem using debconf in my postinst: #! /bin/sh set -e . /usr/share/debconf/confmodule case "$1" in configure) db_get qmail-scanner/admin ADMIN="$RET" db_get qmail-scanner/domain DOMAIN="$RET" db_get qmail-scanner/notify NOT

debconf causes hang

2003-02-07 Thread Iain
Hi, I am having a problem using debconf in my postinst: #! /bin/sh set -e . /usr/share/debconf/confmodule case "$1" in configure) db_get qmail-scanner/admin ADMIN="$RET" db_get qmail-scanner/domain DOMAIN="$RET" db_get qmail-scanner/notify NOT