comparison test.bash @ 89:946fc1bcfb2c stable-5-3

don't load null config pointer, keep the old one
author carl
date Sun, 07 Aug 2005 11:26:37 -0700
parents 81f1e400e8ab
children 962a1f8f1d9f
comparison
equal deleted inserted replaced
88:7245c45cef7a 89:946fc1bcfb2c
45 echo start the milter 45 echo start the milter
46 mkdir -p /var/run/dnsbl 46 mkdir -p /var/run/dnsbl
47 chmod 700 /var/run/dnsbl 47 chmod 700 /var/run/dnsbl
48 chown dnsbl:dnsbl /var/run/dnsbl 48 chown dnsbl:dnsbl /var/run/dnsbl
49 mv -f $pid $pid.save 49 mv -f $pid $pid.save
50 ./dnsbl -d -r /var/run/dnsbl/dnsbl.resolver.sock2 -p local:/var/run/dnsbl/dnsbl.sock2 50 ./dnsbl -d 10 -r /var/run/dnsbl/dnsbl.resolver.sock2 -p local:/var/run/dnsbl/dnsbl.sock2
51 sleep 5 51 sleep 5
52 P2=`cat $pid` 52 P2=`cat $pid`
53 mv -f $pid.save $pid 53 mv -f $pid.save $pid
54 echo started dnsbl milter as process $P2 54 echo started dnsbl milter as process $P2
55 55