Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv18235/src
Modified Files:
main.py
Log Message:
Make sure we use runapp to avoid linker errors.
Index: main.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/main.py,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** main.py 29 May 2003 21:10:18 -0000 1.45
--- main.py 29 May 2003 21:17:00 -0000 1.46
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.46 2003/05/29 21:17:00 rshortt
+ # Make sure we use runapp to avoid linker errors.
+ #
# Revision 1.45 2003/05/29 21:10:18 rshortt
# Remove the 'killall' kludge and save and use process id's. The freevo script
accepts a stop command that can be used alone to stop freevo or with an extra argument
to stop a process that was started with 'execute'. That extra argument must be the
.py file or the path to the .py file.
***************
*** 158,162 ****
plugin.shutdown()
! os.system('./freevo stop')
# XXX kludge to shutdown freevo_xwin
--- 161,165 ----
plugin.shutdown()
! os.system('./runapp ./freevo stop')
# XXX kludge to shutdown freevo_xwin
***************
*** 254,257 ****
--- 257,262 ----
# Shutdown any daemon plugins that need it.
plugin.shutdown()
+
+ os.system('./runapp ./freevo stop')
# XXX kludge to shutdown freevo_xwin
-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog