summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2008-11-27 14:25:25 +0000
committerWolfram Schlich <wschlich@gentoo.org>2008-11-27 14:25:25 +0000
commit5511a4a496fc00cda06b4fb08c2032a00333ac64 (patch)
tree452fb0badfdeb2910809585117e49547e45bee71 /sys-block/spindown/spindown-0.2.2.ebuild
parentVersion bump. (diff)
downloadhistorical-5511a4a496fc00cda06b4fb08c2032a00333ac64.tar.gz
historical-5511a4a496fc00cda06b4fb08c2032a00333ac64.tar.bz2
historical-5511a4a496fc00cda06b4fb08c2032a00333ac64.zip
fix typo
Package-Manager: portage-2.2_rc13/cvs/Linux 2.6.24-gentoo-r5-1 i686
Diffstat (limited to 'sys-block/spindown/spindown-0.2.2.ebuild')
-rw-r--r--sys-block/spindown/spindown-0.2.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/spindown/spindown-0.2.2.ebuild b/sys-block/spindown/spindown-0.2.2.ebuild
index 687860672887..27b9de55bc44 100644
--- a/sys-block/spindown/spindown-0.2.2.ebuild
+++ b/sys-block/spindown/spindown-0.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/spindown/spindown-0.2.2.ebuild,v 1.1 2008/11/21 18:20:42 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/spindown/spindown-0.2.2.ebuild,v 1.2 2008/11/27 14:25:25 wschlich Exp $
inherit eutils
@@ -42,5 +42,5 @@ pkg_postinst() {
elog
elog "To start spindownd by default"
elog "you should add it to the default runlevel:"
- elog " rc-update add spindown default"
+ elog " rc-update add spindownd default"
}