On Tue, 14 Nov 2006, Lucas Nussbaum wrote:

> Package: rbldnsd
> Version: 0.996
> Severity: serious
> Usertags: grid5000
> 
> Hi,
> 
> During a piuparts run over all the packages in etch, I ran into a
> problem with your package:
>   Setting up rbldnsd (0.996) ...
>   /var/lib/dpkg/info/rbldnsd.postinst: line 30: adduser: command not
> found
>   dpkg: error processing rbldnsd (--configure):
>    subprocess post-installation script returned error exit status 127

Thanks for the report.

Michael, this is just a missing dependency on adduser, which is needed
because adduser is not "Essential: yes". Here is a patch:

diff -ru rbldnsd-0.996.orig/debian/control rbldnsd-0.996/debian/control
--- rbldnsd-0.996.orig/debian/control   2004-07-29 16:02:51.000000000 +0200
+++ rbldnsd-0.996/debian/control        2006-11-14 14:23:21.824116312 +0100
@@ -8,7 +8,7 @@
 
 Package: rbldnsd
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, adduser
 Description: small nameserver daemon designed for DNSBLs
  Rbldnsd is a small authoritate-only DNS nameserver
  designed to serve DNS-based blocklists (DNSBLs).


Please let me know about your plans to fix this. If required, I could
fix this by a new debian-only upload.

Thanks.


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

Reply via email to