Jeremy C. Reed 05b245d8e2 Be consistent with these run_*sh scripts by using exec for all of them. 14 years ago
..
tests 8e9c9912d7 sync with trunk 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 5f05261cbc Added some explanation of the files here. 15 years ago
TODO 6e3c1596ce Merging changes from Trac ticket #40. 15 years ago
bind10.8 af8ede1820 Merge #322 14 years ago
bind10.py.in af1eb5d055 Fix a big which prevented the '--address' option from working. 14 years ago
bind10.xml af8ede1820 Merge #322 14 years ago
bob.spec 8681b8636f Added start_auth and start_recurse options to the Boss process to determine 14 years ago
run_bind10.sh.in 05b245d8e2 Be consistent with these run_*sh scripts by using exec for all of them. 14 years ago

README

This directory contains the source for the "Boss of Bind" program.

Files:
Makefile.am - build information
README - this file
TODO - remaining development tasks for this program
bind10.py.in - used to make bind10.py with proper Python paths
bob.spec - defines the options and commands
run_bind10.sh.in - use to make run_bind10.sh with proper Python paths

The "tests" directory contains unit tests for the application.

If you want to run the bind10 program from the source directory, then
use the "run_bind10.sh" script. To run it in the installed location,
use the "bind10" program.