summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2011-12-11 08:22:35 +0000
committerThomas Kahle <tomka@gentoo.org>2011-12-11 08:22:35 +0000
commit1d90d4a1330e995f4d49183936afb7f007148279 (patch)
treeee539b2d88d0c3d5587e9e5dd737465a4ce5928e /net-misc/wicd
parentVersion bump. (diff)
downloadgentoo-2-1d90d4a1330e995f4d49183936afb7f007148279.tar.gz
gentoo-2-1d90d4a1330e995f4d49183936afb7f007148279.tar.bz2
gentoo-2-1d90d4a1330e995f4d49183936afb7f007148279.zip
Add warning about potential loss of saved passwords
(Portage version: 2.1.10.39/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/wicd')
-rw-r--r--net-misc/wicd/ChangeLog5
-rw-r--r--net-misc/wicd/wicd-1.7.1_pre20111210.ebuild6
2 files changed, 9 insertions, 2 deletions
diff --git a/net-misc/wicd/ChangeLog b/net-misc/wicd/ChangeLog
index 2322837b92fa..e1388f8eb965 100644
--- a/net-misc/wicd/ChangeLog
+++ b/net-misc/wicd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/wicd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.100 2011/12/10 17:34:01 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.101 2011/12/11 08:22:35 tomka Exp $
+
+ 11 Dec 2011; Thomas Kahle <tomka@gentoo.org> wicd-1.7.1_pre20111210.ebuild:
+ Add warning about potential loss of saved passwords
*wicd-1.7.1_pre20111210 (10 Dec 2011)
diff --git a/net-misc/wicd/wicd-1.7.1_pre20111210.ebuild b/net-misc/wicd/wicd-1.7.1_pre20111210.ebuild
index 900e6523e28d..67036c4108de 100644
--- a/net-misc/wicd/wicd-1.7.1_pre20111210.ebuild
+++ b/net-misc/wicd/wicd-1.7.1_pre20111210.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_pre20111210.ebuild,v 1.1 2011/12/10 17:34:01 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_pre20111210.ebuild,v 1.2 2011/12/11 08:22:35 tomka Exp $
EAPI=3
@@ -111,4 +111,8 @@ pkg_postinst() {
ewarn "Wicd-1.6 and newer requires your user to be in the 'users' group. If"
ewarn "you are not in that group, then modify /etc/dbus-1/system.d/wicd.conf"
fi
+ ewarn "If you upgrade from 1.7.1-beta2, then saved passwords, ssids, ..."
+ ewarn "may vanish. In case you can't recover them otherwise, please"
+ ewarn "backup directories /var/lib/wicd/configurations and /etc/wicd"
+ ewarn "before restarting the wicd service."
}