Package: insserv Version: 1.12.0-14 Severity: important Tags: patch The rpcbind service is an alternative to the portmap service. There are many services that depend on $portmap, e.g. nfs-common, nfs-kernel-server. Thus, I believe that we should add rpcbind as a portmap alternative.
As far as I understand this cannot be done in /etc/insserv.d/, because $portmap is already defined in /etc/insserv.conf. --- insserv.conf.old 2010-01-09 22:28:28.289864899 +0200 +++ insserv.conf 2010-01-09 22:28:52.249895143 +0200 @@ -28,7 +28,7 @@ # # SunRPC portmapper available # -$portmap portmap +$portmap portmap rpcbind # # The system time has been set correctly -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages insserv depends on: ii libc6 2.10.2-5 Embedded GNU C Library: Shared lib insserv recommends no packages. Versions of packages insserv suggests: pn bootchart <none> (no description available) -- debconf information: insserv/enable: false -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

