summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-09-19 19:55:44 +0000
committerJustin Lecher <jlec@gentoo.org>2010-09-19 19:55:44 +0000
commit949f4a171602c078bb88ef355ecd8e760870a284 (patch)
treeedfe0531d3bb5117f723b9f84d086d18e64d35af /sys-fs/cachefilesd
parentia64/sh/sparc stable wrt #327777 (diff)
downloadgentoo-2-949f4a171602c078bb88ef355ecd8e760870a284.tar.gz
gentoo-2-949f4a171602c078bb88ef355ecd8e760870a284.tar.bz2
gentoo-2-949f4a171602c078bb88ef355ecd8e760870a284.zip
/var/cache/fscache
(Portage version: 2.2_rc84/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/cachefilesd')
-rw-r--r--sys-fs/cachefilesd/ChangeLog8
-rw-r--r--sys-fs/cachefilesd/cachefilesd-0.10.1-r1.ebuild (renamed from sys-fs/cachefilesd/cachefilesd-0.10.1.ebuild)8
2 files changed, 11 insertions, 5 deletions
diff --git a/sys-fs/cachefilesd/ChangeLog b/sys-fs/cachefilesd/ChangeLog
index 95b77e182999..7f2a288f97f7 100644
--- a/sys-fs/cachefilesd/ChangeLog
+++ b/sys-fs/cachefilesd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-fs/cachefilesd
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/cachefilesd/ChangeLog,v 1.1 2010/09/19 08:08:16 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/cachefilesd/ChangeLog,v 1.2 2010/09/19 19:55:43 jlec Exp $
+
+*cachefilesd-0.10.1-r1 (19 Sep 2010)
+
+ 19 Sep 2010; Justin Lecher <jlec@gentoo.org> -cachefilesd-0.10.1.ebuild,
+ +cachefilesd-0.10.1-r1.ebuild:
+ Use /var/cache/fscache everywhere, thanks alexxy for reporting
*cachefilesd-0.10.1 (19 Sep 2010)
diff --git a/sys-fs/cachefilesd/cachefilesd-0.10.1.ebuild b/sys-fs/cachefilesd/cachefilesd-0.10.1-r1.ebuild
index 06466a9daee7..72409f42d3fb 100644
--- a/sys-fs/cachefilesd/cachefilesd-0.10.1.ebuild
+++ b/sys-fs/cachefilesd/cachefilesd-0.10.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/cachefilesd/cachefilesd-0.10.1.ebuild,v 1.1 2010/09/19 08:08:16 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/cachefilesd/cachefilesd-0.10.1-r1.ebuild,v 1.1 2010/09/19 19:55:43 jlec Exp $
EAPI="2"
@@ -35,14 +35,14 @@ src_install() {
newconfd "${FILESDIR}"/cachefilesd.conf cachefilesd || die
newinitd "${FILESDIR}"/cachefilesd.init cachefilesd || die
- keepdir /var/cache/cachefilesd
+ keepdir /var/cache/fscache
}
pkg_postinst() {
- [[ -d /var/fscache ]] && return
+ [[ -d /var/cache/fscache ]] && return
elog "Before CacheFiles can be used, a directory for local storage"
elog "must be created. The default configuration of /etc/cachefilesd.conf"
- elog "uses /var/fscache. The filesystem mounted there must support"
+ elog "uses /var/cache/fscache. The filesystem mounted there must support"
elog "extended attributes (mount -o user_xattr)."
elog ""
elog "Once that is taken care of, start the daemon, add -o ...,fsc"