Workaround pkg_alternative issue for NetBSD:
http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=51152
An alternative would be generating xenserver scripts from *.in,
but i'm not sure if it's appropriate for those scripts.
Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
tests/interface-reconfigure.at | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/interface-reconfigure.at b/tests/interface-reconfigure.at
index a4c0dca..f3914a4 100644
--- a/tests/interface-reconfigure.at
+++ b/tests/interface-reconfigure.at
@@ -681,7 +681,7 @@ EOF
}
ifr_run () {
- ./interface-reconfigure --root-prefix="`pwd`" --no-syslog "$@"
+ $PYTHON ./interface-reconfigure --root-prefix="`pwd`" --no-syslog "$@"
}
ifr_filter () {
--
2.5.4 (Apple Git-61)
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev