summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-11-25 03:55:53 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-11-25 03:55:53 +0000
commit11ceb44aa8a4a59b1d9edbcdfab5765557291059 (patch)
treefdca20d26608a2c9c4a164f4e6d5b3da0e5d6e6d /app-admin/metalog
parentfixo (diff)
downloadhistorical-11ceb44aa8a4a59b1d9edbcdfab5765557291059.tar.gz
historical-11ceb44aa8a4a59b1d9edbcdfab5765557291059.tar.bz2
historical-11ceb44aa8a4a59b1d9edbcdfab5765557291059.zip
Now installs /etc/metalog/metalog.conf rather than /etc/metalog/metalog.conf.sample.
Diffstat (limited to 'app-admin/metalog')
-rw-r--r--app-admin/metalog/metalog-0.6-r6.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-admin/metalog/metalog-0.6-r6.ebuild b/app-admin/metalog/metalog-0.6-r6.ebuild
index 0993b8236151..6ce1de37c453 100644
--- a/app-admin/metalog/metalog-0.6-r6.ebuild
+++ b/app-admin/metalog/metalog-0.6-r6.ebuild
@@ -1,15 +1,14 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Jerry A! <jerry@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-admin/metalog/metalog-0.6-r6.ebuild,v 1.1 2001/09/04 02:19:23 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/metalog/metalog-0.6-r6.ebuild,v 1.2 2001/11/25 03:55:53 drobbins Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A highly configurable replacement for syslogd/klogd"
SRC_URI="http://prdownloads.sourceforge.net/metalog/${P}.tar.gz"
HOMEPAGE="http://metalog.sourceforge.net/"
-DEPEND="virtual/glibc
- >=dev-libs/libpcre-3.4"
+DEPEND="virtual/glibc >=dev-libs/libpcre-3.4"
src_unpack() {
unpack ${A}
@@ -28,7 +27,7 @@ src_install () {
make DESTDIR=${D} install || die
insinto /etc/metalog
- newins metalog.conf metalog.conf.sample
+ doins metalog.conf
exeinto /etc/init.d
newexe ${FILESDIR}/metalog.rc6 metalog