diff options
author | Christian Pointner <equinox@helsinki.at> | 2013-09-16 17:54:42 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2013-09-16 17:54:42 (GMT) |
commit | f77cd990d90917394e7ea324153c774447c5cb35 (patch) | |
tree | 6124e69202756e3c9302ad0521f8921ea3807538 /openwrt/rhctl/files | |
parent | 6544b6d59f3ccefdeb37bb7b395f5254202f9197 (diff) |
updated default config
Diffstat (limited to 'openwrt/rhctl/files')
-rw-r--r-- | openwrt/rhctl/files/rhctl.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/rhctl/files/rhctl.config b/openwrt/rhctl/files/rhctl.config index 9c7a6ee..ffec5ab 100644 --- a/openwrt/rhctl/files/rhctl.config +++ b/openwrt/rhctl/files/rhctl.config @@ -13,7 +13,7 @@ config 'serialclient' option log 'syslog:3,serialclient-master,daemon' option command_sock '/var/run/rhctl/switchctl.sock' option baudrate '38400' - option device '/dev/ttyMaster' + option device '/dev/ttyMasterCtl' option type 'master' config 'serialclient' @@ -22,14 +22,14 @@ config 'serialclient' option log 'syslog:3,serialclient-standby,daemon' option command_sock '/var/run/rhctl/switchctl.sock' option baudrate '38400' - option device '/dev/ttyStandby' + option device '/dev/ttyStandbyCtl' option type 'standby' config 'heartbeatclient' option log 'syslog:3,heartbeatclient,daemon' option command_sock '/var/run/rhctl/switchctl.sock' option baudrate '38400' - option device '/dev/ttyHeartbeat' + option device '/dev/ttyMasterHB' option timeout '25' option led 'heartbeat' |