I cannot read: variable in /etc/sysconfig/console is LOGLEVEL, not LOG_LEVEL!
This commit is contained in:
parent
c6506aea23
commit
3142368d67
1 changed files with 1 additions and 1 deletions
|
@ -840,7 +840,7 @@ DNS=</xsl:text>
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
<xsl:value-of select="$font"/>
|
<xsl:value-of select="$font"/>
|
||||||
<xsl:text>"
|
<xsl:text>"
|
||||||
LOG_LEVEL="</xsl:text>
|
LOGLEVEL="</xsl:text>
|
||||||
<xsl:copy-of select="$log-level"/>
|
<xsl:copy-of select="$log-level"/>
|
||||||
<xsl:call-template name="outputsysvconsole">
|
<xsl:call-template name="outputsysvconsole">
|
||||||
<xsl:with-param
|
<xsl:with-param
|
||||||
|
|
Reference in a new issue