Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/tsm/
Date: Wed, 26 Dec 2018 19:09:59
Message-Id: 1545851381.af2b90d8519f3da5e50d4cc653df98f90114e7d7.dilfridge@gentoo
1 commit: af2b90d8519f3da5e50d4cc653df98f90114e7d7
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 26 19:09:15 2018 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 26 19:09:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af2b90d8
7
8 app-backup/tsm: dsmtca does not exist anymore
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 app-backup/tsm/tsm-7.1.8.0.ebuild | 13 ++++++++-----
14 app-backup/tsm/tsm-8.1.6.0.ebuild | 13 ++++++++-----
15 2 files changed, 16 insertions(+), 10 deletions(-)
16
17 diff --git a/app-backup/tsm/tsm-7.1.8.0.ebuild b/app-backup/tsm/tsm-7.1.8.0.ebuild
18 index 82570635db3..015314a72dc 100644
19 --- a/app-backup/tsm/tsm-7.1.8.0.ebuild
20 +++ b/app-backup/tsm/tsm-7.1.8.0.ebuild
21 @@ -64,8 +64,14 @@ S="${WORKDIR}/bacli"
22 pkg_setup() {
23 enewgroup tsm
24 DOC_CONTENTS="
25 - Note that you have to be either root or member of the group tsm to
26 - be able to use the Tivoli Storage Manager client."
27 + Note that you have to be root to be able to use the Tivoli Storage Manager
28 + client. The dsmtca trusted agent binary does not exist anymore.
29 +
30 + For information on how to give other users access, please see the following
31 + URLs:
32 + https://www.ibm.com/support/knowledgecenter/SSGSG7_7.1.8/client/c_cfg_nonadmin.html#c_macuninst_nonadmin
33 + https://www.ibm.com/support/knowledgecenter/SSGSG7_7.1.8/client/c_secure_pwd.html#c_secure_pwd__sec_no_tca
34 + "
35 }
36
37 src_unpack() {
38 @@ -162,9 +168,6 @@ src_install(){
39 dosym "../..${target}" "${i#${D}}"
40 done
41
42 - fowners :tsm /opt/tivoli/tsm/client/ba/bin/dsmtca
43 - fperms 4710 /opt/tivoli/tsm/client/ba/bin/dsmtca
44 -
45 keepdir /var/log/tsm
46 insinto /etc/logrotate.d
47 newins "${FILESDIR}/tsm.logrotate" tsm
48
49 diff --git a/app-backup/tsm/tsm-8.1.6.0.ebuild b/app-backup/tsm/tsm-8.1.6.0.ebuild
50 index 82570635db3..015314a72dc 100644
51 --- a/app-backup/tsm/tsm-8.1.6.0.ebuild
52 +++ b/app-backup/tsm/tsm-8.1.6.0.ebuild
53 @@ -64,8 +64,14 @@ S="${WORKDIR}/bacli"
54 pkg_setup() {
55 enewgroup tsm
56 DOC_CONTENTS="
57 - Note that you have to be either root or member of the group tsm to
58 - be able to use the Tivoli Storage Manager client."
59 + Note that you have to be root to be able to use the Tivoli Storage Manager
60 + client. The dsmtca trusted agent binary does not exist anymore.
61 +
62 + For information on how to give other users access, please see the following
63 + URLs:
64 + https://www.ibm.com/support/knowledgecenter/SSGSG7_7.1.8/client/c_cfg_nonadmin.html#c_macuninst_nonadmin
65 + https://www.ibm.com/support/knowledgecenter/SSGSG7_7.1.8/client/c_secure_pwd.html#c_secure_pwd__sec_no_tca
66 + "
67 }
68
69 src_unpack() {
70 @@ -162,9 +168,6 @@ src_install(){
71 dosym "../..${target}" "${i#${D}}"
72 done
73
74 - fowners :tsm /opt/tivoli/tsm/client/ba/bin/dsmtca
75 - fperms 4710 /opt/tivoli/tsm/client/ba/bin/dsmtca
76 -
77 keepdir /var/log/tsm
78 insinto /etc/logrotate.d
79 newins "${FILESDIR}/tsm.logrotate" tsm