summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-10-14 14:16:40 +0200
committerBor Kraljič2011-10-14 14:16:40 +0200
commitac55045c758d154164ce545b760ae454ad47aea5 (patch)
treec93789ff6eb23f19fd1a4dc79b54d38c9fe9ee03
parent71333180bbb9b00eab723a0421f9dcf3b49e731d (diff)
openmosix-tools: fixed long description wrap (scripted)
-rwxr-xr-xcluster/openmosix-tools/DETAILS12
-rw-r--r--cluster/openmosix-tools/HISTORY3
2 files changed, 11 insertions, 4 deletions
diff --git a/cluster/openmosix-tools/DETAILS b/cluster/openmosix-tools/DETAILS
index 359392c2ca..4c4758e9d8 100755
--- a/cluster/openmosix-tools/DETAILS
+++ b/cluster/openmosix-tools/DETAILS
@@ -11,12 +11,16 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="cluster"
SHORT="Userland tools for the openMosix clustering system"
cat << EOF
-openMosix is a Linux kernel extension for single-system image clustering. Taking n PC boxes,
-openMosix gives users and applications the illusion of one single computer with n CPUs.
+openMosix is a Linux kernel extension for single-system image
+clustering. Taking n PC boxes,
+openMosix gives users and applications the illusion of one single computer
+with n CPUs.
openMosix is perfectly scalable and adaptive.
-This spell will enable openMosix on this machine. Cast it on every other machine in the cluster.
+This spell will enable openMosix on this machine. Cast it on every other
+machine in the cluster.
-This spell requires the openMosix kernel patch to be applied, and for each kernel to be built
+This spell requires the openMosix kernel patch to be applied, and for each
+kernel to be built
with the same openMosix configuration.
EOF
diff --git a/cluster/openmosix-tools/HISTORY b/cluster/openmosix-tools/HISTORY
index 876cb0ca73..8a37544ae0 100644
--- a/cluster/openmosix-tools/HISTORY
+++ b/cluster/openmosix-tools/HISTORY
@@ -1,3 +1,6 @@
+2011-10-14 Bor Kraljič <pyrobor@ver.si>
+ * DETAILS: fixed long description wrap (scripted)
+
2009-05-02 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
* init.d/openmosix: made it non-sh, bug #13702