mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 17:11:15 +02:00
2025-04-29 Fred Gleason <fredg@paravelsystems.com>
* Modified regex code in ' RDConfig::provisioningHostShortName()' and 'RDConfig::provisioningServiceName()' to use the QRegularExpression class rather than QRegExp. * Added a 'test_provisioning' test harness in 'tests/'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -536,7 +536,8 @@
|
||||
<listitem>
|
||||
<para>
|
||||
The name of an existing network interface from which to
|
||||
extract the IP address of a newly provisioned Host.
|
||||
extract the IP address to be assigned to a newly provisioned
|
||||
Host entry.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -546,7 +547,7 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
A regular express to use when setting the Short Name of a
|
||||
A regular expression to use when setting the Short Name of a
|
||||
newly provisioned Host from the system host name.
|
||||
</para>
|
||||
</listitem>
|
||||
|
Reference in New Issue
Block a user