https://bugs.koozali.org/show_bug.cgi?id=12262
Bug ID: 12262
Summary: set local networking to off fails
Classification: Contribs
Product: SME Contribs
Version: 10.0
Hardware: ---
OS: ---
Status: CONFIRMED
Severity: normal
Priority: P3
Component: smeserver-mariadb105
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Target Milestone: ---
if main mariadb ahs skip-networking then it oberide the absence of the mention
in other mariadb section..
as result setting local networking to no fails for mariadb 105 and other
fix
- $OUT = ($localonly eq 'yes') ? "skip-networking" : "# networking is
enabled";
+ $OUT = ($localonly eq 'yes') ? "skip-networking" : "skip-networking=0\n#
networking is enabled";
--
You are receiving this mail because:
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/