summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2000-10-27 20:43:29 +0000
committerDaniel Robbins <drobbins@gentoo.org>2000-10-27 20:43:29 +0000
commit3f17fdeafd8e10b91b77405771dbdbef247a30bc (patch)
treef38787c2fb863446924c8507ce76c605632508bb /net-fs/autofs
parentmerge fix (diff)
downloadgentoo-2-3f17fdeafd8e10b91b77405771dbdbef247a30bc.tar.gz
gentoo-2-3f17fdeafd8e10b91b77405771dbdbef247a30bc.tar.bz2
gentoo-2-3f17fdeafd8e10b91b77405771dbdbef247a30bc.zip
removing einfo from certain places
Diffstat (limited to 'net-fs/autofs')
-rw-r--r--net-fs/autofs/autofs-3.1.5-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/autofs/autofs-3.1.5-r1.ebuild b/net-fs/autofs/autofs-3.1.5-r1.ebuild
index e670c98cda9b..a34272f820b1 100644
--- a/net-fs/autofs/autofs-3.1.5-r1.ebuild
+++ b/net-fs/autofs/autofs-3.1.5-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.5-r1.ebuild,v 1.3 2000/09/15 20:09:08 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.5-r1.ebuild,v 1.4 2000/10/27 20:43:29 drobbins Exp $
P=autofs-3.1.5
A=${P}.tar.bz2
@@ -37,7 +37,7 @@ src_install() {
pkg_config() {
. ${ROOT}/etc/rc.d/config/functions
- einfo "Activating autofs..."
+ echo "Activating autofs..."
${ROOT}/usr/sbin/rc-update add autofs
}