--- rpms/e-smith-lib/sme10/e-smith-lib-2.6.0-bz11177-signals.patch 2021/01/01 23:22:03 1.1 +++ rpms/e-smith-lib/sme10/e-smith-lib-2.6.0-bz11177-signals.patch 2021/01/01 23:28:42 1.2 @@ -12,7 +12,7 @@ diff -Nur e-smith-lib-2.6.0.old/root/etc + # bring the service up if it is enabled (and we're not stopping it or running it once, or using signal able to start it) + unshift(@actions,'start') if ($enabled && !grep { /^(down|stop|d|once|o|start|restart|reload-or-restart)$/ } @actions) ; + # stop the service if it is disabled -+ @actions = ('stop'); ++ @actions = ('stop') unless $enabled; foreach (@actions) { warn "adjusting non-supervised $service ($_)\n";