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