Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38654 Details for
Bug 59234
New Ebuild: Andutteye Surveillance
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Andutteye client version 1.25
andutteye-client-1.25.ebuild (text/plain), 2.23 KB, created by
andutt
on 2004-09-01 02:00:28 UTC
(
hide
)
Description:
Andutteye client version 1.25
Filename:
MIME Type:
Creator:
andutt
Created:
2004-09-01 02:00:28 UTC
Size:
2.23 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># >DESCRIPTION="Andutteye Surveillance client software. Andutteye is a system monitoring surveillance tool." >SRC_URI="http://andutteye.com/download/andutteye-client-${PV}-1.tar.gz" >HOMEPAGE="http://www.andutteye.com" >KEYWORDS="x86 ppc sparc alpha amd64 ia64" >SLOT="0" >DEPEND="app-admin/sysstat" >LICENCE="free-noncomm" > >src_unpack() { > diropts -m 0750 > dodir /opt/andutteye > dodir /opt/andutteye/utils > dodir /opt/andutteye/var > unpack ${A} >} >pkg_preinst() { > insinto /etc/init.d > doins ${WORKDIR}/etc/init.d/* > > insinto /opt/andutteye/bin > doins ${WORKDIR}/opt/andutteye/bin/andutteyed > > insinto /opt/andutteye/utils > doins ${WORKDIR}/opt/andutteye/utils/* > > insinto /opt/andutteye > doins ${WORKDIR}/opt/andutteye/LICENSE > > USERCHECK=`cat ${ROOT}/etc/passwd |grep andutteye` > if [ -z "$USERCHECK" ] > then > useradd -g root -m -c "Andutteye surveillance user" andutteye > fi >} >pkg_postinst() { > if [ ! -d /opt/andutteye/etc ] > then > mkdir /opt/andutteye/etc > fi > if [ ! -d /opt/andutteye/var ] > then > mkdir /opt/andutteye/var > fi > chown -R andutteye:root ${ROOT}/opt/andutteye > chmod -R 750 ${ROOT}/opt/andutteye > chmod 755 ${ROOT}/etc/init.d/andutteyed > echo > if [ ! -f "/opt/andutteye/etc/andutteyed.conf" ] > then > einfo "Autodiscovering your system and generating a andutteye configuration..." > ${ROOT}/opt/andutteye/bin/andutteyed -genconfig > /dev/null 2>&1 > fi > echo > einfo "Andutteye Surveillance client software have been sucessfully installed on your system" > einfo "Make sure that you are satisfied with the autogenerated configuration file located" > einfo "under /opt/andutteye/etc. Specify emailadresses and recoveryprograms if needed. or add your" > einfo "own monitors or programs." > echo > einfo "If you are using andutteye client in enterprise mode the ANDUTTEYE_SERVER and ANDUTTEYE_PORT" > einfo "must be set in the configuration file. To start monitoring execute the start program under" > einfo "/etc/init.d called andutteyed with the start argument." > echo > einfo "Support, information and documentation can be found at the official site." > echo > echo >}
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 59234
:
36687
|
36688
|
36690
|
36691
| 38654 |
38655