[svn] commit: r331 - in /branches/parkinglot: configure.ac src/bin/pymsgq/ src/bin/pymsgq/msgq.in src/bin/pymsgq/msgq.py
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Dec 2 21:31:08 UTC 2009
Author: mgraff
Date: Wed Dec 2 21:31:07 2009
New Revision: 331
Log:
learning python sockets: msgq, the revenge
Added:
branches/parkinglot/src/bin/pymsgq/
branches/parkinglot/src/bin/pymsgq/msgq.in
branches/parkinglot/src/bin/pymsgq/msgq.py
Modified:
branches/parkinglot/configure.ac
Modified: branches/parkinglot/configure.ac
==============================================================================
--- branches/parkinglot/configure.ac (original)
+++ branches/parkinglot/configure.ac Wed Dec 2 21:31:07 2009
@@ -64,8 +64,10 @@
])
AC_OUTPUT([src/bin/bind-cfgd/bind-cfgd
src/bin/bind10/bind10
+ src/bin/pymsgq/msgq
], [
chmod +x src/bin/bind-cfgd/bind-cfgd
chmod +x src/bin/bind10/bind10
+ chmod +x src/bin/pymsgq/msgq
])
AC_OUTPUT
More information about the bind10-changes
mailing list