diff options
author | hubertf <hubertf> | 2006-09-27 12:50:29 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2006-09-27 12:50:29 +0000 |
commit | 20f954a540d1accb29e4ca023652cfa66a230714 (patch) | |
tree | 7fea3f0aed1f73af9ab159b3ae4a3fb65e61da9f /net/vpnc/patches | |
parent | 2ab980508a35f3316cec43848cb15ecea1cece89 (diff) | |
download | pkgsrc-20f954a540d1accb29e4ca023652cfa66a230714.tar.gz |
Fix a problem with ifconfig output on Fedora Core 5, see
http://lists.unix-ag.uni-kl.de/pipermail/vpnc-devel/2006-September/001006.html.
Noted by Jukka Salmi <j+pkgsrc@salmi.ch>, OK'd by wiz@
Diffstat (limited to 'net/vpnc/patches')
-rw-r--r-- | net/vpnc/patches/patch-ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/vpnc/patches/patch-ac b/net/vpnc/patches/patch-ac index 7044f521b06..d0b4a57dd75 100644 --- a/net/vpnc/patches/patch-ac +++ b/net/vpnc/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.2 2006/08/22 08:57:26 hubertf Exp $ +$NetBSD: patch-ac,v 1.3 2006/09/27 12:50:29 hubertf Exp $ --- vpnc-script.orig 2006-01-03 22:36:27.000000000 +0100 +++ vpnc-script @@ -43,7 +43,7 @@ $NetBSD: patch-ac,v 1.2 2006/08/22 08:57:26 hubertf Exp $ if [ -n "$IPROUTE" ]; then fix_ip_get_output () { - sed 's/cache//;s/metric[0-9]\+ [0-9]\+//g' -+ sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g' ++ sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit [0-9]\+//g' } set_vpngateway_route() { |