Changeset 83

Show
Ignore:
Timestamp:
07/26/05 18:28:35 (3 years ago)
Author:
ludo
Message:

wake updated to support the dual boot menu

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/admin/wake

    r14 r83  
    11#!/bin/sh 
    22# 
    3 # $Id
     3# $Id: wake 2219 2005-04-12 14:12:14Z root
    44# 
    55# Linbox Rescue Server 
     
    3737 
    3838 
    39 PATH=$PATH:.:$BASEDIR/bin 
     39PATH=$BASEDIR/bin:$PATH:. 
    4040 
    4141usage() 
     
    6363done 
    6464 
     65 
     66# send  
    6567for m in $@ 
    6668do 
     69# notify the menu builder that a WOL was attempted 
     70  sm=`echo $m|tr -d :` 
     71  touch $BASEDIR/images/$sm/wol 
     72 
    6773  echo "Wake $m (IP=$IP)" 
    6874  for i in 1 2