As previously mentioned, you must make manual adjustments to /etc/inetd.conf to disable services.
Dropline (and the other GNOME desktops) use fam as a requirement for Nautilus' features to monitor changes to the filesystem. You can completely disable inetd if you like, by means of issuing "chmod -x /etc/rc.d/rc.inetd". If you'd still like FAM (which is advisable for most users), you should leave it tagged as executable and simply comment most of the extra lines (for those services you want disabled) in /etc/inetd.conf as mentioned above. The last one is all that is needed for GNOME's FAM support:
Code:
sgi_fam/1-2 stream rpc/tcp wait root /usr/sbin/tcpd rpc.famd
We'll likely be migrating away from FAM with the 2.14.0 release, as other technologies (ike Gamin) will be taking its place soon.