1
0
forked from pool/boinc-client

- Add argument passing from boinc-manager to boinc-gui [boo#1017705]

OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=52
This commit is contained in:
Jan Engelhardt 2017-01-02 10:32:30 +00:00 committed by Git OBS Bridge
parent cfe6153f4f
commit 9e2b13005a
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 2 10:31:59 UTC 2017 - jengelh@inai.de
- Add argument passing from boinc-manager to boinc-gui [boo#1017705]
-------------------------------------------------------------------
Tue Dec 27 21:18:12 UTC 2016 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package boinc-client
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 by Aaron Puchert <aaronpuchert@alice-dsl.net>
# Copyright (c) 2011 by Sascha Manns <saigkill@opensuse.org>
#

View File

@ -7,4 +7,4 @@ if ! test -f ~/gui_rpc_auth.cfg ; then
ln -s @boinc_dir@/gui_rpc_auth.cfg ~/.
fi
exec boinc-gui -d @boinc_dir@
exec boinc-gui -d @boinc_dir@ "$@"