From c6b5ce378c0e7ad66b40417b14464e5c7cbe9a5d Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 31 Jul 2019 10:20:45 +0200 Subject: [PATCH] Remove boot info upload from iocsh. It's now done by the iocinfo module. --- iocsh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/iocsh b/iocsh index b408c9b..1c9f314 100755 --- a/iocsh +++ b/iocsh @@ -403,17 +403,6 @@ if [ "$init" != NO ] then echo "iocInit" fi -if [ "$SHELLBOX" ] -then - PATH=$PATH:/home/ioc/bin - export BCAST_ADDR=$(/sbin/ifconfig | awk -F '[ :]+' '/Bcast/ {print $6; exit}') - echo "! rm -f /tmp/${IOC}.dbl" - echo 'dbl "","RTYP DESC" > /tmp/${IOC}.dbl' - echo "! dbl2odb.sh ${IOC} \"$BCAST_ADDR\" \"$EPICS_CA_SERVER_PORT\"" - echo "! rm -f /tmp/${IOC}.libs" - echo "libversionShow > /tmp/${IOC}.libs" - echo "! upload_libinfo.py -i ${IOC} -l /tmp/${IOC}.libs" -fi echo 'epicsEnvSet IOCSH_PS1,"${IOC}> "' } > $startup