[Bug 276235] `make installworld’ shou ld check for stale symlinks
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 276235] `make installworld’ shou ld check for stale symlinks"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.