From ff8d957f75a849b60ebe464cb6dac993918a57b3 Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@donarmstrong.com>
Date: Sun, 22 Jan 2006 06:46:13 +0000
Subject: [PATCH] update svnfix for orderbot and bugbot

---
 svnfix | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/svnfix b/svnfix
index 06666d1..1643854 100755
--- a/svnfix
+++ b/svnfix
@@ -14,4 +14,10 @@ fi;
 
 if [ -e ~/.hide/mail_aliases ]; then
     ln -sf ~/.hide/mail_aliases ~/.mail_aliases
-fi;
\ No newline at end of file
+fi;
+
+for a in bug order; do
+    if [ -e ~/.hide/${a}_bot.conf ]; then
+	ln -sf ~/.hide/${a}_bot.conf ~/.${a}_bot.conf
+    fi;
+done;
-- 
2.39.5