Page MenuHomeFreeBSD

D10482.id.diff
No OneTemporary

D10482.id.diff

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
@@ -2943,6 +2943,17 @@
cap_mkdb ${BASEDIR}/etc/login.conf
fi
+ # Rebuild man page databases, if necessary.
+ for D in /usr/share/man /usr/share/openssl/man; do
+ if [ ! -d ${BASEDIR}/$D ]; then
+ continue
+ fi
+ if [ -z "$(find ${BASEDIR}/$D -type f -newer ${BASEDIR}/$D/mandoc.db)" ]; then
+ continue;
+ fi
+ makewhatis ${BASEDIR}/$D
+ done
+
# We've finished installing the world and deleting old files
# which are not shared libraries.
touch $1/worlddone

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 28, 5:54 AM (10 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26253194
Default Alt Text
D10482.id.diff (719 B)

Event Timeline