On Sun, 30 Jan 2005 15:52:19 -0500
RickSisler disseminated the following:

> Any idea's ?

Change the script so that it is only run if fetchmail is *not* already running.

Here's the one I use:

ps ax > ~/tmp/bashterm
grep fetchmail ~/tmp/bashterm > /dev/null
if [ $? -ne 0 ] ; then
fetchmail
fi

This is in my .bashrc under '#exec on startup', though, and don't ask me how it
works, I, as usual, copied and pasted it from somewhere.

-- 
JoeHill / RLU #282046 / www.freeyourmachine.org
18:44:16 up 28 days, 7:24, 8 users, load average: 0.28, 0.17, 0.07
+++++++++++++++++++++++++++
There are literally several levels of SCO being wrong. And even if we were to
live in that alternate universe where SCO would be right, they'd still be wrong.
-- Linus Torvalds 

____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to