diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2015-08-07 19:00:39 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2015-08-07 19:00:39 +0000 |
commit | fdc97fcd59469f0039a22f707e3667b1a397690d (patch) | |
tree | f61d0642fae6f3d7cabf6f61333f07805218c1ca /net-fs/cvmfs | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-fdc97fcd59469f0039a22f707e3667b1a397690d.tar.gz gentoo-2-fdc97fcd59469f0039a22f707e3667b1a397690d.tar.bz2 gentoo-2-fdc97fcd59469f0039a22f707e3667b1a397690d.zip |
updated user message on configuration
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'net-fs/cvmfs')
-rw-r--r-- | net-fs/cvmfs/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/cvmfs/cvmfs-2.1.20.0_p05.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-fs/cvmfs/ChangeLog b/net-fs/cvmfs/ChangeLog index 2cb95d89090e..00a72a771293 100644 --- a/net-fs/cvmfs/ChangeLog +++ b/net-fs/cvmfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/cvmfs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/cvmfs/ChangeLog,v 1.13 2015/08/04 16:18:46 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/cvmfs/ChangeLog,v 1.14 2015/08/07 19:00:39 bicatali Exp $ + + 07 Aug 2015; Sébastien Fabbro <bicatali@gentoo.org> cvmfs-2.1.20.0_p05.ebuild: + updated user message on configuration 04 Aug 2015; Sébastien Fabbro <bicatali@gentoo.org> files/cvmfs-2.1.20.0_p05-geoip-missing-cmake.patch: diff --git a/net-fs/cvmfs/cvmfs-2.1.20.0_p05.ebuild b/net-fs/cvmfs/cvmfs-2.1.20.0_p05.ebuild index 79e6f31ef5ce..2451a259fc5e 100644 --- a/net-fs/cvmfs/cvmfs-2.1.20.0_p05.ebuild +++ b/net-fs/cvmfs/cvmfs-2.1.20.0_p05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/cvmfs/cvmfs-2.1.20.0_p05.ebuild,v 1.1 2015/07/31 20:09:57 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/cvmfs/cvmfs-2.1.20.0_p05.ebuild,v 1.2 2015/08/07 19:00:39 bicatali Exp $ EAPI=5 @@ -109,7 +109,7 @@ pkg_config() { if use client; then einfo "Setting up CernVM-FS client" cvmfs_config setup - einfo "Now edit ${EROOT%/}/etc/cvmfs/default.local and run" - einfo " ${EROOT%/}/usr/init.d/autofs restart" + einfo "Now edit ${EROOT%/}/etc/cvmfs/default.local" + einfo "and restart the autofs service" fi } |