diff options
Diffstat (limited to 'net-misc/vpnc/files/vpnc-iproute-fix.diff')
-rw-r--r-- | net-misc/vpnc/files/vpnc-iproute-fix.diff | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-misc/vpnc/files/vpnc-iproute-fix.diff b/net-misc/vpnc/files/vpnc-iproute-fix.diff deleted file mode 100644 index 068b993c09da..000000000000 --- a/net-misc/vpnc/files/vpnc-iproute-fix.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- vpnc-orig/vpnc-script 2005-10-24 10:22:38.356287000 +0200 -+++ vpnc/vpnc-script 2005-10-24 10:22:46.812815500 +0200 -@@ -72,7 +72,7 @@ - - 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' - } - - set_vpngateway_route() { |