summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWout Mertens <wmertens@gentoo.org>2003-03-18 10:44:41 +0000
committerWout Mertens <wmertens@gentoo.org>2003-03-18 10:44:41 +0000
commitdb3424a4720c97ae855aec164e12f86540b636ee (patch)
treee838f797890e9ca2a4f643174b7da5475261329b /sys-apps/lufs
parentVersion bump (diff)
downloadgentoo-2-db3424a4720c97ae855aec164e12f86540b636ee.tar.gz
gentoo-2-db3424a4720c97ae855aec164e12f86540b636ee.tar.bz2
gentoo-2-db3424a4720c97ae855aec164e12f86540b636ee.zip
typo fix
Diffstat (limited to 'sys-apps/lufs')
-rw-r--r--sys-apps/lufs/ChangeLog6
-rw-r--r--sys-apps/lufs/lufs-0.9.3.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/lufs/ChangeLog b/sys-apps/lufs/ChangeLog
index a436b94552d4..731a45ad6b02 100644
--- a/sys-apps/lufs/ChangeLog
+++ b/sys-apps/lufs/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sys-apps/lufs
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lufs/ChangeLog,v 1.6 2003/02/12 22:33:06 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/lufs/ChangeLog,v 1.7 2003/03/18 10:44:41 wmertens Exp $
+ 18 Mar 2003; Wout Mertens <wmertens@gentoo.org> lufs-0.9.3.ebuild
+ Fixed typo in install, -init was missing from the init script. Didn't
+ bump revision since the people that have it running probably
+ figured that out by themselves.
*lufs-0.9.31 (12 Feb 2003)
diff --git a/sys-apps/lufs/lufs-0.9.3.ebuild b/sys-apps/lufs/lufs-0.9.3.ebuild
index 03172357dff3..02fc268bc231 100644
--- a/sys-apps/lufs/lufs-0.9.3.ebuild
+++ b/sys-apps/lufs/lufs-0.9.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lufs/lufs-0.9.3.ebuild,v 1.2 2003/02/13 16:03:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/lufs/lufs-0.9.3.ebuild,v 1.3 2003/03/18 10:44:41 wmertens Exp $
S="${WORKDIR}/${P}"
DESCRIPTION="User-mode filesystem implementation"
@@ -31,7 +31,7 @@ src_unpack() {
src_install () {
exeinto /etc/init.d
- newexe ${FILESDIR}/${P} lufs
+ newexe ${FILESDIR}/${P}-init lufs
dodoc AUTHORS COPYING ChangeLog Contributors INSTALL \
NEWS README THANKS TODO