Re: pure-ftpd: zombie postinst under debconf

2001-05-31 Thread Josip Rodin
On Thu, May 31, 2001 at 03:45:00PM -0400, Jason Lunz wrote: > > Well, some feel debconf is at fault here, mercilessly taking > > possession of stdout :) > > I knew it probably had something to do with that, I just didn't expect > that debconf and debhelper would conflict like that. Well, it's not

Re: pure-ftpd: zombie postinst under debconf

2001-05-31 Thread Jason Lunz
[EMAIL PROTECTED] said: >> Is there a way to have debhelper do that? Or should I just not be using >> debhelper for this and put correct code in the postinst myself? > You could add it yourself and use dh_installinit -n, that's what I did for > xinetd. Or try what Itai suggested. Itai's suggestion

Re: pure-ftpd: zombie postinst under debconf

2001-05-31 Thread Josip Rodin
On Thu, May 31, 2001 at 11:54:09AM -0400, Jason Lunz wrote: > >> This is weird, because the only thing left in the postinst is: > >> # Automatically added by dh_installinit > >> if [ -e "/etc/init.d/pure-ftpd" ]; then > >> update-rc.d pure-ftpd defaults >/dev/null >

Re: pure-ftpd: zombie postinst under debconf

2001-05-31 Thread Josip Rodin
On Thu, May 31, 2001 at 03:45:00PM -0400, Jason Lunz wrote: > > Well, some feel debconf is at fault here, mercilessly taking > > possession of stdout :) > > I knew it probably had something to do with that, I just didn't expect > that debconf and debhelper would conflict like that. Well, it's no

Re: pure-ftpd: zombie postinst under debconf

2001-05-31 Thread Jason Lunz
[EMAIL PROTECTED] said: >> Is there a way to have debhelper do that? Or should I just not be using >> debhelper for this and put correct code in the postinst myself? > You could add it yourself and use dh_installinit -n, that's what I did for > xinetd. Or try what Itai suggested. Itai's suggestio

Re: pure-ftpd: zombie postinst under debconf

2001-05-31 Thread Josip Rodin
On Thu, May 31, 2001 at 11:54:09AM -0400, Jason Lunz wrote: > >> This is weird, because the only thing left in the postinst is: > >> # Automatically added by dh_installinit > >> if [ -e "/etc/init.d/pure-ftpd" ]; then > >> update-rc.d pure-ftpd defaults >/dev/null >

Re: pure-ftpd: zombie postinst under debconf

2001-05-31 Thread Itai Zukerman
Je Thu, 31 May 2001 11:54:09 -0400, [EMAIL PROTECTED] (Jason Lunz) scribis: > >> # Automatically added by dh_installinit > >> if [ -e "/etc/init.d/pure-ftpd" ]; then > >> update-rc.d pure-ftpd defaults >/dev/null > >> /etc/init.d/pure-ftpd start > >>

Re: pure-ftpd: zombie postinst under debconf

2001-05-31 Thread Jason Lunz
[EMAIL PROTECTED] said: >> This is weird, because the only thing left in the postinst is: >> [orr](0) % tail /var/lib/dpkg/info/pure-ftpd.postinst >> # End automatically added section >> # Automatically added by dh_installinit >> if [ -e "/etc/init.d/pure-ftpd" ]; th

Re: pure-ftpd: zombie postinst under debconf

2001-05-31 Thread Josip Rodin
On Thu, May 31, 2001 at 10:36:34AM -0400, Jason Lunz wrote: > > When I installed pure-ftpd_0.98.4-1_i386.deb , at the end of the > > install pure-ftpd said "Starting ftp server: pure-ftpd" and nothing > > else happened, i.e. I do not have the prompt, "enter" do not give me > > the prompt.If I do a

pure-ftpd: zombie postinst under debconf

2001-05-31 Thread Jason Lunz
[EMAIL PROTECTED] said: > When I installed pure-ftpd_0.98.4-1_i386.deb , at the end of the > install pure-ftpd said "Starting ftp server: pure-ftpd" and nothing > else happened, i.e. I do not have the prompt, "enter" do not give me > the prompt.If I do a ps I cans see that perl and debconf are stil

Re: pure-ftpd: zombie postinst under debconf

2001-05-31 Thread Itai Zukerman
Je Thu, 31 May 2001 11:54:09 -0400, [EMAIL PROTECTED] (Jason Lunz) scribis: > >> # Automatically added by dh_installinit > >> if [ -e "/etc/init.d/pure-ftpd" ]; then > >> update-rc.d pure-ftpd defaults >/dev/null > >> /etc/init.d/pure-ftpd start > >>

Re: pure-ftpd: zombie postinst under debconf

2001-05-31 Thread Jason Lunz
[EMAIL PROTECTED] said: >> This is weird, because the only thing left in the postinst is: >> [orr](0) % tail /var/lib/dpkg/info/pure-ftpd.postinst >> # End automatically added section >> # Automatically added by dh_installinit >> if [ -e "/etc/init.d/pure-ftpd" ]; t

Re: pure-ftpd: zombie postinst under debconf

2001-05-31 Thread Josip Rodin
On Thu, May 31, 2001 at 10:36:34AM -0400, Jason Lunz wrote: > > When I installed pure-ftpd_0.98.4-1_i386.deb , at the end of the > > install pure-ftpd said "Starting ftp server: pure-ftpd" and nothing > > else happened, i.e. I do not have the prompt, "enter" do not give me > > the prompt.If I do a

pure-ftpd: zombie postinst under debconf

2001-05-31 Thread Jason Lunz
[EMAIL PROTECTED] said: > When I installed pure-ftpd_0.98.4-1_i386.deb , at the end of the > install pure-ftpd said "Starting ftp server: pure-ftpd" and nothing > else happened, i.e. I do not have the prompt, "enter" do not give me > the prompt.If I do a ps I cans see that perl and debconf are sti