templates: Unify PV name prefixes, remove "Host"

The difference between host IOCs and embedded ones does not
justify having a different prefix.
This commit is contained in:
Andrew Johnson
2014-02-18 18:32:29 -06:00
parent 52f654a5a3
commit 84426ea334
5 changed files with 5 additions and 19 deletions
@@ -14,7 +14,6 @@ DB += dbExample1.db
DB += dbExample2.db
DB += dbSubExample.db
DB += user.substitutions
DB += userHost.substitutions
#----------------------------------------------------
# If <anyname>.db template is not named <anyname>*.template add
@@ -1,12 +0,0 @@
# Example substitutions file
file "db/dbExample1.db" {
{ user = "_USER_Host" }
}
file db/dbExample2.db {
pattern { user, no, scan }
{ "_USER_Host", 1, "1 second" }
{ "_USER_Host", 2, "2 second" }
{ "_USER_Host", 3, "5 second" }
}