Package: amanda-client
Version: 1:2.6.1p2-3
Severity: important
Tags: patch


amanda-client.postinst modifies inetd.conf in a way that does not work with
bsdtcp authentication, which I believe is default.

Please consider this patch:
 
--- amanda-client.postinst.original     2010-12-05 20:49:30.000000000 -0300
+++ amanda-client.postinst.modified     2011-10-15 13:37:05.000000000 -0300
@@ -1,5 +1,5 @@
 #!/bin/sh -e
 
-update-inetd --group "OTHER" --add "amanda dgram udp wait backup 
/usr/sbin/tcpd /usr/lib/amanda/amandad -auth=bsd amdump amindexd amidxtaped"
+update-inetd --group "OTHER" --add "amanda stream tcp nowait backup 
/usr/sbin/tcpd /usr/lib/amanda/amandad -auth=bsdtcp amdump amindexd amidxtaped"
 
Also, amanda-client.prerm has an extra space that hinders remotion of line in 
inetd.con when purging the package.

Please consider this patch:

--- amanda-client.prerm.original        2010-12-05 20:49:30.000000000 -0300
+++ amanda-client.prerm.modified        2011-10-15 13:36:28.000000000 -0300
@@ -1,5 +1,5 @@
 #!/bin/sh -e
 
-update-inetd --remove "amanda "
+update-inetd --remove "amanda"
 


-- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages amanda-client depends on:
ii  amanda-common             1:2.6.1p2-3    Advanced Maryland Automatic Networ
ii  libc6                     2.11.2-10      Embedded GNU C Library: Shared lib
ii  libglib2.0-0              2.24.2-1       The GLib library of C routines
ii  libncurses5               5.7+20100313-5 shared libraries for terminal hand
ii  libreadline6              6.1-3          GNU readline and history libraries

amanda-client recommends no packages.

Versions of packages amanda-client suggests:
ii  dump              0.4b43-1               4.4bsd dump and restore for ext2 f
ii  gnuplot           4.4.0-1.1              A command-line driven interactive 
ii  smbclient         2:3.5.6~dfsg-3squeeze5 command-line SMB/CIFS clients for 

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to