tags 398556 + patch
thanks
Since rusersd uses the update-inetd command in postinst it needs to
depend on update-inetd. The same command is used in postrm but there
it's already safeguarded to not fail in case it's not available.
Possibly rusersd might want to depend on the entire netbase package?
Please investigate.
Patch attached.
--
Regards,
Andreas Henriksson
diff -ur netkit-rusers-0.17.orig/debian/control
netkit-rusers-0.17/debian/control
--- netkit-rusers-0.17.orig/debian/control 2006-11-15 22:09:06.000000000
+0100
+++ netkit-rusers-0.17/debian/control 2006-11-15 22:10:33.000000000 +0100
@@ -7,7 +7,7 @@
Package: rusersd
Architecture: any
-Depends: portmap, ${shlibs:Depends}
+Depends: portmap, update-inetd, ${shlibs:Depends}
Description: Logged in users server
This is a server which returns information about users currently logged in to
the system.