This patch adapts the vpnc script to newer kernel versions, see https://lkml.org/lkml/2011/3/24/645 diff -u a/vpnc-script.in b/vpnc-script.in --- a/vpnc-script.in 2013-03-03 13:55:16.000000000 +0100 +++ b/vpnc-script.in 2013-03-03 13:56:11.000000000 +0100 @@ -116,7 +116,7 @@ if [ -n "$IPROUTE" ]; then fix_ip_get_output () { - sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit [0-9]\+//g' + sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit [0-9]\+//g;s/ipid 0x....//g' } set_vpngateway_route() { index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/attr.scm
AgeCommit message (Expand)Author
2019-03-01gnu: attr: Update to 2.4.48....Marius Bakke
2018-03-16gnu: attr: Use invoke instead of system*....Mark H Weaver
2018-02-16gnu: Use HTTPS for supported nongnu.org home pages....Tobias Geerinckx-Rice
2017-01-23gnu: attr: Don't replace 'sh' reference with 'bash'....Leo Famulari
2016-09-28gnu: Add and use gettext-minimal....Alex Kost
2016-01-08gnu: attr: Update to 2.4.47....Ludovic Courtès
2016-01-08gnu: attr: Use 'modify-phases'....Ludovic Courtès