diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-10-28 12:40:08 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-10-28 12:40:08 +0000 |
commit | 906af3d7a9c08a4d0f7ce9da09172956bf0778a6 (patch) | |
tree | f517a2f2b96a4381d0d8c02afe331e3f1f11fb0d /sys-cluster/xmlsysd | |
parent | Use emerge --config instead of ebuild config. (diff) | |
download | gentoo-2-906af3d7a9c08a4d0f7ce9da09172956bf0778a6.tar.gz gentoo-2-906af3d7a9c08a4d0f7ce9da09172956bf0778a6.tar.bz2 gentoo-2-906af3d7a9c08a4d0f7ce9da09172956bf0778a6.zip |
Use emerge --config instead of ebuild config.
(Portage version: 2.1.2_rc1)
Diffstat (limited to 'sys-cluster/xmlsysd')
-rw-r--r-- | sys-cluster/xmlsysd/ChangeLog | 7 | ||||
-rw-r--r-- | sys-cluster/xmlsysd/xmlsysd-0.1.5.ebuild | 12 |
2 files changed, 10 insertions, 9 deletions
diff --git a/sys-cluster/xmlsysd/ChangeLog b/sys-cluster/xmlsysd/ChangeLog index 932f053a92a2..1bef0726de0b 100644 --- a/sys-cluster/xmlsysd/ChangeLog +++ b/sys-cluster/xmlsysd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/xmlsysd -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/xmlsysd/ChangeLog,v 1.4 2004/10/18 12:31:30 dholm Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/xmlsysd/ChangeLog,v 1.5 2006/10/28 12:40:08 swegener Exp $ + + 28 Oct 2006; Sven Wegener <swegener@gentoo.org> xmlsysd-0.1.5.ebuild: + Use emerge --config instead of ebuild config. 18 Oct 2004; David Holm <dholm@gentoo.org> xmlsysd-0.1.5.ebuild: Added to ~ppc. diff --git a/sys-cluster/xmlsysd/xmlsysd-0.1.5.ebuild b/sys-cluster/xmlsysd/xmlsysd-0.1.5.ebuild index aabc4c6e0b81..8bfcc6228983 100644 --- a/sys-cluster/xmlsysd/xmlsysd-0.1.5.ebuild +++ b/sys-cluster/xmlsysd/xmlsysd-0.1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/xmlsysd/xmlsysd-0.1.5.ebuild,v 1.5 2004/10/18 12:31:30 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/xmlsysd/xmlsysd-0.1.5.ebuild,v 1.6 2006/10/28 12:40:08 swegener Exp $ DESCRIPTION="A beowulf monitor daemon." SRC_URI="http://www.phy.duke.edu/~rgb/Beowulf/xmlsysd/${PN}.tgz" @@ -25,7 +25,6 @@ src_compile() { } src_install() { - into /usr dosbin xmlsysd doman xmlsysd.8 @@ -37,15 +36,14 @@ src_install() { pkg_postinst() { einfo "If you havent done so already please execute the following command" - einfo "\"ebuild /var/db/pkg/sys-cluster/${PF}/${PF}.ebuild config\"" + einfo "\"emerge --config =${CATEGORY}/${PF}\"" einfo "to add xmlsysd to /etc/services." - einfo "" + einfo einfo "Be sure to edit /etc/xinetd.d/xmylsysd to suit your own options." - einfo "" + einfo } pkg_config() { echo "xmlsysd 7887/tcp # xmlsysd remote system stats" >> /etc/services einfo "Added xmlsysd to /etc/services" } - |