From 61becab24658c9ecf736feacd79a504964e4e260aadf3ec9dd2e66e2d946e660 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 6 Jul 2013 17:16:15 +0000 Subject: [PATCH] Accepting request 182351 from devel:languages:python - Updated init files, rc_status instead of rc status. OBS-URL: https://build.opensuse.org/request/show/182351 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/salt?expand=0&rev=7 --- salt-master | 2 +- salt-minion | 2 +- salt-syndic | 2 +- salt.changes | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/salt-master b/salt-master index 0353454..00e0489 100644 --- a/salt-master +++ b/salt-master @@ -130,7 +130,7 @@ case "$1" in reload) echo "can't reload configuration, you have to restart it" if [ -f $SUSE_RELEASE ]; then - rc status -v + rc_status -v else RETVAL=$? fi diff --git a/salt-minion b/salt-minion index d315183..31978a2 100644 --- a/salt-minion +++ b/salt-minion @@ -134,7 +134,7 @@ case "$1" in reload) echo "can't reload configuration, you have to restart it" if [ -f $SUSE_RELEASE ]; then - rc status -v + rc_status -v else RETVAL=$? fi diff --git a/salt-syndic b/salt-syndic index e88d07c..2e6db06 100644 --- a/salt-syndic +++ b/salt-syndic @@ -126,7 +126,7 @@ case "$1" in reload) echo "can't reload configuration, you have to restart it" if [ -f $SUSE_RELEASE ]; then - rc status -v + rc_status -v else RETVAL=$? fi diff --git a/salt.changes b/salt.changes index 2bef8ec..eceac9f 100644 --- a/salt.changes +++ b/salt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 5 21:25:21 UTC 2013 - aboe76@gmail.com + +- Updated init files, rc_status instead of rc status. + ------------------------------------------------------------------- Tue Jul 2 04:55:21 UTC 2013 - aboe76@gmail.com