summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2005-07-31 15:15:22 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2005-07-31 15:15:22 +0000
commitba2a0afe7417b9e74229b18801a4945a7f7d41c2 (patch)
tree0fd564302e8d4e01f0f9a80a549de9061f20d941 /app-admin
parentAdded postinst message for module loading to longrun (diff)
downloadbetelgeuse-ba2a0afe7417b9e74229b18801a4945a7f7d41c2.tar.gz
betelgeuse-ba2a0afe7417b9e74229b18801a4945a7f7d41c2.tar.bz2
betelgeuse-ba2a0afe7417b9e74229b18801a4945a7f7d41c2.zip
Fixed messages of longrun
svn path=/; revision=28
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/longrun/Manifest2
-rw-r--r--app-admin/longrun/longrun-0.9-r2.ebuild14
2 files changed, 8 insertions, 8 deletions
diff --git a/app-admin/longrun/Manifest b/app-admin/longrun/Manifest
index a0b86db..dec1068 100644
--- a/app-admin/longrun/Manifest
+++ b/app-admin/longrun/Manifest
@@ -1,6 +1,6 @@
MD5 31740951e89e53a2dea591f5b76b5f0f longrun-0.9-r1.ebuild 748
MD5 f5afad4c7a372fcc3841c5c09c9f7fb0 ChangeLog 1302
-MD5 5b7432755f409dbb8dd01089befd17ad longrun-0.9-r2.ebuild 1674
+MD5 049b66e37fbef761810516ba08c953ec longrun-0.9-r2.ebuild 1635
MD5 4640003b4dedb812a8508d76bb1fb548 metadata.xml 414
MD5 04159b8a163c87979fbe52e9fef78f21 files/digest-longrun-0.9-r1 63
MD5 b924563938144473dbfc5be5e8f8f025 files/longrun-0.9-r1-debian-gcc-3.diff 32094
diff --git a/app-admin/longrun/longrun-0.9-r2.ebuild b/app-admin/longrun/longrun-0.9-r2.ebuild
index 5458cb7..100628e 100644
--- a/app-admin/longrun/longrun-0.9-r2.ebuild
+++ b/app-admin/longrun/longrun-0.9-r2.ebuild
@@ -22,14 +22,14 @@ S=${WORKDIR}/${PN}
CONFIG_CHECK="X86_MSR X86_CPUID"
ERROR_X86_MSR="
-Longrun needs a MSR device to function. Please check that you
-have MSR selected under Processor type and features. It can be
-build directly into the kernel or as a module.
+Longrun needs a MSR device to function. Please select
+MSR under Processor type and features. It can be build
+directly into the kernel or as a module.
"
ERROR_X86_CPUID="
-Longrun needs a CPUID device to function. Please check that you
-have CPUID selected under Processor type and features. It can be
+Longrun needs a CPUID device to function. Please select
+CPUID under Processor type and features. It can be
build directly into the kernel or as a module.
"
@@ -51,14 +51,14 @@ src_install() {
pkg_postinst() {
if linux_chkconfig_module X86_MSR; then
- einfo "You have compile MSR as a module."
+ einfo "You have compiled MSR as a module."
einfo "You need to load it before using Longrun."
einfo "The module is called msr."
einfo
fi
if linux_chkconfig_module X86_CPUID; then
- einfo "You have compile CPUID as a module."
+ einfo "You have compiled CPUID as a module."
einfo "You need to load it before using Longrun."
einfo "The module is called cpuid."
fi