summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2007-12-02 18:28:55 +0000
committerTiziano Müller <dev-zero@gentoo.org>2007-12-02 18:28:55 +0000
commit5510008e56adaafe9f94122105c678491f966c05 (patch)
tree89ad282c0872b50d44af628e1218cd823b43974f /net-fs
parentmake activation of dbus support possible (diff)
downloadgentoo-2-5510008e56adaafe9f94122105c678491f966c05.tar.gz
gentoo-2-5510008e56adaafe9f94122105c678491f966c05.tar.bz2
gentoo-2-5510008e56adaafe9f94122105c678491f966c05.zip
Added note to restart clients
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/samba/ChangeLog5
-rw-r--r--net-fs/samba/samba-3.0.27a.ebuild6
2 files changed, 9 insertions, 2 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog
index 26c525ff1d68..c42adfa4b0f9 100644
--- a/net-fs/samba/ChangeLog
+++ b/net-fs/samba/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-fs/samba
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.324 2007/11/24 05:57:05 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.325 2007/12/02 18:28:55 dev-zero Exp $
+
+ 02 Dec 2007; Tiziano Müller <dev-zero@gentoo.org> samba-3.0.27a.ebuild:
+ Added note to restart clients
24 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> samba-3.0.27a.ebuild:
Stable on amd64 wrt bug #197519.
diff --git a/net-fs/samba/samba-3.0.27a.ebuild b/net-fs/samba/samba-3.0.27a.ebuild
index 21c24cffcd69..708064ede61c 100644
--- a/net-fs/samba/samba-3.0.27a.ebuild
+++ b/net-fs/samba/samba-3.0.27a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.27a.ebuild,v 1.7 2007/11/24 05:57:05 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.27a.ebuild,v 1.8 2007/12/02 18:28:55 dev-zero Exp $
inherit eutils pam python multilib versionator confutils
@@ -298,6 +298,10 @@ pkg_postinst() {
elog "The mount/umount.cifs helper applications are not included anymore."
elog "Please install net-fs/mount-cifs instead."
+
+ ewarn "If you're upgrading from 3.0.24 or earlier, please make sure to"
+ ewarn "restart your clients to clear any cached information about the server."
+ ewarn "Otherwise they might not be able to connect to the volumes."
}
pkg_postrm() {