[svn] commit: r340 - in /branches/parkinglot: configure.ac src/bin/msgq/ src/bin/msgq/msgq.in src/bin/msgq/msgq_test.in src/bin/pymsgq/

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Dec 3 08:56:13 UTC 2009


Author: mgraff
Date: Thu Dec  3 08:56:12 2009
New Revision: 340

Log:
rename pymsgq to msgq

Added:
    branches/parkinglot/src/bin/msgq/
      - copied from r335, branches/parkinglot/src/bin/pymsgq/
    branches/parkinglot/src/bin/msgq/msgq.in
      - copied unchanged from r336, branches/parkinglot/src/bin/pymsgq/msgq.in
    branches/parkinglot/src/bin/msgq/msgq_test.in
      - copied unchanged from r339, branches/parkinglot/src/bin/pymsgq/msgq_test.in
Removed:
    branches/parkinglot/src/bin/pymsgq/
Modified:
    branches/parkinglot/configure.ac

Modified: branches/parkinglot/configure.ac
==============================================================================
--- branches/parkinglot/configure.ac (original)
+++ branches/parkinglot/configure.ac Thu Dec  3 08:56:12 2009
@@ -68,13 +68,13 @@
 AC_OUTPUT([src/bin/bind-cfgd/bind-cfgd
            src/bin/bigtool/run_bigtool
            src/bin/bind10/bind10
-	   src/bin/pymsgq/msgq
-	   src/bin/pymsgq/msgq_test
+	   src/bin/msgq/msgq
+	   src/bin/msgq/msgq_test
           ], [
            chmod +x src/bin/bind-cfgd/bind-cfgd
            chmod +x src/bin/bigtool/run_bigtool
            chmod +x src/bin/bind10/bind10
-           chmod +x src/bin/pymsgq/msgq
-           chmod +x src/bin/pymsgq/msgq_test
+           chmod +x src/bin/msgq/msgq
+           chmod +x src/bin/msgq/msgq_test
           ])
 AC_OUTPUT




More information about the bind10-changes mailing list