SHA256
3
0
forked from pool/aaa_base
aaa_base/aaa_base-syntax-error.patch
Ismail Dönmez 5da0f08749 Accepting request 141378 from home:dimstar:branches:Base:System
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
2012-11-15 09:35:19 +00:00

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