Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change 
notification.

The following page has been changed by 66.31.70.100:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/BugList

------------------------------------------------------------------------------
@@ -29,3 +29,5 @@
 Gentoo ebuild: path to the freevo-executable need to be changed in /etc/init.d/freevo 
from /usr/local/bin/freevo to /opt/freevo/freevo
 
 ----
+
+freevo shell script sometimes erroneously reports freevo already running when it 
isn't.  This is because is uses "ps -ef | grep $PID | grep -v grep", this will match 
on a PID that includes $PID (ex. 123 matches PID 123456).  A better way to code it is 
kill -0 $PID and then check $? -eq 0


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to