diff options
author | Kyle Manna <nitro@gentoo.org> | 2002-08-08 17:21:28 +0000 |
---|---|---|
committer | Kyle Manna <nitro@gentoo.org> | 2002-08-08 17:21:28 +0000 |
commit | 2093fac830ef730e52090f69233d521356f17c36 (patch) | |
tree | 944822d5a3563fb388b9cd72a0ec41e759e1951b /net-dns | |
parent | Added file to cvs. again. (diff) | |
download | gentoo-2-2093fac830ef730e52090f69233d521356f17c36.tar.gz gentoo-2-2093fac830ef730e52090f69233d521356f17c36.tar.bz2 gentoo-2-2093fac830ef730e52090f69233d521356f17c36.zip |
Opps.
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/bind-9.2.1-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-dns/bind/bind-9.2.1-r2.ebuild b/net-dns/bind/bind-9.2.1-r2.ebuild index a30142f8b1d6..84a230f6480c 100644 --- a/net-dns/bind/bind-9.2.1-r2.ebuild +++ b/net-dns/bind/bind-9.2.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.1-r2.ebuild,v 1.8 2002/08/08 15:57:54 nitro Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.1-r2.ebuild,v 1.9 2002/08/08 17:21:28 nitro Exp $ S=${WORKDIR}/${P} DESCRIPTION="BIND - Name Server" @@ -118,6 +118,5 @@ pkg_config() { einfo " alias rndc='rndc -k /chroot/dns/etc/bind/rndc.key'" einfo "Then do the following: " einfo " source /root/.bashrc or .bash_profile" - einfo "Your config are now stored in /chroot/dns" echo } |