Changeset 83
- Timestamp:
- 07/26/05 18:28:35 (3 years ago)
- Files:
-
- trunk/server/admin/wake (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/server/admin/wake
r14 r83 1 1 #!/bin/sh 2 2 # 3 # $Id $3 # $Id: wake 2219 2005-04-12 14:12:14Z root $ 4 4 # 5 5 # Linbox Rescue Server … … 37 37 38 38 39 PATH=$ PATH:.:$BASEDIR/bin39 PATH=$BASEDIR/bin:$PATH:. 40 40 41 41 usage() … … 63 63 done 64 64 65 66 # send 65 67 for m in $@ 66 68 do 69 # notify the menu builder that a WOL was attempted 70 sm=`echo $m|tr -d :` 71 touch $BASEDIR/images/$sm/wol 72 67 73 echo "Wake $m (IP=$IP)" 68 74 for i in 1 2
