Jeremy C. Reed 05b245d8e2 Be consistent with these run_*sh scripts by using exec for all of them. 14 years ago
..
tests ab157ce306 Exit if a single test script fails. 14 years ago
Makefile.am d803ac6d86 make sure "." is listed before tests in SUBDIRS to ensure things to be tested are ready when doing tests. specifically, the immediate 'make check' after "configure" would fail without these changes. 14 years ago
README ed538af714 Move files from /src/lib/bindctl to /src/bin/bindctl. 15 years ago
TODO 8e42f07465 Update TODO list. 15 years ago
__init__.py ed538af714 Move files from /src/lib/bindctl to /src/bin/bindctl. 15 years ago
bindcmd.py 4bd81e036d merge branches/trac405 14 years ago
bindctl-source.py.in 4bd81e036d merge branches/trac405 14 years ago
bindctl.1 358940c3ad Regenerate man pages (from XML to roff) to catch up 15 years ago
bindctl.xml cb61713174 Have msgq and its manpage be installed as "b10-msgq". 15 years ago
cmdparse.py 8656b4b0c6 1. Change bindctl's code according the suggestion in trac220. 15 years ago
exception.py 8656b4b0c6 1. Change bindctl's code according the suggestion in trac220. 15 years ago
moduleinfo.py 3dabd8c630 Add code for task 80(add value/type check for cmdctl). After review, the code needs to be merged to trunk. 15 years ago
mycollections.py ed538af714 Move files from /src/lib/bindctl to /src/bin/bindctl. 15 years ago
run_bindctl.sh.in 05b245d8e2 Be consistent with these run_*sh scripts by using exec for all of them. 14 years ago

README

1. Start bindctl by run command "sh bindctl".
2. Login to b10-cmdctld with the username and password. The username and password will be saved in file default_user.csv automatcally after logining successfully, so next time bindctl will login with the username and password saved in default_user.csv. For more usage information, please turn to "man bindctl".