Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 52251 Details for
Bug 83481
util-vserver has new alpha release with bugfixes.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild.
util-vserver-0.30.204.ebuild (text/plain), 1.36 KB, created by
James Dio
on 2005-02-27 10:42:44 UTC
(
hide
)
Description:
Updated ebuild.
Filename:
MIME Type:
Creator:
James Dio
Created:
2005-02-27 10:42:44 UTC
Size:
1.36 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-cluster/util-vserver/util-vserver-0.30.196.ebuild,v 1.2 2005/02/10 18:19:56 hollow Exp $ > >inherit eutils > >DESCRIPTION="vserver admin utilities (alpha version)" >SRC_URI="http://www-user.tu-chemnitz.de/~ensc/util-vserver/alpha/${P}.tar.bz2" >HOMEPAGE="http://www-user.tu-chemnitz.de/~ensc/util-vserver/" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc" > >IUSE="" >DEPEND=">=dev-libs/dietlibc-0.24 > sys-apps/iproute2 > net-misc/vconfig" > >src_compile() { > local myconf="--localstatedir=/var --with-initrddir=/etc/init.d" > > econf ${myconf} || die "econf failed" > emake || die "compile failed" >} > >src_install() { > emake DESTDIR=${D} install || die "install failed" > > # keep state dir > keepdir /var/run/vservers > > # keep & secure /vservers > keepdir /vservers > fperms 000 /vservers > > # remove the non-gentoo init-scripts: > rm -f ${D}/etc/init.d/* > > # and install gentoo'ized ones: > exeinto /etc/init.d/ > newexe ${FILESDIR}/${PV}/vservers.initd vservers > > # install conf.d files > insinto /etc/conf.d > newins ${FILESDIR}/${PV}/vservers.confd vservers > > dodoc README ChangeLog NEWS AUTHORS INSTALL THANKS util-vserver.spec >} > >pkg_postinst() { > einfo > einfo "To make use of the tools in this package" > einfo "you need to run a vserver-enabled kernel" > einfo >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 83481
: 52251