| btsetup | index /usr/local/share/apps/kbtv/btsetup.py |
Setup utility for bktr and tuner (stand-alone)
| Modules | ||||||
| ||||||
| Functions | ||
| ||
| Data | ||
| BKTR = 0 COMMANDS = ('help', 'show', 'adduser', 'kldload', 'sysctl', 'commit', 'quit') HELPTEXT = 'help - Show this he...\nquit - Quit btsetup' KBTV_AUTHOR = 'Danny Pansters' KBTV_AUTHOR_EMAIL = 'danny@ricin.com' KBTV_COPYRIGHT = '(c) 2005-2007, Danny Pansters <danny@ricin.com>' KBTV_LICENSE = 'BSD' KBTV_LICENSE_TEXT = '(c) 2005-2007, Danny Pansters <danny@ricin.com>\n...EN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n' KBTV_MAINPATH = '/usr/local/bin' PROMPT = 'btsetup> ' PWC = 3 SAA = 1 SND = 2 exit = False | ||