summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Grant (dgrant) <davidgrant@gmail.com>2006-09-28 04:11:06 +0000
committerDavid Grant (dgrant) <davidgrant@gmail.com>2006-09-28 04:11:06 +0000
commitd034da0225f31747edcdf0c3ebc1d3008f55a5cf (patch)
tree04604ac8dbeeeccc5101a08f6037ddb5bdca9d5e /net-mail/gmail-notify/gmail-notify-1.6.1.ebuild
parentnet-misc/blocksshd: Aesthetic changes. (diff)
downloadsunrise-d034da0225f31747edcdf0c3ebc1d3008f55a5cf.tar.gz
sunrise-d034da0225f31747edcdf0c3ebc1d3008f55a5cf.tar.bz2
sunrise-d034da0225f31747edcdf0c3ebc1d3008f55a5cf.zip
net-mail/gmail-notify: Added a patch to make gmail-notify put 660 permissions on the ~/.notifier.conf file, so that the plaintext gmail password stored there isn't available for all the world to see
svn path=/sunrise/; revision=1359
Diffstat (limited to 'net-mail/gmail-notify/gmail-notify-1.6.1.ebuild')
-rw-r--r--net-mail/gmail-notify/gmail-notify-1.6.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mail/gmail-notify/gmail-notify-1.6.1.ebuild b/net-mail/gmail-notify/gmail-notify-1.6.1.ebuild
index bcb4acd0b..1e676e026 100644
--- a/net-mail/gmail-notify/gmail-notify-1.6.1.ebuild
+++ b/net-mail/gmail-notify/gmail-notify-1.6.1.ebuild
@@ -23,6 +23,7 @@ S=${WORKDIR}/${PN}
src_unpack() {
python_version
unpack ${A}
+ epatch "${FILESDIR}/${PN}-conf-perms.patch"
epatch "${FILESDIR}/${PN}-trayicon.patch"
epatch "${FILESDIR}/${PN}-ubuntu-patches.patch"
cd ${S}
@@ -49,8 +50,6 @@ pkg_postinst() {
elog ""
elog "Warning: if you check the 'save username and password' option"
elog "your password will be stored in plaintext in ~/.notifier.conf"
- elog "with world-readable permissions. If this concerns you, do not"
- elog "check the 'save username and password' option."
}
pkg_postrm() {