[jhalfs] branch trunk updated: process-install.xsl: add systemd case to detect-config

"Git Owner" ([email protected] via alfs-discuss Mailing List) <[email protected]> Fri, 02 Jan 2026 11:12:06 +0000
Newsgroups gmane.linux.lfs.automated
Message-ID <176735232606.5965.8013415379733564863@rivendell.linuxfromscratch.org>
This is a multi-part message in MIME format...

------------=_1767352333-30781-53463
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository jhalfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new b9ec6a1  process-install.xsl: add systemd case to detect-config
b9ec6a1 is described below

commit b9ec6a18bb63ab42b2e36c602cc34a04c8f40fdf
Author: Pierre Labastie <[email protected]>
AuthorDate: Fri Jan 2 12:11:10 2026 +0100

    process-install.xsl: add systemd case to detect-config
---
 BLFS/xsl/process-install.xsl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/BLFS/xsl/process-install.xsl b/BLFS/xsl/process-install.xsl
index 277f8fa..75cd3ab 100644
--- a/BLFS/xsl/process-install.xsl
+++ b/BLFS/xsl/process-install.xsl
@@ -20,6 +20,7 @@
          contains(string($current-instr),'vector-fill.so') or
          contains(string($current-instr),'rst*.py') or
          contains(string($current-instr),'gnome-control-center') or
+         contains(string($current-instr),'runlevel.service') or
          contains(string($current-instr),'Gimp')">
 ]>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

------------=_1767352333-30781-53463
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0

-- 
http://lists.linuxfromscratch.org/sympa/info/alfs-discuss
Unsubscribe: See the above information page
------------=_1767352333-30781-53463--