Author: dmeyer
Date: Thu Sep 13 15:13:05 2007
New Revision: 2806

Log:
fix beacon autostart command

Modified:
   trunk/beacon/src/__init__.py

Modified: trunk/beacon/src/__init__.py
==============================================================================
--- trunk/beacon/src/__init__.py        (original)
+++ trunk/beacon/src/__init__.py        Thu Sep 13 15:13:05 2007
@@ -104,7 +104,7 @@
         # we hope it is in the PATH somewhere
         beacon = 'beacon-daemon'
 
-    cmd = '%s --start --verbose=%s' % (beacon, verbose)
+    cmd = '%s --verbose=%s' % (beacon, verbose)
     if autoshutdown:
         cmd += ' --autoshutdown'
     if os.system(cmd):

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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