summaryrefslogtreecommitdiff
path: root/openwrt/rhctl/files
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2010-01-10 16:17:47 (GMT)
committerChristian Pointner <equinox@helsinki.at>2010-01-10 16:17:47 (GMT)
commit5b5a0e9950fa7e191a67cacabe55f1780fed5b5e (patch)
treeae4bd9ee0fc2635741fe6bed54824d01bb9a5030 /openwrt/rhctl/files
parent475ead22df9433e3a7f41fa88190984a10f86144 (diff)
new listener type: mode
switched to version 1.0 RC1 cleanups
Diffstat (limited to 'openwrt/rhctl/files')
-rw-r--r--openwrt/rhctl/files/rhctl.config10
1 files changed, 5 insertions, 5 deletions
diff --git a/openwrt/rhctl/files/rhctl.config b/openwrt/rhctl/files/rhctl.config
index 3245618..ef8c617 100644
--- a/openwrt/rhctl/files/rhctl.config
+++ b/openwrt/rhctl/files/rhctl.config
@@ -1,5 +1,5 @@
config 'switchctl'
- option log 'syslog:5,switchctl,daemon'
+ option log 'syslog:3,switchctl,daemon'
option command_sock '/var/run/rhctl/switchctl.sock'
option baudrate '19200'
option device '/dev/audioswitch'
@@ -10,7 +10,7 @@ config 'switchctl'
config 'serialclient'
# option disabled 1
option name 'master'
- option log 'syslog:5,serialclient-master,daemon'
+ option log 'syslog:3,serialclient-master,daemon'
option command_sock '/var/run/rhctl/switchctl.sock'
option baudrate '38400'
option device '/dev/ttyMaster'
@@ -19,15 +19,15 @@ config 'serialclient'
config 'serialclient'
# option disabled 1
option name 'standby'
- option log 'syslog:5,serialclient-standby,daemon'
+ option log 'syslog:3,serialclient-standby,daemon'
option command_sock '/var/run/rhctl/switchctl.sock'
option baudrate '38400'
option device '/dev/ttyStandby'
option type 'standby'
config 'heartbeatclient'
- option log 'syslog:5,heartbeatclient,daemon'
+ option log 'syslog:3,heartbeatclient,daemon'
option command_sock '/var/run/rhctl/switchctl.sock'
option baudrate '38400'
option device '/dev/ttyHeartbeat'
- option timeout '50'
+ option timeout '15'