summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-01-22 21:07:09 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-01-22 21:07:09 +0000
commitba53f7fa9f45169aa416a699f784451fd9e81c12 (patch)
tree0c6145b3d25101db11faead8d9a0d7ae50a292ca /sys-apps/vixie-cron/vixie-cron-3.0.1-r1.ebuild
parentfix sanity-checker more, and minor typo in -r15 ebuild (Manifest recommit) (diff)
downloadgentoo-2-ba53f7fa9f45169aa416a699f784451fd9e81c12.tar.gz
gentoo-2-ba53f7fa9f45169aa416a699f784451fd9e81c12.tar.bz2
gentoo-2-ba53f7fa9f45169aa416a699f784451fd9e81c12.zip
fixing einfo. closes 39022
Diffstat (limited to 'sys-apps/vixie-cron/vixie-cron-3.0.1-r1.ebuild')
-rw-r--r--sys-apps/vixie-cron/vixie-cron-3.0.1-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/vixie-cron/vixie-cron-3.0.1-r1.ebuild b/sys-apps/vixie-cron/vixie-cron-3.0.1-r1.ebuild
index aee66ece16a6..97236b1db45e 100644
--- a/sys-apps/vixie-cron/vixie-cron-3.0.1-r1.ebuild
+++ b/sys-apps/vixie-cron/vixie-cron-3.0.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/vixie-cron-3.0.1-r1.ebuild,v 1.2 2003/12/11 16:22:33 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/vixie-cron-3.0.1-r1.ebuild,v 1.3 2004/01/22 21:06:45 mholzer Exp $
inherit eutils
@@ -70,6 +70,6 @@ pkg_postinst() {
then
ewarn "Please run:"
ewarn "rc-update del vcron"
- ewarn "rc-update add vixie-cron"
+ ewarn "rc-update add vixie-cron default"
fi
}