Hi All,
My platform is Nokia 650 IPSO 3.2.1
I need to automate a script that will kill the mail dequeuer (MDQ) every 2
hours. Can someone help me with this.
Here is the script I got earlier from this mailing list to kill MDQ but it
doesn't work for me. Can someone tell me what might be the problem. I think
the problem is that it doesn't set pid and therefore, the kill fails.
Thanks in advance
#!/bin/csh
set pid = "ps ugxaw | grep mdq | grep -v grep | awk '{print $2}'"
if ( "$pid" != "") then
kill $pid
endif
================================================================================
To unsubscribe from this mailing list, please see the instructions at
http://www.checkpoint.com/services/mailing.html
================================================================================