Package: proftpd
Version: 1.3.0-11
Severity: normal
Tags: patch

Hi there.

Looks like I cannot purge proftpd in testing. I don't know much about Debian 
packet 
management, but it seems that update-rc.d in proftpd.postrm produces output to 
stdout 
that confuses debconf ("Removing any system startup links for 
/etc/init.d/proftpd 
..."). At the end of the script some lines, according to the surrounding 
comments, 
have apparently been added by "dh_installdebconf". The added commands seem to 
invoke 
debconf, which then in turn re-invokes the script and parses its output. Or 
something 
like this.

Well, anyway. If you redirect the output of update-rc.d to /dev/null, 
everything gets 
back to normal:

*** /root/proftpd.postrm.orig   2006-11-10 13:41:58.000000000 +0100
--- /var/lib/dpkg/info/proftpd.postrm   2006-11-10 13:42:16.000000000 +0100
***************
*** 8,14 ****
  if [ "$1" = "purge" ]
  then
      rm -rf /etc/proftpd 
!     update-rc.d proftpd remove || true
      userdel --remove --force proftpd || true
  fi
  
--- 8,14 ----
  if [ "$1" = "purge" ]
  then
      rm -rf /etc/proftpd 
!     update-rc.d proftpd remove >/dev/null || true
      userdel --remove --force proftpd || true
  fi
  
Thanks,
-Thomas

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages proftpd depends on:
ii  adduser                     3.99         Add and remove users and groups
ii  debconf                     1.5.8        Debian configuration management sy
ii  debianutils                 2.17         Miscellaneous utilities specific t
ii  libacl1                     2.2.41-1     Access control list shared library
ii  libattr1                    2.4.32-1     Extended attribute shared library
ii  libc6                       2.3.6.ds1-7  GNU C Library: Shared libraries
ii  libldap2                    2.1.30-13+b1 OpenLDAP libraries
ii  libmysqlclient15off         5.0.24a-9    mysql database client library
ii  libncurses5                 5.5-5        Shared libraries for terminal hand
ii  libpam-runtime              0.79-4       Runtime support for the PAM librar
ii  libpam0g                    0.79-4       Pluggable Authentication Modules l
ii  libpq4                      8.1.5-1      PostgreSQL C client library
ii  libssl0.9.8                 0.9.8c-3     SSL shared libraries
ii  libwrap0                    7.6.dbs-11   Wietse Venema's TCP wrappers libra
ii  netbase                     4.27         Basic TCP/IP networking system
ii  perl                        5.8.8-6.1    Larry Wall's Practical Extraction 
ii  ucf                         2.0016       Update Configuration File: preserv
ii  zlib1g                      1:1.2.3-13   compression library - runtime

proftpd recommends no packages.

-- debconf information:
  shared/proftpd/warning:
* shared/proftpd/inetd_or_standalone: standalone


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to