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 bar bar -> foo $ ln -sf fooby bar $ ls -al bar bar -> foo bar should be fooby. Currently one must rm the link and then ln again. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .