diff options
author | Michael Imhof <tantive@gentoo.org> | 2002-10-13 21:45:39 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2002-10-13 21:45:39 +0000 |
commit | 03e0cc3cea0bde3b3662470ae3c4b9b65343dbe4 (patch) | |
tree | 1596c6073a769a0640f111c2f4877a930366e1b0 /sys-apps | |
parent | changed dependencies (diff) | |
download | gentoo-2-03e0cc3cea0bde3b3662470ae3c4b9b65343dbe4.tar.gz gentoo-2-03e0cc3cea0bde3b3662470ae3c4b9b65343dbe4.tar.bz2 gentoo-2-03e0cc3cea0bde3b3662470ae3c4b9b65343dbe4.zip |
updated mosix.map
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/mosix-user/files/digest-mosix-user-1.5.2-r1 | 1 | ||||
-rw-r--r-- | sys-apps/mosix-user/files/mosix.map | 5 | ||||
-rw-r--r-- | sys-apps/mosix-user/mosix-user-1.5.2-r1.ebuild | 56 |
3 files changed, 5 insertions, 57 deletions
diff --git a/sys-apps/mosix-user/files/digest-mosix-user-1.5.2-r1 b/sys-apps/mosix-user/files/digest-mosix-user-1.5.2-r1 deleted file mode 100644 index 6b56534771c1..000000000000 --- a/sys-apps/mosix-user/files/digest-mosix-user-1.5.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8df7419287730e97dd46160ce4ab7c59 MOSIX-1.5.2.tar.gz 407550 diff --git a/sys-apps/mosix-user/files/mosix.map b/sys-apps/mosix-user/files/mosix.map index bc0f1a928d99..dcb5d0f31bbd 100644 --- a/sys-apps/mosix-user/files/mosix.map +++ b/sys-apps/mosix-user/files/mosix.map @@ -1,7 +1,12 @@ +# YOU WILL HAVE TO DELETE ALL LINES CONTAINING COMMENTS FROM THIS FILE! +# # col 1: node number # col 2: ip address of node # col 3: span (if you are specifying individual nodes on each line, should be 1) # All nodes in your cluster should have identical data in this file. +# +# YOU WILL HAVE TO DELETE ALL LINES CONTAINING COMMENTS FROM THIS FILE! + 1 192.168.1.1 1 2 192.168.1.2 1 diff --git a/sys-apps/mosix-user/mosix-user-1.5.2-r1.ebuild b/sys-apps/mosix-user/mosix-user-1.5.2-r1.ebuild deleted file mode 100644 index 426bf5a7b565..000000000000 --- a/sys-apps/mosix-user/mosix-user-1.5.2-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mosix-user/mosix-user-1.5.2-r1.ebuild,v 1.7 2002/10/04 06:27:49 vapier Exp $ - -S=${WORKDIR}/user -DESCRIPTION="User-land utilities for MOSIX process migration (clustering) software" -SRC_URI="http://www.mosix.cs.huji.ac.il/ftps/MOSIX-${PV}.tar.gz" -HOMEPAGE="http://www.mosix.org" -KEYWORDS="x86" -SLOT="0" -LICENSE="as-is" -DEPEND=">=sys-libs/ncurses-5.2" - -src_unpack() { - mkdir ${S}; cd ${S} - tar -xz --no-same-owner -f ${DISTDIR}/${A} MOSIX-${PV}/user.tar MOSIX-${PV}/manuals.tar - mv MOSIX-${PV}/*.tar . - rm -rf MOSIX-${PV} - tar -x --no-same-owner -f user.tar -C ${S} - tar -x --no-same-owner -f manuals.tar -C ${S} -} - -src_compile() { - cd ${S} - local x - for x in lib/moslib sbin/setpe sbin/tune bin/mosrun usr.bin/mon usr.bin/migrate usr.bin/mosctl - do - cd $x - make || die - cd ../.. - done -} - -src_install () { - cd ${S} - make ROOT=${D} PREFIX=${D}/usr install - dodir /usr/share - cd ${D}/usr - mv man share - exeinto /etc/init.d - newexe ${FILESDIR}/mosix.init mosix - insinto /etc - #stub mosix.map file - doins ${FILESDIR}/mosix.map - cd ${S} - doman man?/* -} - -pkg_postinst() { - echo - echo " To complete MOSIX installation, edit /etc/mosix.map and then type: - echo "# rc-update add mosix default - echo " ...to add MOSIX to the default runlevel. This particular version of" - echo " mosix-user has been designed to work with the 2.4.13 kernel." - echo -} |