Click to See Complete Forum and Search --> : sendmail


spickus
12-29-2000, 12:06 AM
Where do I kill sendmail in slack 7.1?

hambleto
12-29-2000, 07:38 AM
You may wish to looked in the etc/rc.d directory. Or the other simple way is kill -9 (pid of sendmail) I would advise you use the actualy script in the /etc/rc.d directory though.

sssadams
12-29-2000, 09:49 AM
edit rc.M....its about 3/4 the way down the script.

Whipping Boy
12-29-2000, 12:57 PM
The kill command will kill the process--editing init scripts will prevent it from starting up the next time you reboot (or the next time you run that certain init script).

------------------
Kurt Weber
Shell scripts? Shell scripts? We don't NEED no stinkin' shell scripts!
White, heterosexual, middle-class, and proud!
I've never understood why Bill Gates would name his company after his penis

spickus
12-29-2000, 05:20 PM
rc.M ws the one I was looking for thanks everybody.