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:
parent
0fb0aa6916
commit
61becab246
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user