From eb0e68d801124ea534e0b422953feb8627aedf16 Mon Sep 17 00:00:00 2001 From: YellowJacketLinux Date: Thu, 10 Oct 2024 20:14:11 -0700 Subject: [PATCH] Don't enable in systemd yet --- CH8Build/BLFS.11-make-ca.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/CH8Build/BLFS.11-make-ca.sh b/CH8Build/BLFS.11-make-ca.sh index 923f7c9..72d237c 100644 --- a/CH8Build/BLFS.11-make-ca.sh +++ b/CH8Build/BLFS.11-make-ca.sh @@ -23,9 +23,6 @@ fi cp ../certdata-dist.txt /etc/ssl/certdata.txt /usr/sbin/make-ca -r -# auto-update via systemd -systemctl enable update-pki.timer - # configure pip3 [ ! -d /etc/profile.d ] && mkdir -p /etc/profile.d