[jhalfs] 02/06: BLFS: process-replaceable: new cases
"Git Owner" ([email protected] via alfs-discuss Mailing List) <[email protected]> Thu, 30 Apr 2026 18:53:25 +0000
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format... ------------=_1777575220-14444-27463 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. commit 9fb6bd8683f99db5ee354458b5bc37e7852f48c5 Author: Pierre Labastie <[email protected]> AuthorDate: Mon Apr 27 17:14:14 2026 +0200 BLFS: process-replaceable: new cases - add case for tripwire and bind --- BLFS/xsl/process-replaceable.xsl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/BLFS/xsl/process-replaceable.xsl b/BLFS/xsl/process-replaceable.xsl index 6855f23..0f25f1e 100644 --- a/BLFS/xsl/process-replaceable.xsl +++ b/BLFS/xsl/process-replaceable.xsl @@ -172,6 +172,17 @@ PASS_EOF</xsl:text> </xsl:otherwise> </xsl:choose> </xsl:when> + <!-- case of tripwire --> + <xsl:when test="contains(string(),'site-password')"> + <xsl:text>spw</xsl:text> + </xsl:when> + <xsl:when test="contains(string(),'local-password')"> + <xsl:text>lpw</xsl:text> + </xsl:when> + <!-- case of bind (resolv.conf) --> + <xsl:when test="contains(string(),'yourdomain')"> + <xsl:copy-of select="$domainname"/> + </xsl:when> <xsl:otherwise> <xsl:text>**EDITME</xsl:text> <xsl:apply-templates/> -- To stop receiving notification emails like this one, please contact the administrator of this repository. ------------=_1777575220-14444-27463 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 ------------=_1777575220-14444-27463--