diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 14:19:18 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 14:19:18 +0000 |
commit | 082302dfca502bc89bffb73dc32225c1f0302a77 (patch) | |
tree | 1f8cddbb14abdeb76e2898dd15d9803c08aa00fc /app-admin/filewatcher | |
parent | Regenerated digest #163364 (diff) | |
download | historical-082302dfca502bc89bffb73dc32225c1f0302a77.tar.gz historical-082302dfca502bc89bffb73dc32225c1f0302a77.tar.bz2 historical-082302dfca502bc89bffb73dc32225c1f0302a77.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-admin/filewatcher')
-rw-r--r-- | app-admin/filewatcher/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/filewatcher/filewatcher-2.4.0.ebuild | 18 | ||||
-rw-r--r-- | app-admin/filewatcher/filewatcher-2.4.3.ebuild | 18 |
3 files changed, 24 insertions, 20 deletions
diff --git a/app-admin/filewatcher/ChangeLog b/app-admin/filewatcher/ChangeLog index 0bb8171a6244..1e4eeb564feb 100644 --- a/app-admin/filewatcher/ChangeLog +++ b/app-admin/filewatcher/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/filewatcher -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/filewatcher/ChangeLog,v 1.6 2006/05/08 05:06:17 tcort Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/filewatcher/ChangeLog,v 1.7 2007/01/24 14:15:05 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> filewatcher-2.4.0.ebuild, + filewatcher-2.4.3.ebuild: + Replacing einfo with elog 08 May 2006; Thomas Cort <tcort@gentoo.org> filewatcher-2.4.0.ebuild, filewatcher-2.4.3.ebuild: diff --git a/app-admin/filewatcher/filewatcher-2.4.0.ebuild b/app-admin/filewatcher/filewatcher-2.4.0.ebuild index 5818d5a5be64..4c3022cccc5a 100644 --- a/app-admin/filewatcher/filewatcher-2.4.0.ebuild +++ b/app-admin/filewatcher/filewatcher-2.4.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/filewatcher/filewatcher-2.4.0.ebuild,v 1.5 2006/05/08 05:06:17 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/filewatcher/filewatcher-2.4.0.ebuild,v 1.6 2007/01/24 14:15:05 genone Exp $ DESCRIPTION="This is a configuration file control system and IDS" HOMEPAGE="http://www.willingminds.com/resources/filewatcher.html" @@ -28,11 +28,11 @@ src_install() { } pkg_postinst() { - einfo " A basic configuration has been provided in" - einfo " /etc/filewatcher.conf. It is strongly" - einfo " recommended that you invoke filewatcher via" - einfo " crontab." - echo - einfo " 55,25,40 * * * * root /usr/sbin/filewatcher" - einfo " --config=/etc/filewatcher.conf" + elog " A basic configuration has been provided in" + elog " /etc/filewatcher.conf. It is strongly" + elog " recommended that you invoke filewatcher via" + elog " crontab." + elog + elog " 55,25,40 * * * * root /usr/sbin/filewatcher" + elog " --config=/etc/filewatcher.conf" } diff --git a/app-admin/filewatcher/filewatcher-2.4.3.ebuild b/app-admin/filewatcher/filewatcher-2.4.3.ebuild index 0f06465f5e65..829f368be8d0 100644 --- a/app-admin/filewatcher/filewatcher-2.4.3.ebuild +++ b/app-admin/filewatcher/filewatcher-2.4.3.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/filewatcher/filewatcher-2.4.3.ebuild,v 1.2 2006/05/08 05:06:17 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/filewatcher/filewatcher-2.4.3.ebuild,v 1.3 2007/01/24 14:15:05 genone Exp $ DESCRIPTION="This is a configuration file control system and IDS" HOMEPAGE="http://www.willingminds.com/resources/filewatcher.html" @@ -28,11 +28,11 @@ src_install() { } pkg_postinst() { - einfo " A basic configuration has been provided in" - einfo " /etc/filewatcher.conf. It is strongly" - einfo " recommended that you invoke filewatcher via" - einfo " crontab." - echo - einfo " 55,25,40 * * * * root /usr/sbin/filewatcher" - einfo " --config=/etc/filewatcher.conf" + elog " A basic configuration has been provided in" + elog " /etc/filewatcher.conf. It is strongly" + elog " recommended that you invoke filewatcher via" + elog " crontab." + elog + elog " 55,25,40 * * * * root /usr/sbin/filewatcher" + elog " --config=/etc/filewatcher.conf" } |