Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F165621476
D12037.id32095.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
746 B
Referenced Files
None
Subscribers
None
D12037.id32095.diff
View Options
Index: usr.sbin/freebsd-update/freebsd-update.sh
===================================================================
--- usr.sbin/freebsd-update/freebsd-update.sh
+++ usr.sbin/freebsd-update/freebsd-update.sh
@@ -783,8 +783,10 @@
# Check that we have updates ready to install
if ! [ -L ${BDHASH}-install ]; then
echo "No updates are available to install."
- echo "Run '$0 fetch' first."
- exit 1
+ if [ "$IS_FETCHED" != true ]; then
+ echo "Run '$0 fetch' first."
+ fi
+ exit 0
fi
if ! [ -f ${BDHASH}-install/INDEX-OLD ] ||
! [ -f ${BDHASH}-install/INDEX-NEW ]; then
@@ -3241,6 +3243,7 @@
fi
fetch_check_params
fetch_run || exit 1
+ IS_FETCHED=true
}
# Cron command. Make sure the parameters are sensible; wait
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Aug 9, 8:13 PM (5 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36376480
Default Alt Text
D12037.id32095.diff (746 B)
Attached To
Mode
D12037: Fix freebsd-update(8) erroneous message and exit status when "fetch install" used
Attached
Detach File
Event Timeline
Log In to Comment