use _APPNAME_ instead of example

This commit is contained in:
Marty Kraimer
2003-03-25 20:18:55 +00:00
parent 17ff237237
commit 43a3cc4fe7
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
dbLoadDatabase("dbd/example.dbd",0,0)
dbLoadDatabase("dbd/_APPNAME_.dbd",0,0)
registerRecordDeviceDriver(pdbbase)
dbLoadRecords("db/dbExample1.db","user=_USER_")
dbLoadRecords("db/dbExample2.db","user=_USER_,no=1,scan=1 second")

View File

@@ -8,13 +8,13 @@
#< ../nfsCommands
cd topbin
ld < example.munch
ld < _APPNAME_.munch
#The following uses drvTS for vxWorks. May be needed for hardware event systems
#TSinit
cd top
dbLoadDatabase("dbd/example.dbd")
dbLoadDatabase("dbd/_APPNAME_.dbd",0,0)
registerRecordDeviceDriver(pdbbase)
dbLoadRecords("db/dbExample1.db","user=_USER_")
dbLoadRecords("db/dbExample2.db","user=_USER_,no=1,scan=1 second")