Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 56968 Details for
Bug 90099
Osiris 4.1.8 ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Osiris 4.1.8 ebuild
osiris-4.1.8.ebuild (text/plain), 2.39 KB, created by
Darren Spruell
on 2005-04-22 20:37:47 UTC
(
hide
)
Description:
Osiris 4.1.8 ebuild
Filename:
MIME Type:
Creator:
Darren Spruell
Created:
2005-04-22 20:37:47 UTC
Size:
2.39 KB
patch
obsolete
>inherit eutils > >DESCRIPTION="Host Integrity Monitoring System" >HOMEPAGE="http://osiris.shmoo.com/" >SRC_URI="http://osiris.shmoo.com/data/${P}.tar.gz > http://osiris.shmoo.com/data/modules/mod_uptime.tar.gz > http://osiris.shmoo.com/data/modules/mod_dns.tar.gz" >LICENSE="OSIRIS" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="ssl osiris-console" >DEPEND="ssl? ( >=dev-libs/openssl-0.9.7c )" > >pkg_preinst() >{ > enewgroup osiris > enewuser osiris -1 /bin/false /var/lib/osiris osiris >} > >src_compile() >{ > mv ${S}/../mod_uptime ${S}/src/osirisd/modules/ > mv ${S}/../mod_dns ${S}/src/osirisd/modules/ > #mv ${S}/../mod_ports ${S}/src/osirisd/modules/ > econf --prefix=/var/lib --enable-fancy-cli=yes || die "configure failed." > emake || die "emake failed." >} > >src_install() >{ > # Install executables and program directories > dosbin ${S}/src/osirisd/osirisd > fowners root:root /usr/sbin/osirisd > fperms 0755 /usr/sbin/osirisd > > diropts -o osiris -g osiris -m0750 > dodir /var/lib/osiris > > # To support the -e option to write PIDs out. we write them out to their > # own directory because osirismd doesn't run as root or any other user > # with privileges to write to /var/run/. ( diropts still applied here: ) > dodir /var/run/osiris > > # If installing the management console. > if use osiris-console ; then > dosbin ${S}/src/cli/osiris > dosbin ${S}/src/osirismd/osirismd > > fowners osiris:osiris /usr/sbin/osirismd > fowners root:root /usr/sbin/osiris > fperms 0755 /usr/sbin/osiris > fperms 4755 /usr/sbin/osirismd > > cp -rf ${S}/src/configs ${D}/var/lib/osiris > fi > > # Install startup script for scan agent. > newinitd ${FILESDIR}/osirisd-4.1.8 osirisd > newconfd ${FILESDIR}/osirisd_confd-4.1.8 osirisd > > # Install management daemon and CLI > if use osiris-console ; then > newinitd ${FILESDIR}/osirismd-4.1.8 osirismd > newconfd ${FILESDIR}/osirismd_confd-4.1.8 osirismd > fi >} > >pkg_postinst() >{ > if ! use osiris-console ; then > einfo "By default, the osiris ebuild only installs the agent." > einfo "To enable installing the console, please add 'osiris-console'" > einfo "to your USE variable and re-emerge osiris." > fi >} > >pkg_postrm() >{ > # PID directory should not clutter the system > rm -rf /var/run/osiris > > # Allow the user to decide if certs, configs, and other things should be > # removed. > einfo "The directory /var/lib/osiris will not be removed. You may remove" > einfo "it manually if you will not be reinstalling osiris at a later time." >} >
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 90099
: 56968 |
56969
|
56971
|
56972
|
56973