~epics-base-testing/epics-base-tests/3.14

« back to all changes in this revision

Viewing changes to iocBoot/iocmisc/st.cmd

  • Committer: Andrew Johnson
  • Date: 2010-11-16 20:48:11 UTC
  • Revision ID: anj@aps.anl.gov-20101116204811-16xaaxrtgqy7dtp6
Change all vxWorks 'ld < x.munch' lines to 'ld 0,0, "x.munch"'

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
< ../nfsCommands
4
4
 
5
5
cd topbin
6
 
ld < misc.munch
 
6
ld 0,0, "misc.munch"
7
7
putenv("EPICS_IOC_LOG_PORT=7004")
8
8
putenv("EPICS_IOC_LOG_INET=164.54.8.12")
9
9
errlogPrintf("This is a test to see if message gets logged\n");