This is weird:

# ls -l linux
linux -> linux-2.4.22-21mdk
# ln -sf linux-2.6.0-0.test9.4mdk linux
# ls -l linux
linux -> linux-2.4.22-21mdk
# rm -f linux && ln -s linux-2.6.0-0.test9.4mdk linux
# ls -l linux
linux -> linux-2.6.0-0.test9.4mdk

Am I missing anything here? I tried the --force option with the same
results.
-- 
Quel Qun <[EMAIL PROTECTED]>


Reply via email to