> I removed *portmap from /etc/rc2.d and I am still having sunrpc start up > on boot. I want to remove sunrpc from my system, but am having > trouble. Can anyone explain how sunrpc starts and how to stop it from > starting?
Do you have compiled NFS into your kernel , maybe as a module? 'grep NFS /boot/config-<your.kernel.version>' gives you the answer. If yes, you have to recompile your kernel (or use modconf to disable sunrpc). Greetings, joachim