[Bug 276235] `make installworld’ shou ld check for stale symlinks

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 09 Sep 2024 14:24:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276235

--- Comment #8 from Wolfram Schneider <wosch@FreeBSD.org> ---
(In reply to Alexey Dokuchaev from comment #7)

Good advice, thanks. However, you will always get exit status zero from `find
-L ${dirs} -type l', whether it finds a stale symlink or not.

The purpose of this script is to detect stale symlinks, report them to stderr
and exit with a non-zero status. All other cases are ignored, such as no
symlinks, missing directories, permission problems, etc.

-- 
You are receiving this mail because:
You are the assignee for the bug.