diff options
author | Christian Pointner <equinox@helsinki.at> | 2009-11-18 10:25:40 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2009-11-18 10:25:40 (GMT) |
commit | 9044c3b05f6809ceca2f35d582a1601602f088d9 (patch) | |
tree | fe8c54d14f4b560fecb02314d9b6e368c5aaaccd /openwrt/rhctl/files | |
parent | e4a30ac897423a0acebeb2aea205855f04e4e627 (diff) |
added stdioclient to openwrt package
Diffstat (limited to 'openwrt/rhctl/files')
-rwxr-xr-x | openwrt/rhctl/files/rhctlsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/rhctl/files/rhctlsh b/openwrt/rhctl/files/rhctlsh index 47d5873..50bcbfc 100755 --- a/openwrt/rhctl/files/rhctlsh +++ b/openwrt/rhctl/files/rhctlsh @@ -3,4 +3,4 @@ RUN_D=/var/run/rhctl SOCK=$RUN_D/switchctl.sock -/usr/bin/socat UNIX-CONNECT:$SOCK STDIO +/usr/bin/stdioclient --command-sock $SOCK |