summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-09-15 20:12:32 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-09-15 20:12:32 +0000
commit150920cc51660013be5d114e01d808edf8040d08 (patch)
tree846e23fad64dbb62fa41a58cf5a37e2d1f07dfad /sys-apps
parentdigesto (diff)
downloadhistorical-150920cc51660013be5d114e01d808edf8040d08.tar.gz
historical-150920cc51660013be5d114e01d808edf8040d08.tar.bz2
historical-150920cc51660013be5d114e01d808edf8040d08.zip
baselayout /etc/hosts localhost addition hack
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/baselayout/baselayout-1.6.3.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-apps/baselayout/baselayout-1.6.3.ebuild b/sys-apps/baselayout/baselayout-1.6.3.ebuild
index 1fc360d09e38..4c331342bd42 100644
--- a/sys-apps/baselayout/baselayout-1.6.3.ebuild
+++ b/sys-apps/baselayout/baselayout-1.6.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: System Team <system@gentoo.org>
# Author: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.6.3.ebuild,v 1.1 2001/09/15 19:56:29 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.6.3.ebuild,v 1.2 2001/09/15 20:12:32 drobbins Exp $
SV=1.1.6
S=${WORKDIR}/rc-scripts-${SV}
@@ -212,6 +212,10 @@ src_install()
[ -e ${S}/init.d/${bar} ] && dosym /etc/init.d/${bar} /etc/runlevels/${foo}/${bar}
done
done
+
+ cat << EOF >> ${D}/etc/hosts
+127.0.0.1 localhost
+EOF
}
pkg_postinst() {