[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

"bitbucket" TA in 2.99.56pre4



Hello,

I guess the "bitbucket" TA has been speaking some ancient TA protocol
for quite some time; it does not work.

Patch to make it work seems to be the following:

--------------------- cut here --------------- 8< ---------------------
--- ./utils/bitbucket.dist	Tue Feb 10 16:01:55 1998
+++ ./utils/bitbucket	Fri Jun 13 15:30:23 2003
@@ -9,8 +9,12 @@
 # his name to be widely known -- which might lead
 # to retaliation from spammers...
 #
-if [ -f /var/log/bitbucket ]; then
-    cat >> /var/log/bitbucket
-else
-   cat >> /dev/null
+while :; do
+    echo '#hungry'
+    read jobspec
+    if [ -f /var/log/bitbucket ]; then
+	cat "$jobspec" >> /var/log/bitbucket
+    else
+	:
+    fi
 fi
--------------------- cut here --------------- 8< ---------------------

Best regards,
-- 
Ambrose LI Cheuk-Wing  <a.c.li@ieee.org>

http://ada.dhs.org/~acli/
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi