diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-09-20 08:45:22 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-09-20 08:45:22 +0000 |
commit | aa6d91a34732e0f325909a35df73ae81f1132810 (patch) | |
tree | 8234c53fbc4f1808cf0be15519d5f4dee33fd809 | |
parent | Stable on amd64 wrt bug #337139 (diff) | |
download | gentoo-2-aa6d91a34732e0f325909a35df73ae81f1132810.tar.gz gentoo-2-aa6d91a34732e0f325909a35df73ae81f1132810.tar.bz2 gentoo-2-aa6d91a34732e0f325909a35df73ae81f1132810.zip |
Corrected typo in init script, 338124
(Portage version: 2.2_rc84/cvs/Linux x86_64)
-rw-r--r-- | sys-fs/cachefilesd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/cachefilesd/files/cachefilesd.init | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-fs/cachefilesd/ChangeLog b/sys-fs/cachefilesd/ChangeLog index 7f2a288f97f7..512197754109 100644 --- a/sys-fs/cachefilesd/ChangeLog +++ b/sys-fs/cachefilesd/ChangeLog @@ -1,6 +1,9 @@ # 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.2 2010/09/19 19:55:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cachefilesd/ChangeLog,v 1.3 2010/09/20 08:45:22 jlec Exp $ + + 20 Sep 2010; Justin Lecher <jlec@gentoo.org> files/cachefilesd.init: + Corrected typo in init script, 338124 *cachefilesd-0.10.1-r1 (19 Sep 2010) diff --git a/sys-fs/cachefilesd/files/cachefilesd.init b/sys-fs/cachefilesd/files/cachefilesd.init index 6c934b06d029..9b7afb0eea90 100644 --- a/sys-fs/cachefilesd/files/cachefilesd.init +++ b/sys-fs/cachefilesd/files/cachefilesd.init @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cachefilesd/files/cachefilesd.init,v 1.1 2010/09/19 08:08:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cachefilesd/files/cachefilesd.init,v 1.2 2010/09/20 08:45:22 jlec Exp $ depend() { need localmount @@ -34,8 +34,8 @@ start() { ret=$? if [ $ret -ne 0 ] ; then eerror "cachefiles modules cannot be loaded so cachefilesd " - error "cannot be started, aborting. Did you build fscache in your " - error "kernel? Note that you need a 2.6.30 or better kernel" + eerror "cannot be started, aborting. Did you build fscache in your " + eerror "kernel? Note that you need a 2.6.30 or better kernel" return $ret fi fi |