I was reading the Makefile in /usr/src/release and wondering about the

for dir in bin sbin ; do \
  ln -sf /stand $$dir; \
done

part in release.8 - it is my understanding that all that is under /stand is
linked to files in $$dir.

What does this accomplish?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to