On 02.07.2004 18:54 +0100, Peter Curran wrote:
> I have a file called rc, in a directory /etc/inc/ext/openvpn. It
> is mode 755, starts with #!/usr/local/bin/php. All directories in
> the path are mode 755.
>
> So far as I can see the file is never called.
>
> What am I doing wrong!!!
Maybe you've saved that file with DOS-style (CRLF) line breaks,
rather than UNIX-style (LF)?
- Manuel |