Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/xentools411 remove redundant command.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e55c400d5e9c
branches:  trunk
changeset: 434535:e55c400d5e9c
user:      plunky <plunky%pkgsrc.org@localhost>
date:      Thu Jun 18 13:48:28 2020 +0000

description:
remove redundant command.

diffstat:

 sysutils/xentools411/distinfo                                  |   4 +-
 sysutils/xentools411/patches/patch-tools_hotplug_NetBSD_vif-ip |  11 +++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (39 lines):

diff -r c9e02c96f9a9 -r e55c400d5e9c sysutils/xentools411/distinfo
--- a/sysutils/xentools411/distinfo     Thu Jun 18 13:46:58 2020 +0000
+++ b/sysutils/xentools411/distinfo     Thu Jun 18 13:48:28 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2020/05/03 08:54:28 bouyer Exp $
+$NetBSD: distinfo,v 1.12 2020/06/18 13:48:28 plunky Exp $
 
 SHA1 (xen411/ipxe-git-356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d.tar.gz) = 272b8c904dc0127690eca2c5c20c67479e40da34
 RMD160 (xen411/ipxe-git-356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d.tar.gz) = cfcb4a314c15da19b36132b27126f3bd9699d0e5
@@ -38,7 +38,7 @@
 SHA1 (patch-tools_hotplug_NetBSD_Makefile) = a880a38f82e97a5d7846345307d354c8055d23a9
 SHA1 (patch-tools_hotplug_NetBSD_block) = 535ecef7cc0431a14515387e47aadea5dec79569
 SHA1 (patch-tools_hotplug_NetBSD_vif-bridge) = 6d5288c9c47fe81b388ea73f9a71ca3975df36c2
-SHA1 (patch-tools_hotplug_NetBSD_vif-ip) = cb8fd1150f6ac24fa853444618437f7d984b4282
+SHA1 (patch-tools_hotplug_NetBSD_vif-ip) = 40588fd0d637e55e6108afc441ac2e9c67597edc
 SHA1 (patch-tools_hotplug_common_Makefile) = 590186dfb31713e8d9ee675186f826bcbcba3c15
 SHA1 (patch-tools_include_xen-sys_NetBSD_gntdev.h) = ce4f7160e92d23afa029c9548cead180fe980ff4
 SHA1 (patch-tools_libs_call_netbsd.c) = c5e166212b0069220d9155636b41028f0f7f9e9e
diff -r c9e02c96f9a9 -r e55c400d5e9c sysutils/xentools411/patches/patch-tools_hotplug_NetBSD_vif-ip
--- a/sysutils/xentools411/patches/patch-tools_hotplug_NetBSD_vif-ip    Thu Jun 18 13:46:58 2020 +0000
+++ b/sysutils/xentools411/patches/patch-tools_hotplug_NetBSD_vif-ip    Thu Jun 18 13:48:28 2020 +0000
@@ -1,11 +1,12 @@
-$NetBSD: patch-tools_hotplug_NetBSD_vif-ip,v 1.1 2018/07/24 13:40:11 bouyer Exp $
+$NetBSD: patch-tools_hotplug_NetBSD_vif-ip,v 1.2 2020/06/18 13:48:28 plunky Exp $
 
---- tools/hotplug/NetBSD/vif-ip.orig   2015-01-12 17:53:24.000000000 +0100
-+++ tools/hotplug/NetBSD/vif-ip        2015-01-19 13:16:37.000000000 +0100
-@@ -24,6 +24,10 @@
+--- tools/hotplug/NetBSD/vif-ip.orig   2019-11-29 09:15:18.000000000 +0000
++++ tools/hotplug/NetBSD/vif-ip
+@@ -23,7 +23,10 @@ case $xstatus in
+       xip=$(xenstore-read "$xpath/ip")
        xfid=$(xenstore-read "$xpath/frontend-id")
        xhandle=$(xenstore-read "$xpath/handle")
-       iface=$(xenstore-read "$xpath/vifname")
+-      iface=$(xenstore-read "$xpath/vifname")
 +      iface=$(xenstore-read "$xpath/vifname") || true
 +      if [ x${iface} = "x" ] ; then
 +              iface=xvif$xfid.$xhandle



Home | Main Index | Thread Index | Old Index