Changeset 222
- Timestamp:
- 03/20/07 17:22:46 (2 years ago)
- Files:
-
- trunk/client/revimage/autorestore/revogetname (modified) (1 diff)
- trunk/client/revimage/autorestore/revoinc (modified) (1 diff)
- trunk/client/revimage/autorestore/revoinv (modified) (1 diff)
- trunk/client/revimage/autorestore/revosendlog (modified) (1 diff)
- trunk/client/revimage/autorestore/revosetdefault (modified) (1 diff)
- trunk/client/revimage/autorestore/revowait (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/client/revimage/autorestore/revogetname
r12 r222 6 6 . /etc/netinfo.sh 7 7 SRV=$Next_server 8 [ -n "$Option_177" ] && SRV=`echo $Option_177|cut -d : -f 1`9 8 10 9 echo -en "\032Mc:$MAC" | nc -p 1001 -w 1 $SRV 1001 trunk/client/revimage/autorestore/revoinc
r221 r222 8 8 . /etc/netinfo.sh 9 9 SRV=$Next_server 10 [ -n "$Option_177" ] && SRV=`echo $Option_177|cut -d : -f 1`11 10 [ -z "$SRV" ] && exit 1 12 11 trunk/client/revimage/autorestore/revoinv
r221 r222 14 14 . /etc/netinfo.sh 15 15 SRV=$Next_server 16 [ -n "$Option_177" ] && SRV=`echo $Option_177|cut -d : -f 1`17 16 [ -z "$SRV" ] && exit 1 18 17 fi trunk/client/revimage/autorestore/revosendlog
r221 r222 6 6 . /etc/netinfo.sh 7 7 SRV=$Next_server 8 [ -n "$Option_177" ] && SRV=`echo $Option_177|cut -d : -f 1`9 10 8 [ -z "$SRV" ] && exit 1 11 9 trunk/client/revimage/autorestore/revosetdefault
r221 r222 8 8 . /etc/netinfo.sh 9 9 SRV=$Next_server 10 [ -n "$Option_177" ] && SRV=`echo $Option_177|cut -d : -f 1`11 12 10 [ -z "$SRV" ] && exit 1 13 11 trunk/client/revimage/autorestore/revowait
r90 r222 6 6 . /etc/netinfo.sh 7 7 SRV=$Next_server 8 [ -n "$Option_177" ] && SRV=`echo $Option_177|cut -d : -f 1`9 10 8 11 9 # get the delay on the command line
