Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153135959
D6930.id17802.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
822 B
Referenced Files
None
Subscribers
None
D6930.id17802.diff
View Options
Index: Mk/Scripts/qa.sh
===================================================================
--- Mk/Scripts/qa.sh
+++ 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
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 20, 10:08 AM (2 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31832057
Default Alt Text
D6930.id17802.diff (822 B)
Attached To
Mode
D6930: Extend the symlink checks to warn on absolute targets.
Attached
Detach File
Event Timeline
Log In to Comment