Hi.
I can't think of any good reason for a persistent symlink in /tmp. Sockets - yes; Symlinks - no. Can you?
My printer driver adds a symlink into /tmp (and forgets to remove them) for every job it prints. These build up until I discover them and delete them. The thought crossed my mind to put the following line in rc.local
Code:
find /tmp -type l -delete