On Mon, 9 Aug 1999, Peter M. Nielsen wrote:
> I'm using the following script to start squid at boot-time
>
> #!/bin/sh
> C=/usr/local/squid
> PATH=/usr/bin:$C/bin
> TZ=PST8PDT
> export PATH TZ
> notify="root"
> cd $C
> umask 022
> sleep 10
> while [ -f /tmp/nosquid ]; do
> sleep 1
> done
> /usr/bin/tail -20 $C/logs/cache.log \
> exec bin/squid -CYs
Is that backslash really there? Is there a line missing after it?
I expected something like
/usr/bin/tail -20 $C/logs/cache.log \
| mail root
exec squid ...
Received on Tue Aug 10 1999 - 14:25:22 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:47:54 MST