Ruprecht Helms <[EMAIL PROTECTED]> wrote:
> 
> #!/bin/sh
> exec /usr/local/bin/softlimit -m 2000000 \
> /usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup \
>   linux.local /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1
[...]
>  ./run
> softlimit: fatal: unable to run  : file does not exist    

I would suspect that you have a space or other nonprinting character
after the backslash at the end of the first line of that script.  Using
"\" as a line continuation character only works if it is the last
character on the line.

If you created this file in an editor which understands DOS-type files,
the character in question might be a carriage return.  Use od or another
tool (less -U ?) to check this.

Charles
-- 
-----------------------------------------------------------------------
Charles Cazabon                            <[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
-----------------------------------------------------------------------

Reply via email to