diff options
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/filewatcher/filewatcher-2.4.0.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app-admin/filewatcher/filewatcher-2.4.0.ebuild b/app-admin/filewatcher/filewatcher-2.4.0.ebuild index ba7414c6045f..3c3e42d20f11 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-2005 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.2 2005/05/25 21:27:23 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/filewatcher/filewatcher-2.4.0.ebuild,v 1.3 2005/07/09 17:57:40 swegener Exp $ DESCRIPTION="This is a configuration file control system and IDS" HOMEPAGE="http://www.willingminds.com/resources/filewatcher.html" @@ -26,11 +26,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. " + 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 " + einfo " 55,25,40 * * * * root /usr/sbin/filewatcher" + einfo " --config=/etc/filewatcher.conf" } |