Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F132538818
D24641.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
701 B
Referenced Files
None
Subscribers
None
D24641.id.diff
View Options
Index: head/Makefile.inc1
===================================================================
--- head/Makefile.inc1
+++ head/Makefile.inc1
@@ -1403,6 +1403,16 @@
${DESTDIR}/${DISTDIR}/${dist}.debug.meta
.endfor
.endif
+.elif make(installworld) && ${MK_CAROOT} != "no"
+ # We could make certctl a bootstrap tool, but it requires OpenSSL and
+ # friends, which we likely don't want. We'll rehash on a best-effort
+ # basis, otherwise we'll just mention that we're not doing it to raise
+ # awareness.
+ @if which certctl>/dev/null; then \
+ certctl rehash \
+ else \
+ echo "No certctl on the host, not rehashing target -- /etc/ssl may not be populated."; \
+ fi
.endif
packageworld: .PHONY
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 18, 7:25 PM (5 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23849755
Default Alt Text
D24641.id.diff (701 B)
Attached To
Mode
D24641: installworld: run certctl rehash after we've installed
Attached
Detach File
Event Timeline
Log In to Comment