Page MenuHomeFreeBSD

D6930.id17804.diff
No OneTemporary

D6930.id17804.diff

Index: head/Mk/Scripts/qa.sh
===================================================================
--- head/Mk/Scripts/qa.sh
+++ head/Mk/Scripts/qa.sh
@@ -134,6 +134,9 @@
err "Bad symlink '${l#${STAGEDIR}${PREFIX}/}' pointing inside the stage directory"
rc=1
;;
+ /*)
+ warn "Bad symlink '${l#${STAGEDIR}}' pointing to an absolute pathname '${link}'"
+ ;;
esac
# Use heredoc to avoid losing rc from find|while subshell.
done <<-EOF
@@ -607,7 +610,9 @@
return ${rc}
}
-checks="shebang symlinks paths stripped desktopfileutils sharedmimeinfo suidfiles libtool libperl prefixvar baselibs terminfo proxydeps"
+checks="shebang symlinks paths stripped desktopfileutils sharedmimeinfo"
+checks="$checks suidfiles libtool libperl prefixvar baselibs terminfo"
+checks="$checks proxydeps"
ret=0
cd ${STAGEDIR}

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 20, 8:35 AM (2 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31818277
Default Alt Text
D6930.id17804.diff (837 B)

Event Timeline