From: Marcin Siodelski Date: Wed, 30 Jan 2019 18:01:50 +0000 (+0100) Subject: [#396,!205] Addressed a typo in the dhcpdb_create.mysql script. X-Git-Tag: 429-Updated-StampedValue-to-support-reals_base~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d40db07ef641eef29405c42e718979e7a1e8675;p=thirdparty%2Fkea.git [#396,!205] Addressed a typo in the dhcpdb_create.mysql script. --- diff --git a/src/share/database/scripts/mysql/dhcpdb_create.mysql b/src/share/database/scripts/mysql/dhcpdb_create.mysql index d2a5fc433a..825df9ad67 100644 --- a/src/share/database/scripts/mysql/dhcpdb_create.mysql +++ b/src/share/database/scripts/mysql/dhcpdb_create.mysql @@ -1788,7 +1788,7 @@ BEGIN # scope the audit entry will contain the object_type value # of the parent object to cause the server to replace the # entire subnet. The only case when the object_type will be - # set to 'dhcp4_options' is when the global option is added. + # set to 'dhcp4_options' is when a global option is added. # Global options do not have the owner. IF @cascade_transaction IS NULL OR @cascade_transaction = 0 THEN # todo: host manager hasn't been updated to use audit diff --git a/src/share/database/scripts/mysql/upgrade_7.0_to_8.0.sh.in b/src/share/database/scripts/mysql/upgrade_7.0_to_8.0.sh.in index f395d6ac10..064492aa6f 100644 --- a/src/share/database/scripts/mysql/upgrade_7.0_to_8.0.sh.in +++ b/src/share/database/scripts/mysql/upgrade_7.0_to_8.0.sh.in @@ -471,7 +471,7 @@ BEGIN # scope the audit entry will contain the object_type value # of the parent object to cause the server to replace the # entire subnet. The only case when the object_type will be - # set to 'dhcp4_options' is when the global option is added. + # set to 'dhcp4_options' is when a global option is added. # Global options do not have the owner. IF @cascade_transaction IS NULL OR @cascade_transaction = 0 THEN # todo: host manager hasn't been updated to use audit