summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/pfqueue')
-rw-r--r--net-mail/pfqueue/ChangeLog5
-rw-r--r--net-mail/pfqueue/pfqueue-0.2.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/pfqueue/ChangeLog b/net-mail/pfqueue/ChangeLog
index ef9176538b7f..7f0da37fbe1f 100644
--- a/net-mail/pfqueue/ChangeLog
+++ b/net-mail/pfqueue/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/pfqueue
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/ChangeLog,v 1.2 2005/01/15 01:28:45 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/ChangeLog,v 1.3 2005/01/22 21:45:40 ticho Exp $
+
+ 22 Jan 2005; Andrej Kacian <ticho@gentoo.org> pfqueue-0.2.0.ebuild:
+ Install into /usr/sbin too.
*pfqueue-0.2.1 (15 Jan 2005)
diff --git a/net-mail/pfqueue/pfqueue-0.2.0.ebuild b/net-mail/pfqueue/pfqueue-0.2.0.ebuild
index 4b93cce375b8..7cebede2b01e 100644
--- a/net-mail/pfqueue/pfqueue-0.2.0.ebuild
+++ b/net-mail/pfqueue/pfqueue-0.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.2.0.ebuild,v 1.1 2005/01/05 19:24:27 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.2.0.ebuild,v 1.2 2005/01/22 21:45:40 ticho Exp $
inherit eutils
DESCRIPTION="pfqueue is an ncurses console-based tool for managing Postfix
@@ -15,7 +15,7 @@ DEPEND="virtual/libc"
RDEPEND="mail-mta/postfix"
src_install() {
- dobin pfqueue
+ dosbin pfqueue
dodoc README ChangeLog
}