diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2017-04-19 18:12:46 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-22 01:45:48 +0200 |
commit | e18b37127697426aa02c3e947a7c67ec92dafa88 (patch) | |
tree | d71716735025d2be0db6d804d7097095fa54c526 /testing/pass | |
parent | 6ff0c2d5d7852501d07fc15ca9baf8f613a04893 (diff) | |
download | aports-e18b37127697426aa02c3e947a7c67ec92dafa88.tar.bz2 aports-e18b37127697426aa02c3e947a7c67ec92dafa88.tar.xz |
testing/pass: update README.alpine
Diffstat (limited to 'testing/pass')
-rw-r--r-- | testing/pass/APKBUILD | 4 | ||||
-rw-r--r-- | testing/pass/README.alpine | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/testing/pass/APKBUILD b/testing/pass/APKBUILD index b353aca321..8e55e6caf9 100644 --- a/testing/pass/APKBUILD +++ b/testing/pass/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Johannes Matheis <jomat+alpinebuild@jmt.gr> pkgname=pass pkgver=1.7.1 -pkgrel=0 +pkgrel=1 pkgdesc="Stores, retrieves, generates, and synchronizes passwords securely" url="http://zx2c4.com/projects/password-store/" arch="noarch" @@ -69,4 +69,4 @@ zshcomp() { } sha512sums="2ba2ebc80c90454bbab1da3c43c2cfc87135f838f381e2616eef7c36b0c1de01e491cf587a666bb052d6dfd475fa429bc8fd82b0269325bd2b70afbb897b923e password-store-1.7.1.tar.xz -f3122c1b3d31d54427073ffcf15a42d5f0a3d19c61d32673f8bbf35642a790ef89a4db4c2a2708443b8a93e567dfa1259987ad16a33179418db64e3ce9beb3bb README.alpine" +eca180d02af608b18a2b6d4b0eaa685c9b1bb8d2ccde921fb27cc12d6d4c31551c6b69fc2ddd2baaa840630ba3c8c0c44ee40b612e8dc004c2b90aafd299a4fa README.alpine" diff --git a/testing/pass/README.alpine b/testing/pass/README.alpine index dc5f9d05eb..fffbb1bbf9 100644 --- a/testing/pass/README.alpine +++ b/testing/pass/README.alpine @@ -26,3 +26,8 @@ host xxxxxxx chown user:user $file ln -s $file /root/.Xauthority +(6) In the REMOTE ROOT ~/.profile add: + + # fix tty ownership for pinentry after su - + chown root $(tty) + export GPG_TTY=$(tty) |