diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-10-27 20:43:29 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-10-27 20:43:29 +0000 |
commit | 4d908d389634b5ec48e1be717458ba2a64371b31 (patch) | |
tree | 9a00ce069075ff178cd383031576868a76af9689 | |
parent | removing einfo from certain places (diff) | |
download | historical-4d908d389634b5ec48e1be717458ba2a64371b31.tar.gz historical-4d908d389634b5ec48e1be717458ba2a64371b31.tar.bz2 historical-4d908d389634b5ec48e1be717458ba2a64371b31.zip |
removing einfo from certain places
-rw-r--r-- | media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild | 4 | ||||
-rw-r--r-- | net-fs/autofs/autofs-3.1.5-r1.ebuild | 4 | ||||
-rw-r--r-- | net-fs/nfs-utils/nfs-utils-0.1.9.1-r1.ebuild | 6 | ||||
-rw-r--r-- | net-fs/samba/samba-2.0.7-r1.ebuild | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild b/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild index 2624e758d176..78807546ebce 100644 --- a/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild +++ b/media-sound/alsa-driver/alsa-driver-0.5.9c.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/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild,v 1.4 2000/10/04 16:04:34 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild,v 1.5 2000/10/27 20:43:29 drobbins Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} @@ -45,7 +45,7 @@ src_install() { pkg_postinst() { . /etc/rc.d/config/functions if [ "${ROOT}" = "/" ] ; then - einfo "Creating sounddevices..." + echo "Creating sounddevices..." /usr/sbin/snddevices fi } 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 } diff --git a/net-fs/nfs-utils/nfs-utils-0.1.9.1-r1.ebuild b/net-fs/nfs-utils/nfs-utils-0.1.9.1-r1.ebuild index 04f100a1cb1e..54d2d117dd4f 100644 --- a/net-fs/nfs-utils/nfs-utils-0.1.9.1-r1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-0.1.9.1-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/nfs-utils/nfs-utils-0.1.9.1-r1.ebuild,v 1.5 2000/09/15 20:09:08 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-0.1.9.1-r1.ebuild,v 1.6 2000/10/27 20:43:29 drobbins Exp $ P=nfs-utils-0.1.9.1 A=${P}.tar.gz @@ -32,11 +32,11 @@ pkg_config() { . ${ROOT}/etc/rc.d/config/functions . ${ROOT}/var/db/pkg/install.config - einfo "Generating symlinks..." + echo "Generating symlinks..." ${ROOT}/usr/sbin/rc-update add nfsserver if [ -n "${nfsserver_home}" ] then - einfo "Export Homedirs..." + echo "Export Homedirs..." cp ${ROOT}/etc/exports ${ROOT}/etc/exports.orig sed -e "s:^#nfsserver_home:${nfsserver_home}:" \ -e "s/eth0_net/${eth0_net}/" \ diff --git a/net-fs/samba/samba-2.0.7-r1.ebuild b/net-fs/samba/samba-2.0.7-r1.ebuild index 4460761a156c..fc7f54de289e 100644 --- a/net-fs/samba/samba-2.0.7-r1.ebuild +++ b/net-fs/samba/samba-2.0.7-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/samba/samba-2.0.7-r1.ebuild,v 1.5 2000/10/05 01:32:51 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.0.7-r1.ebuild,v 1.6 2000/10/27 20:43:29 drobbins Exp $ P=samba-2.0.7 A=${P}.tar.gz @@ -65,7 +65,7 @@ pkg_config() { source ${ROOT}/etc/rc.d/config/functions - einfo "Generating symlinks..." + echo "Generating symlinks..." ${ROOT}/usr/sbin/rc-update add samba |