diff options
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/tsm/tsm-7.1.8.0.ebuild | 13 | ||||
-rw-r--r-- | app-backup/tsm/tsm-8.1.6.0.ebuild | 13 |
2 files changed, 16 insertions, 10 deletions
diff --git a/app-backup/tsm/tsm-7.1.8.0.ebuild b/app-backup/tsm/tsm-7.1.8.0.ebuild index 82570635db3a..015314a72dc6 100644 --- a/app-backup/tsm/tsm-7.1.8.0.ebuild +++ b/app-backup/tsm/tsm-7.1.8.0.ebuild @@ -64,8 +64,14 @@ S="${WORKDIR}/bacli" pkg_setup() { enewgroup tsm DOC_CONTENTS=" - Note that you have to be either root or member of the group tsm to - be able to use the Tivoli Storage Manager client." + Note that you have to be root to be able to use the Tivoli Storage Manager + client. The dsmtca trusted agent binary does not exist anymore. + + For information on how to give other users access, please see the following + URLs: + https://www.ibm.com/support/knowledgecenter/SSGSG7_7.1.8/client/c_cfg_nonadmin.html#c_macuninst_nonadmin + https://www.ibm.com/support/knowledgecenter/SSGSG7_7.1.8/client/c_secure_pwd.html#c_secure_pwd__sec_no_tca + " } src_unpack() { @@ -162,9 +168,6 @@ src_install(){ dosym "../..${target}" "${i#${D}}" done - fowners :tsm /opt/tivoli/tsm/client/ba/bin/dsmtca - fperms 4710 /opt/tivoli/tsm/client/ba/bin/dsmtca - keepdir /var/log/tsm insinto /etc/logrotate.d newins "${FILESDIR}/tsm.logrotate" tsm diff --git a/app-backup/tsm/tsm-8.1.6.0.ebuild b/app-backup/tsm/tsm-8.1.6.0.ebuild index 82570635db3a..015314a72dc6 100644 --- a/app-backup/tsm/tsm-8.1.6.0.ebuild +++ b/app-backup/tsm/tsm-8.1.6.0.ebuild @@ -64,8 +64,14 @@ S="${WORKDIR}/bacli" pkg_setup() { enewgroup tsm DOC_CONTENTS=" - Note that you have to be either root or member of the group tsm to - be able to use the Tivoli Storage Manager client." + Note that you have to be root to be able to use the Tivoli Storage Manager + client. The dsmtca trusted agent binary does not exist anymore. + + For information on how to give other users access, please see the following + URLs: + https://www.ibm.com/support/knowledgecenter/SSGSG7_7.1.8/client/c_cfg_nonadmin.html#c_macuninst_nonadmin + https://www.ibm.com/support/knowledgecenter/SSGSG7_7.1.8/client/c_secure_pwd.html#c_secure_pwd__sec_no_tca + " } src_unpack() { @@ -162,9 +168,6 @@ src_install(){ dosym "../..${target}" "${i#${D}}" done - fowners :tsm /opt/tivoli/tsm/client/ba/bin/dsmtca - fperms 4710 /opt/tivoli/tsm/client/ba/bin/dsmtca - keepdir /var/log/tsm insinto /etc/logrotate.d newins "${FILESDIR}/tsm.logrotate" tsm |