Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 48606 Details for
Bug 78155
new packages: openwbem / config4gnu / kim-browser-0.3 / cimbrowser-0.35 / owperlprovider-0.25
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for config4gnu-wbem-0.29
config4gnu-wbem-0.29.ebuild (text/plain), 2.17 KB, created by
Richard Westwell
on 2005-01-15 17:52:42 UTC
(
hide
)
Description:
ebuild for config4gnu-wbem-0.29
Filename:
MIME Type:
Creator:
Richard Westwell
Created:
2005-01-15 17:52:42 UTC
Size:
2.17 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit flag-o-matic > >DESCRIPTION="config4gnu openwbem providers" >HOMEPAGE="http://jason.long.name/config4gnu-wbem/index.html" >SRC_URI="mirror://sourceforge/config4gnu/${P}.tar.gz" > ># Look into the depends >DEPEND="virtual/glibc > dev-perl/Error > app-admin/owperlprovider > app-admin/openwbem" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 amd64" >IUSE="" > >src_unpack() { > unpack ${A} > cd ${S} >} > >src_compile() { > econf --with-openwbem=/usr || die > emake || die >} > >src_install () { > make DESTDIR=${D} install || die > > # copy across the mof files > install -d ${D}${DESTTREE}/share/${PN}/schemas/base > install -d ${D}${DESTTREE}/share/${PN}/schemas/bind > install -d ${D}${DESTTREE}/share/${PN}/schemas/samba > install -d ${D}${DESTTREE}/share/${PN}/schemas/nagios > install ${S}/base/*.mof ${D}${DESTTREE}/share/${PN}/schemas/base/ > install ${S}/bind/*.mof ${D}${DESTTREE}/share/${PN}/schemas/bind/ > install ${S}/samba/*.mof ${D}${DESTTREE}/share/${PN}/schemas/samba/ > install ${S}/nagios/*.mof ${D}${DESTTREE}/share/${PN}/schemas/nagios/ > > cd ${S} > dodoc README TODO AUTHORS COPYING ChangeLog INSTALL > >} > >pkg_postinst() { > einfo "" > einfo "execute the following command" > einfo "ebuild /var/db/pkg/app-admin/${PF}/${PF}.ebuild config" > einfo "this will setup the default providers provided with ${PN} into the root/cimv2 namespace for openwbem" > einfo "if the owcimomd daemon is running you may be prompted for a username / password" > einfo "" >} > >pkg_config() { > if [ -f /var/lib/init.d/started/owcimomd ] ; then > #If owcimomd is started apply via the daemon process > direct="" > else > #if owcimomd is stopped apply directly > direct="-d /var/lib/openwbem" > > fi > > einfo "adding the schemas into the default namespace root/cimv2" > einfo "this includes base.mof, bind.mof, Samba.mof, Nagios.mof" > MOFDIR=${DESTTREE}/share/${PN}/schemas > ${DESTTREE}/bin/owmofc -c -n root/cimv2 \ > ${direct} \ > ${MOFDIR}/base/base.mof \ > ${MOFDIR}/samba/Samba.mof > > # At the moment I've only been able to get the samba provider to work with cimbrowser > #${MOFDIR}/bind/bind.mof \ > #${MOFDIR}/nagios/Nagios.mof >} >
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 78155
:
48601
|
48602
|
48603
|
48604
|
48605
|
48606
|
48607
|
48608
|
48639
|
48640
|
48641
|
48642
|
48643
|
48644