diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2020-09-17 20:35:45 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2020-09-17 20:35:45 +0000 |
commit | 9ed054096dc24e96ee692a4e52c9ecbfee2723fd (patch) | |
tree | b9867641b6447992245d3d5a401f294e23989df2 /usr.sbin/bsdinstall | |
parent | 27f21fadda51f5bff58d3f0278c9f3a2e483d93d (diff) | |
download | src-test2-9ed054096dc24e96ee692a4e52c9ecbfee2723fd.tar.gz src-test2-9ed054096dc24e96ee692a4e52c9ecbfee2723fd.zip |
Notes
Diffstat (limited to 'usr.sbin/bsdinstall')
-rwxr-xr-x | usr.sbin/bsdinstall/scripts/config | 3 |
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 |