summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2005-06-30 12:46:05 +0000
committerRoy Marples <uberlord@gentoo.org>2005-06-30 12:46:05 +0000
commit3ccb836d5f4d098361efb72f67df2c252b730350 (patch)
treeaf884af4e2332016cf0f60e78c1acccf234ea777 /net-misc/pump/ChangeLog
parent1.00.00 tree in portage. Removed old ebuilds. (diff)
downloadgentoo-2-3ccb836d5f4d098361efb72f67df2c252b730350.tar.gz
gentoo-2-3ccb836d5f4d098361efb72f67df2c252b730350.tar.bz2
gentoo-2-3ccb836d5f4d098361efb72f67df2c252b730350.zip
Enable the -e (--etc-dir) option to specify where to make
resolv.conf - default /etc Enable the -m (--route-metric) option to specify the default metric applied to routes For some reason, pump doesn't disable the interface before applying it's setup - this resulted in a duplicate route, so we re-introduce the old behaviour
Diffstat (limited to 'net-misc/pump/ChangeLog')
-rw-r--r--net-misc/pump/ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/net-misc/pump/ChangeLog b/net-misc/pump/ChangeLog
index fb716e048901..90ccd5d28a15 100644
--- a/net-misc/pump/ChangeLog
+++ b/net-misc/pump/ChangeLog
@@ -1,6 +1,22 @@
# ChangeLog for net-misc/pump
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/ChangeLog,v 1.12 2005/04/27 00:37:30 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/ChangeLog,v 1.13 2005/06/30 12:46:05 uberlord Exp $
+
+*pump-0.8.21-r1 (30 Jun 2005)
+
+ 30 Jun 2005; Roy Marples <uberlord@gentoo.org>
+ +files/pump-0.8.21-gentoo-disable-before-setup.diff,
+ +files/pump-0.8-gentoo-etcdir-routemetric.diff, -pump-0.8.21.ebuild,
+ +pump-0.8.21-r1.ebuild:
+ Enable the -e (--etc-dir) option to specify where to make
+ resolv.conf - default /etc
+
+ Enable the -m (--route-metric) option to specify the default
+ metric applied to routes
+
+ For some reason, pump doesn't disable the interface before
+ applying it's setup - this resulted in a duplicate route, so we
+ re-introduce the old behaviour
*pump-0.8.21 (27 Apr 2005)