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
This commit is contained in:
Stephan Kulow 2013-07-06 17:16:15 +00:00 committed by Git OBS Bridge
parent 0fb0aa6916
commit 61becab246
4 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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