Re: Two minor hamm bugs

1998-01-19 Thread Eloy A. Paris
Hi, I am the maintainer of the Debian samba package so the first part of this message corresponds to me... Shaleh <[EMAIL PROTECTED]> wrote: : When installing samba, the script in /etc/init.d has an error at the : top. I chose to use inetd and not having it start on boot. The script : does a `

Two minor hamm bugs

1998-01-19 Thread Shaleh
When installing samba, the script in /etc/init.d has an error at the top. I chose to use inetd and not having it start on boot. The script does a `grep -q blah && exit 0`. This should be '||' and not '&&'. Second ln -sf should change a symlink. It does not. i.e. $ ln -s foo bar $ ls -al