From 0551b2302af5e7454ae403a796842bfd77ebe7bf Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 20 Oct 2023 23:18:58 -0500 Subject: hscript: Output dest runlevel in 'svcenable' log --- hscript/meta.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hscript/meta.cc b/hscript/meta.cc index a12b874..abf0792 100644 --- a/hscript/meta.cc +++ b/hscript/meta.cc @@ -656,7 +656,8 @@ bool SvcEnable::execute() const { "/etc/runlevels/" + _runlevel; const std::string target = target_rl + "/" + _svc; const std::string initd = "/etc/init.d/" + _svc; - output_info(pos, "svcenable: enabling service " + _svc); + output_info(pos, "svcenable: enabling service " + _svc + + " in runlevel '" + _runlevel + "'"); if(script->options().test(Simulate)) { std::cout << "mkdir -p " << target_rl << std::endl; -- cgit v1.2.3-60-g2f50