From d2ad852ab4393862e9f27b2bc3bd7d382feb4c5a Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Tue, 31 Mar 2026 15:25:14 +0200 Subject: vyos-router: T8375: rename "system" to "activate" Clearly indicate during startup what happens. When we see "system" on the CLI, infact we ran the activation scripts, thus the rename. --- src/init/vyos-router | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/init') diff --git a/src/init/vyos-router b/src/init/vyos-router index 234f9b9b9..600892c93 100755 --- a/src/init/vyos-router +++ b/src/init/vyos-router @@ -194,10 +194,10 @@ migrate_bootfile () } # configure system-specific settings -system_config () +system_activate () { if [ -x $vyos_libexec_dir/run-config-activation.py ]; then - log_progress_msg system + log_progress_msg activate sg ${GROUP} -c "$vyos_libexec_dir/run-config-activation.py $BOOTFILE" fi } @@ -613,7 +613,7 @@ start () update_interface_config || overall_status=1 - disabled system_config || system_config || overall_status=1 + disabled system_activate || system_activate || overall_status=1 for s in ${subinit[@]} ; do if ! disabled $s; then -- cgit v1.2.3