Update of /cvsroot/freevo/freevo/boot
In directory sc8-pr-cvs1:/tmp/cvs-serv3930

Modified Files:
        freevo 
Log Message:
Some changes to reflect changed directory structure


Index: freevo
===================================================================
RCS file: /cvsroot/freevo/freevo/boot/freevo,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** freevo      12 Jul 2003 20:29:54 -0000      1.15
--- freevo      20 Aug 2003 13:36:17 -0000      1.16
***************
*** 16,21 ****
  test -f $DAEMON || exit 0
  
- #set -e
- 
  case "$1" in
    start)
--- 16,19 ----
***************
*** 40,58 ****
          kill `pgrep -f "python rc_client" -d" "` &> /dev/null
        echo "$NAME."
-       echo -n "Releasing the VT: "
-       $VTRELEASE
-       echo "vtrelease"
          echo -n "Hard kill to be sure: "
          ps aux | grep python | grep main.py | awk '{ print "kill -9 " $2 }' | sh
          echo "kill."
        ;;
-   #reload)
-   #;;
    restart|force-reload)
-       #
-       #       If the "reload" option is implemented, move the "force-reload"
-       #       option to the "reload" entry above. If not, "force-reload" is
-       #       just the same as "restart".
-       #
        echo "Restarting..."
        $0 stop
--- 38,46 ----
***************
*** 62,66 ****
    *)
        N=/etc/init.d/$NAME
-       # echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
        echo "Usage: $N {start|stop|restart|force-reload}" >&2
        exit 1
--- 50,53 ----




-------------------------------------------------------
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to