Mercurial > dnsbl
comparison test.bash @ 9:8c65411cd7ab
integration work on url scanner
author | carl |
---|---|
date | Thu, 22 Apr 2004 14:00:02 -0700 |
parents | dbe18921f741 |
children | 2752e512fd32 |
comparison
equal
deleted
inserted
replaced
8:dbe18921f741 | 9:8c65411cd7ab |
---|---|
23 echo start the milter | 23 echo start the milter |
24 mkdir -p /var/run/dnsbl | 24 mkdir -p /var/run/dnsbl |
25 chmod 700 /var/run/dnsbl | 25 chmod 700 /var/run/dnsbl |
26 mv -f $pid $pid.save | 26 mv -f $pid $pid.save |
27 rm -f /var/run/dnsbl/dnsbl.sock | 27 rm -f /var/run/dnsbl/dnsbl.sock |
28 dir=`pwd` | 28 ./dnsbl -p local:/var/run/dnsbl/dnsbl.sock |
29 pushd /var/dnsbl | |
30 echo "$dir/dnsbl -p local:/var/run/dnsbl/dnsbl.sock" | |
31 $dir/dnsbl -p local:/var/run/dnsbl/dnsbl.sock | |
32 popd | |
33 sleep 5 | 29 sleep 5 |
34 P2=`cat $pid` | 30 P2=`cat $pid` |
35 mv -f $pid.save $pid | 31 mv -f $pid.save $pid |
36 echo started dnsbl milter as process $P2 | 32 echo started dnsbl milter as process $P2 |
37 | 33 |