aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-09-17 20:35:45 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-09-17 20:35:45 +0000
commit9ed054096dc24e96ee692a4e52c9ecbfee2723fd (patch)
treeb9867641b6447992245d3d5a401f294e23989df2 /usr.sbin/bsdinstall
parent27f21fadda51f5bff58d3f0278c9f3a2e483d93d (diff)
downloadsrc-9ed054096dc24e96ee692a4e52c9ecbfee2723fd.tar.gz
src-9ed054096dc24e96ee692a4e52c9ecbfee2723fd.zip
Revert r361257: bsdinstall: do a `certctl rehash` upon installation [...]
As of r365829, any given base distribution set will now include the /etc/ssl symlinks that this rehash would've otherwise installed. This extra step is no longer required. MFC after: 1 week X-MFC-With: r365837
Notes
Notes: svn path=/head/; revision=365852
Diffstat (limited to 'usr.sbin/bsdinstall')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/config3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/bsdinstall/scripts/config b/usr.sbin/bsdinstall/scripts/config
index af4dacd2b679..a909c3faee63 100755
--- a/usr.sbin/bsdinstall/scripts/config
+++ b/usr.sbin/bsdinstall/scripts/config
@@ -55,9 +55,6 @@ cp $BSDINSTALL_TMPBOOT/* $BSDINSTALL_CHROOT/boot
# Set up other things from installed config
chroot $BSDINSTALL_CHROOT /usr/bin/newaliases > /dev/null 2>&1
-if [ -x $BSDINSTALL_CHROOT/usr/sbin/certctl ]; then
- chroot $BSDINSTALL_CHROOT /usr/sbin/certctl rehash
-fi
exit 0