23315a971a
Fix syntax error in rc.status.... I opted for 'patching the package' as gitorious is causing some odd issues.... fixes issues as posted by cartman: http://susepaste.org/view/raw/16573235 OBS-URL: https://build.opensuse.org/request/show/141378 OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=419
14 lines
451 B
Diff
14 lines
451 B
Diff
Index: aaa_base-12.3/files/etc/rc.status
|
|
===================================================================
|
|
--- aaa_base-12.3.orig/files/etc/rc.status
|
|
+++ aaa_base-12.3/files/etc/rc.status
|
|
@@ -59,7 +59,7 @@ if test -z "$SYSTEMD_NO_WRAP" && /bin/mo
|
|
*) unset _rc_base ;;
|
|
esac
|
|
if test -n "$_rc_base" -a -x /bin/systemctl ; then
|
|
- exec /bin/systemctl $1 "${_rc_base}
|
|
+ exec /bin/systemctl $1 "${_rc_base}"
|
|
fi
|
|
unset _rc_base
|
|
fi
|