qmail - multilog - tai64n - tai64nlocal

1999-12-22 Thread Cameron Arnott
have i done this right as it seems to be working.. but i think i've read somewhere not to use pipes in here [root@top qmail-smtpd]# cat run #!/bin/sh QMAILDUID='id -u qmaild' NOFILESGID='id -g qmaild' exec /usr/local/bin/softlimit -m 200 \ /usr/local/bin/tcpserver -v -p

qmail multilog tai64n tai64nlocal.. still now working

1999-12-22 Thread Cameron Arnott
arg... it looks like the "|" are stuffing up my svc -dx.. supervise is loosing its grip on the scripts.. it wont shut them down please refer to my previous 2 messages for the scripts

Re: qmail multilog tai64n tai64nlocal.. still now working

1999-12-22 Thread Dave Sill
Cameron Arnott [EMAIL PROTECTED] wrote: it looks like the "|" are stuffing up my svc -dx.. supervise is loosing its grip on the scripts.. it wont shut them down Pipes are no-no's in supervise run files. -Dave