Oleg Ogurok <[email protected]> writes: > I put ls as a symbolic link to gnuls, but every time I make world, the old > 'ls' puts back ;-)
Don't do that. Instead, do: # cd /usr/local/bin # ln -s gnuls ls and fix your PATH so /usr/local/bin comes before /bin. DES -- Dag-Erling Smorgrav - [email protected] To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-current" in the body of the message
