Page MenuHomeFreeBSD

D29575.diff
No OneTemporary

D29575.diff

diff --git a/usr.sbin/freebsd-update/freebsd-update.sh b/usr.sbin/freebsd-update/freebsd-update.sh
--- a/usr.sbin/freebsd-update/freebsd-update.sh
+++ b/usr.sbin/freebsd-update/freebsd-update.sh
@@ -2958,7 +2958,8 @@
if [ ! -d ${BASEDIR}/$D ]; then
continue
fi
- if [ -z "$(find ${BASEDIR}/$D -type f -newer ${BASEDIR}/$D/mandoc.db)" ]; then
+ if [ -f ${BASEDIR}/$D/mandoc.db ] && \
+ [ -z "$(find ${BASEDIR}/$D -type f -newer ${BASEDIR}/$D/mandoc.db)" ]; then
continue;
fi
makewhatis ${BASEDIR}/$D

File Metadata

Mime Type
text/plain
Expires
Thu, Sep 10, 6:24 PM (18 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38660382
Default Alt Text
D29575.diff (536 B)

Event Timeline