diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 14:52:47 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 14:52:47 +0000 |
commit | 9c2de0f42dae89a745064921513542ac89c549ff (patch) | |
tree | 465017d7b4a07008cba5cb4c3e7f19be14bb1eee /app-admin | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-9c2de0f42dae89a745064921513542ac89c549ff.tar.gz gentoo-2-9c2de0f42dae89a745064921513542ac89c549ff.tar.bz2 gentoo-2-9c2de0f42dae89a745064921513542ac89c549ff.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/recursos/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/recursos/recursos-2.0.ebuild | 34 |
2 files changed, 22 insertions, 19 deletions
diff --git a/app-admin/recursos/ChangeLog b/app-admin/recursos/ChangeLog index 1f05a44da0c3..6bcc41fc8e8e 100644 --- a/app-admin/recursos/ChangeLog +++ b/app-admin/recursos/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/recursos -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/recursos/ChangeLog,v 1.3 2006/08/24 10:18:13 bass Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/recursos/ChangeLog,v 1.4 2007/01/24 14:52:47 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> recursos-2.0.ebuild: + Replacing einfo with elog *recursos-2.0 (24 Aug 2006) diff --git a/app-admin/recursos/recursos-2.0.ebuild b/app-admin/recursos/recursos-2.0.ebuild index 02cb03f9f604..0fbd0b96bbe7 100644 --- a/app-admin/recursos/recursos-2.0.ebuild +++ b/app-admin/recursos/recursos-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/recursos/recursos-2.0.ebuild,v 1.4 2006/08/24 10:18:13 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/recursos/recursos-2.0.ebuild,v 1.5 2007/01/24 14:52:47 genone Exp $ DESCRIPTION="Script to create html and text report about your system." HOMEPAGE="http://www.josealberto.org" @@ -38,20 +38,20 @@ src_install() { } pkg_postinst() { - einfo "Fist you must configure /etc/recursos2.conf" - einfo "Then follow these steps:" - echo - einfo "1. Run R2createrrd.sh" - echo - einfo "2. Add crontab jobs (this is an example):" - einfo "*/2 * * * * root /usr/bin/R2updaterrd.sh" - einfo "*/5 * * * * root /usr/bin/R2generarrd.sh" - einfo "*/10 * * * * root /usr/bin/Recursos2.sh \ " - einfo " title general system disks net \ " - einfo " > /var/www/localhost/htdocs/recursos.html" - echo - einfo "You can use Recursos2.sh to extract info about your system" - einfo "in html or plain text and mail the file or whatever." - echo + elog "Fist you must configure /etc/recursos2.conf" + elog "Then follow these steps:" + elog + elog "1. Run R2createrrd.sh" + elog + elog "2. Add crontab jobs (this is an example):" + elog "*/2 * * * * root /usr/bin/R2updaterrd.sh" + elog "*/5 * * * * root /usr/bin/R2generarrd.sh" + elog "*/10 * * * * root /usr/bin/Recursos2.sh \ " + elog " title general system disks net \ " + elog " > /var/www/localhost/htdocs/recursos.html" + elog + elog "You can use Recursos2.sh to extract info about your system" + elog "in html or plain text and mail the file or whatever." + elog } |