From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040510 Description of problem: autofs leaves a dead symlink in /etc/rc5.d after uninstalling autofs by running rpm -e autofs hesiod It should remove all of its symlinks from /etc/rc[0-6].d directories when being uninstalled. Version-Release number of selected component (if applicable): autofs-4.1.2-2 How reproducible: Always Steps to Reproduce: 1. Remove autofs ( rpm -e autofs hesiod ) 2. $ ls -l /etc/rc5.d/S28autofs lrwxrwxrwx 1 root root 16 May 20 10:34 /etc/rc5.d/S28autofs -> ../init.d/autofs 3. this is a dangling symlink since /etc/init.d/autofs does not exist anymore.
Thanks. I'll fix this in the next update.