Author: dmeyer
Date: Fri Mar 14 16:02:55 2008
New Revision: 3191

Log:
fix app naming

Modified:
   trunk/beacon/bin/beacon-daemon

Modified: trunk/beacon/bin/beacon-daemon
==============================================================================
--- trunk/beacon/bin/beacon-daemon      (original)
+++ trunk/beacon/bin/beacon-daemon      Fri Mar 14 16:02:55 2008
@@ -148,11 +148,11 @@
     sys.exit(0)
 
 
-if kaa.utils.is_running('beacon'):
+if kaa.utils.is_running('beacon-daemon'):
     print 'beacon-daemon is already running.'
     sys.exit(1)
 
-kaa.utils.set_running('freevo-tvserver')
+kaa.utils.set_running('beacon-daemon')
 
 # Start a new beacon server. If run in daemon mode we fork and detach from the
 # parent. After that a logger is created and the thumbnail server will be

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to