diff options
Diffstat (limited to 'net-misc/wicd/wicd-1.7.1_pre20111210.ebuild')
-rw-r--r-- | net-misc/wicd/wicd-1.7.1_pre20111210.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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." } |