Package: ipvsadm
Version: 1.24+1.21-1.4
Severity: important

This line in ipvsadm.postinst:
 ipvsadm -L -n >& /dev/null || true
should be changed to:
 ipvsadm -L -n > /dev/null 2>&1 || true

in order to be more portable amongst bourne shells.  In particular, this
made ipvsadm uninstallable for me using a common sh -> dash setup.

 - Gus

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

Versions of packages ipvsadm depends on:
ii  debconf [debconf-2.0]       1.5.11       Debian configuration management sy
ii  libc6                       2.3.6.ds1-11 GNU C Library: Shared libraries
ii  libpopt0                    1.10-3       lib for parsing cmdline parameters

ipvsadm recommends no packages.

-- debconf information:
* ipvsadm/kernel_does_not_support_ipvs:
  ipvsadm/daemon_multicast_interface: eth0
* ipvsadm/auto_load_rules: false
* ipvsadm/daemon_method: none


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

Reply via email to