diff options
| author | Michael Biebl <biebl@debian.org> | 2014-12-31 00:56:13 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2014-12-31 00:56:13 +0100 |
| commit | aa8a3143e9635323f7a3d11bd1cc313825f8866f (patch) | |
| tree | d6e89425c7a6cc7a8db40c6b8f281fd73c700f89 | |
| parent | 87d84957e712b90e377bf8ad67592087c292afd9 (diff) | |
Add patch header for 0012-fix-arping-path.patch
| -rw-r--r-- | debian/patches/0012-fix-arping-path.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/0012-fix-arping-path.patch b/debian/patches/0012-fix-arping-path.patch index 28a5ddda..6d5f1960 100644 --- a/debian/patches/0012-fix-arping-path.patch +++ b/debian/patches/0012-fix-arping-path.patch @@ -1,3 +1,15 @@ +From: Laurent Bigonville <bigon@bigon.be> +Date: Mon, Oct 27 11:08:02 2014 +0100 +Subject: fix arping path + +Debian provides two arping implementations: +/usr/sbin/arping, shipped by the arping package, +/usr/bin/arping, shipped by the iputils-arping package. + +They aren't completely command line compatible, so we choose the one +which upstream (Fedora) is using, i.e. iputils-arping. + +Closes: #755039 --- a/src/devices/nm-device.c +++ b/src/devices/nm-device.c @@ -4429,7 +4429,7 @@ start_sharing (NMDevice *self, NMIP4Conf |