Skip to content

Commit

Permalink
Fixes #14471: ncf_services does not work on slackware
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdall committed Mar 14, 2019
1 parent dda08f2 commit 72a40ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tree/20_cfe_basics/ncf_lib.cf
Original file line number Diff line number Diff line change
Expand Up @@ -1251,10 +1251,10 @@ bundle agent ncf_services(service, action)
#####
# Actual command - for actions on non-windows systems, non using systemd, non-slackware
#####
pass2.is_check_action.!windows.!is_process_action.method_found.action_ok.!slackware::
pass2.is_check_action.!windows.!is_process_action.method_found.action_ok::
"force_success_class" usebundle => _classes_success("${class_prefix}");

pass2.is_check_action.!windows.!is_process_action.method_found.!action_ok.!slackware::
pass2.is_check_action.!windows.!is_process_action.method_found.!action_ok::
"force_failure_class" usebundle => _classes_failure("${class_prefix}");

# Method not found
Expand Down

0 comments on commit 72a40ab

Please sign in to comment.