Uninstalling on Unix
If you already have ListManager installed on your Unix system and want to remove it, here are the steps you should take:
1. Stop the ListManager process. On Linux, the shutdown command is:
kill -15 `cat /var/run/lm.pid`
on Solaris, the command is:
kill -15 `cat /etc/lm.pid`
2. Delete any startup scripts you created on your own.
3. Remove the ListManager directory. For example:
rm -rf /opt/listmanager
ListManager does not place any files on your system: everything is contained in the listmanager/ directory.
![]() ![]() |