inotify log file broadcaster
This commit is contained in:
5
iocBoot/ioccaputlog/Makefile
Normal file
5
iocBoot/ioccaputlog/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
TOP = ../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
ARCH = linux-x86_64
|
||||
TARGETS = envPaths
|
||||
include $(TOP)/configure/RULES.ioc
|
12
iocBoot/ioccaputlog/st.cmd
Executable file
12
iocBoot/ioccaputlog/st.cmd
Executable file
@ -0,0 +1,12 @@
|
||||
#!../../bin/linux-x86_64/softIocPy
|
||||
|
||||
< envPaths
|
||||
|
||||
dbLoadDatabase("../../dbd/softIocPy.dbd",0,0)
|
||||
softIocPy_registerRecordDeviceDriver(pdbbase)
|
||||
|
||||
dbLoadRecords("../../db/logwatch.db","N=logrec,FNAME=/tmp/testlog")
|
||||
|
||||
iocInit()
|
||||
|
||||
dbl > records.dbl
|
Reference in New Issue
Block a user