/[smeserver]/rpms/e-smith-base/sme10/e-smith-base-5.8.0-bz11350-post-install.patch
ViewVC logotype

Contents of /rpms/e-smith-base/sme10/e-smith-base-5.8.0-bz11350-post-install.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Sun Jun 6 20:38:33 2021 UTC (3 years ago) by jpp
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
5.8.1

1 diff -Nur e-smith-base-5.8.0.old/root/sbin/e-smith/generate-subjectaltnames e-smith-base-5.8.0/root/sbin/e-smith/generate-subjectaltnames
2 --- e-smith-base-5.8.0.old/root/sbin/e-smith/generate-subjectaltnames 2021-02-17 11:18:15.287000000 -0500
3 +++ e-smith-base-5.8.0/root/sbin/e-smith/generate-subjectaltnames 2021-02-17 11:19:13.317000000 -0500
4 @@ -51,7 +51,7 @@
5 $Interface_Record = $configuration->get($Interface);
6 if ($Interface_Record)
7 {
8 - if ($Interface_Record->prop('Configuration') eq 'static')
9 + if (defined $Interface_Record->prop('Configuration') and $Interface_Record->prop('Configuration') eq 'static')
10 {
11 if ($Interface_Record->prop('IPAddress'))
12 {

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed