https://bugs.koozali.org/show_bug.cgi?id=12126

            Bug ID: 12126
           Summary: rewriting externalSSLAccess
    Classification: Contribs
           Product: SME Contribs
           Version: 10.0
          Hardware: ---
                OS: ---
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: smeserver-print-monitor
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
  Target Milestone: ---

my $externalSSLAccess = '';
 my $validFrom = db_get_prop($confref, "httpd-admin", "ValidFrom") || 'none';

 $validFrom =~ s/,/ /g;
 $validFrom =~ s:/255.255.255.255::g;

 unless ($validFrom eq 'none')
 {
  $externalSSLAccess = $validFrom;
 }


see in  /etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess40LPRng
this hide the original variable declared for the whole template

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to