From ff2044f3ce53f7c2bb7b34588adad0490bd3a808 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 2 Nov 2019 17:39:21 -0500 Subject: hscript: Hostname::execute: dns_domain_lo is a variable --- hscript/meta.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hscript/meta.cc b/hscript/meta.cc index 1124988..4cb25bb 100644 --- a/hscript/meta.cc +++ b/hscript/meta.cc @@ -154,7 +154,7 @@ bool Hostname::execute(ScriptOptions opts) const { "writing"); return false; } - net_conf_f << "dns_domain_lo\"" << domain << "\"" << std::endl; + net_conf_f << "dns_domain_lo=\"" << domain << "\"" << std::endl; } #endif /* HAS_INSTALL_ENV */ } -- cgit v1.2.3-60-g2f50