From 71affc98df2f1dc8ae8a791dac9d80d75ddec555 Mon Sep 17 00:00:00 2001 From: zimoch Date: Tue, 13 May 2008 08:45:25 +0000 Subject: [PATCH] vxWorks path corrected --- App/scripts/iocBootNotify.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/App/scripts/iocBootNotify.sh b/App/scripts/iocBootNotify.sh index 04a87eb..84f3227 100755 --- a/App/scripts/iocBootNotify.sh +++ b/App/scripts/iocBootNotify.sh @@ -11,7 +11,7 @@ if [ "$1" = "-v" ] then echo '$Source: /cvs/G/DRV/misc/App/scripts/iocBootNotify.sh,v $' echo '$Author: zimoch $' - echo '$Date: 2008/05/13 08:32:21 $' + echo '$Date: 2008/05/13 08:45:25 $' exit fi @@ -85,7 +85,7 @@ then then VXWORKS=$BOOTFILE else - VXWORKS=$SLSBASE/$tail + VXWORKS=$SLSBASE/iocBoot/$tail fi else VXWORKS=$BOOTFILE @@ -121,6 +121,6 @@ VALUES ('$SYSTEM', '$IPADDR', '$PROCNUM', '$DEVICE', '$BOOTPC', EXIT EOF # $Name: $ -# $Id: iocBootNotify.sh,v 1.12 2008/05/13 08:32:21 zimoch Exp $ +# $Id: iocBootNotify.sh,v 1.13 2008/05/13 08:45:25 zimoch Exp $ # $Source: /cvs/G/DRV/misc/App/scripts/iocBootNotify.sh,v $ -# $Revision: 1.12 $ +# $Revision: 1.13 $