BIND 10 trac2297, updated. 0dfa29e875e3a668e7b6718b510c12df590faec7 [2297] configure.ac and makefile updates for run_sysinfo

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Oct 24 21:10:55 UTC 2012


The branch, trac2297 has been updated
       via  0dfa29e875e3a668e7b6718b510c12df590faec7 (commit)
      from  b4a991767173f93daa5100909740413530c4445d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0dfa29e875e3a668e7b6718b510c12df590faec7
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Oct 24 21:10:39 2012 +0000

    [2297] configure.ac and makefile updates for run_sysinfo

-----------------------------------------------------------------------

Summary of changes:
 configure.ac                |    2 ++
 src/bin/sysinfo/Makefile.am |    1 +
 2 files changed, 3 insertions(+)

-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 09de67f..cd59df0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1280,6 +1280,7 @@ AC_OUTPUT([doc/version.ent
            src/bin/zonemgr/tests/zonemgr_test
            src/bin/zonemgr/run_b10-zonemgr.sh
            src/bin/sysinfo/sysinfo.py
+           src/bin/sysinfo/run_sysinfo.sh
            src/bin/stats/stats.py
            src/bin/stats/stats_httpd.py
            src/bin/bind10/bind10_src.py
@@ -1358,6 +1359,7 @@ AC_OUTPUT([doc/version.ent
            chmod +x src/bin/loadzone/run_loadzone.sh
            chmod +x src/bin/loadzone/tests/correct/correct_test.sh
            chmod +x src/bin/loadzone/tests/error/error_test.sh
+           chmod +x src/bin/sysinfo/run_sysinfo.sh
            chmod +x src/bin/usermgr/run_b10-cmdctl-usermgr.sh
            chmod +x src/bin/msgq/run_msgq.sh
            chmod +x src/bin/msgq/tests/msgq_test
diff --git a/src/bin/sysinfo/Makefile.am b/src/bin/sysinfo/Makefile.am
index 25a3556..1618535 100644
--- a/src/bin/sysinfo/Makefile.am
+++ b/src/bin/sysinfo/Makefile.am
@@ -1,4 +1,5 @@
 bin_SCRIPTS = isc-sysinfo
+noinst_SCRIPTS = run_sysinfo.sh
 
 CLEANFILES = isc-sysinfo sysinfo.pyc
 



More information about the bind10-changes mailing list