[24078] in Source-Commits
/svn/athena r23682 - trunk/debathena/debathena/larvnet/debian
daemon@ATHENA.MIT.EDU (Robert A Basch)
Tue Mar 31 17:38:14 2009
Date: Tue, 31 Mar 2009 17:38:03 -0400
From: Robert A Basch <rbasch@MIT.EDU>
Message-Id: <200903312138.n2VLc3Nc027900@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: rbasch
Date: 2009-03-31 17:38:03 -0400 (Tue, 31 Mar 2009)
New Revision: 23682
Modified:
trunk/debathena/debathena/larvnet/debian/busyd
trunk/debathena/debathena/larvnet/debian/changelog
Log:
In larvnet:
* Use STDOUT, not STDIN, to send the busyd status reply.
Modified: trunk/debathena/debathena/larvnet/debian/busyd
===================================================================
--- trunk/debathena/debathena/larvnet/debian/busyd 2009-03-31 21:07:59 UTC (rev 23681)
+++ trunk/debathena/debathena/larvnet/debian/busyd 2009-03-31 21:38:03 UTC (rev 23682)
@@ -17,4 +17,4 @@
# Reply with the status packet.
my $msg = $busy . $hostname . "\0" . $arch . "\0";
-send(STDIN, $msg, 0, $addr);
+send(STDOUT, $msg, 0, $addr);
Modified: trunk/debathena/debathena/larvnet/debian/changelog
===================================================================
--- trunk/debathena/debathena/larvnet/debian/changelog 2009-03-31 21:07:59 UTC (rev 23681)
+++ trunk/debathena/debathena/larvnet/debian/changelog 2009-03-31 21:38:03 UTC (rev 23682)
@@ -1,3 +1,9 @@
+debathena-larvnet (10.0.4) unstable; urgency=low
+
+ * Use STDOUT, not STDIN, to send the busyd status reply.
+
+ -- Robert Basch <rbasch@mit.edu> Tue, 31 Mar 2009 17:29:18 -0400
+
debathena-larvnet (10.0.3) unstable; urgency=low
* Change DEB_AUTO_UPDATE_AUTOCONF to 2.50, not 1.