- 19 Apr, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 25 Feb, 2011 1 commit
-
-
Jeremy C. Reed authored
Remove some duplicated DESTDIR. This was reported by Jan Engelhardt via bind10-dev list.
-
- 18 Oct, 2010 1 commit
-
-
Kazunori Fujiwara authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac292@3248 e5f2f494-b856-4b98-b285-d166d9295462
-
- 23 Sep, 2010 1 commit
-
-
JINMEI Tatuya authored
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. this may not be super minor, but I think it's still quite trivial and isn't worth spending others's time for review. so I'll skip review. If I broke something buildbot will tell it to us. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3008 e5f2f494-b856-4b98-b285-d166d9295462
-
- 02 Aug, 2010 1 commit
-
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac215@2607 e5f2f494-b856-4b98-b285-d166d9295462
-
- 17 Jun, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2146 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Jun, 2010 1 commit
-
-
Jelte Jansen authored
moved a little bit of code into a main() function (instead of calling it directly), for easier testing module magic happening in the test. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac238@2127 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 Mar, 2010 3 commits
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1510 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
from docbook format (already in svn). This updates bindctl.1 and msgq.8 already in svn. Add Makefile.am additions so these are installed and also to regenerate them. Assuming the nroff version is newer than the xml version, make won't need to regenerate. It is created using xsltproc. But this shouldn't be a build requirement -- so may need to redo this if notice any problem. Also in the loadzone makefile, create the localstatedir. (Not really needed since other makefile creates, but just in case this becomes standalone.) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1506 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
on install. TODO: maybe cfgmgr should create it? (while here comment out an unused line) For cmdctl, create the sysconfdir directory. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1500 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Feb, 2010 1 commit
-
-
Jeremy C. Reed authored
on a "make clean". The intermediate .py file is created by configure, so is already removed during the "make distclean" step. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@839 e5f2f494-b856-4b98-b285-d166d9295462
-
- 01 Feb, 2010 2 commits
-
-
Jelte Jansen authored
output generated header files for lib/dns into source tree, not build tree moved cfgmgr.py to lib/config/python/isc/config run_bind10.sh now takes python path from build dir, not src git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@698 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
Should that one be moved back to lib/? git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@693 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 Jan, 2010 1 commit
-
-
Jelte Jansen authored
If run from source tree, it will store it in @abs_top_srcdir@/b10-config.db if you depend on you data in /tmp/parkinglot.db, copy that one to the correct file git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@688 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Jan, 2010 2 commits
-
-
Jeremy C. Reed authored
Of course, when installed, the installation makes them executable, but this is needed for when running the code direct from build tree. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@622 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
(it is renamed from b10-cfgmgr.py.) And path for the modules is added. Move b10-cfgmgr.in to run_b10-cfgmgr.sh.in (this is used to run in source tree). For these shell scripts, run from abs_top_builddir not abs_top_srcdir. (I will do a later commit for the execute permissions.) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@620 e5f2f494-b856-4b98-b285-d166d9295462
-
- 28 Jan, 2010 2 commits
-
-
Jelte Jansen authored
renamed src/bin/bind-cfgd to src/bin/cfgmgr moved src/lib/config/python/bind-cfgd.py to src/bin/cfgmgr/b10-cfgmgr git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@599 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Update AC_CONFIG_FILES. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@598 e5f2f494-b856-4b98-b285-d166d9295462
-