Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106154998
D18927.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
525 B
Referenced Files
None
Subscribers
None
D18927.diff
View Options
Index: head/usr.sbin/freebsd-update/freebsd-update.sh
===================================================================
--- head/usr.sbin/freebsd-update/freebsd-update.sh
+++ head/usr.sbin/freebsd-update/freebsd-update.sh
@@ -2195,7 +2195,7 @@
sort -k 2,2 -t ' ' > compfreq.present
join -t ' ' -1 2 -2 2 compfreq.present compfreq.total |
while read S P T; do
- if [ ${P} -gt `expr ${T} / 2` ]; then
+ if [ ${T} -ne 0 -a ${P} -gt `expr ${T} / 2` ]; then
echo ${S}
fi
done > comp.present
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 27, 7:21 AM (11 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15612170
Default Alt Text
D18927.diff (525 B)
Attached To
Mode
D18927: freebsd-update: Stop installing empty component sets
Attached
Detach File
Event Timeline
Log In to Comment