[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Two minor hamm bugs



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
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: