summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-08-31 15:32:18 +0000
committerAnthony G. Basile <blueness@gentoo.org>2014-08-31 15:32:18 +0000
commitdc016bd642feab02e7dda2acc94ec1e221bce60f (patch)
treef0e0ffe1c8b185857b17b6d8635f2bfa7d276f72 /app-backup/spideroak-bin
parentVersion bump (diff)
downloadgentoo-2-dc016bd642feab02e7dda2acc94ec1e221bce60f.tar.gz
gentoo-2-dc016bd642feab02e7dda2acc94ec1e221bce60f.tar.bz2
gentoo-2-dc016bd642feab02e7dda2acc94ec1e221bce60f.zip
Update postinst message, bug #521728
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'app-backup/spideroak-bin')
-rw-r--r--app-backup/spideroak-bin/ChangeLog6
-rw-r--r--app-backup/spideroak-bin/spideroak-bin-5.1.8.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-backup/spideroak-bin/ChangeLog b/app-backup/spideroak-bin/ChangeLog
index 38c484fee3c1..434c6381500d 100644
--- a/app-backup/spideroak-bin/ChangeLog
+++ b/app-backup/spideroak-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-backup/spideroak-bin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/spideroak-bin/ChangeLog,v 1.45 2014/08/31 15:29:51 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/spideroak-bin/ChangeLog,v 1.46 2014/08/31 15:32:18 blueness Exp $
+
+ 31 Aug 2014; Anthony G. Basile <blueness@gentoo.org>
+ spideroak-bin-5.1.8.ebuild:
+ Update postinst message, bug #521728
*spideroak-bin-5.1.8 (31 Aug 2014)
diff --git a/app-backup/spideroak-bin/spideroak-bin-5.1.8.ebuild b/app-backup/spideroak-bin/spideroak-bin-5.1.8.ebuild
index e8b1d991d7c7..dc6fc90544d2 100644
--- a/app-backup/spideroak-bin/spideroak-bin-5.1.8.ebuild
+++ b/app-backup/spideroak-bin/spideroak-bin-5.1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/spideroak-bin/spideroak-bin-5.1.8.ebuild,v 1.1 2014/08/31 15:29:51 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/spideroak-bin/spideroak-bin-5.1.8.ebuild,v 1.2 2014/08/31 15:32:18 blueness Exp $
EAPI="5"
@@ -90,7 +90,7 @@ src_install() {
pkg_postinst() {
if use headless; then
einfo "For instructions on running SpiderOak without a GUI, please read the FAQ:"
- einfo " https://spideroak.com/faq/questions/62/how_do_i_install_spideroak_on_a_headless_linux_server/"
+ einfo " https://spideroak.com/faq/questions/31/how_do_i_install_spideroak_on_a_headless_linux_server/"
einfo " https://spideroak.com/faq/questions/67/how_can_i_use_spideroak_from_the_commandline/"
fi
}