aboutsummaryrefslogtreecommitdiff
path: root/scripts/rootd.sh
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2008-01-09 15:29:53 +0000
committerRob Austein <sra@hactrn.net>2008-01-09 15:29:53 +0000
commit0bcdeba61a388da160e95edc7becfcbf9ce2bcc5 (patch)
tree3472864c7e85340e6989179a26a79f8288291c8c /scripts/rootd.sh
parentdf4fd57fe409c4642dd98f202c9493bab02bd856 (diff)
irdbd cleanup
svn path=/scripts/apnic-poke-1.sh; revision=1454
Diffstat (limited to 'scripts/rootd.sh')
-rw-r--r--scripts/rootd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rootd.sh b/scripts/rootd.sh
index 860ad0bd..88586b51 100644
--- a/scripts/rootd.sh
+++ b/scripts/rootd.sh
@@ -78,8 +78,8 @@ then
rm -rf publication
python rootd.py & rootd=$!
- python irdb.py & irdb=$!
- trap "kill $rpkid $irdb $rootd" 0 1 2 3 13 15
+ python irdbd.py & irdbd=$!
+ trap "kill $rpkid $irdbd $rootd" 0 1 2 3 13 15
: Waiting to let daemons start up; sleep 5