qemu binary name change

This commit is contained in:
sthen 2011-12-12 11:04:04 +00:00
parent 26eea19eff
commit 45cd239c8d
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.15 2011/09/16 09:48:09 espie Exp $
# $OpenBSD: Makefile,v 1.16 2011/12/12 11:04:04 sthen Exp $
COMMENT= graphical network simulator
MODPY_EGG_VERSION= 0.7.3
DISTNAME= GNS3-${MODPY_EGG_VERSION}-src
PKGNAME= gns3-${MODPY_EGG_VERSION}
REVISION= 1
REVISION= 2
CATEGORIES= emulators

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-src_GNS3_Application_py,v 1.2 2011/03/03 16:29:29 sthen Exp $
$OpenBSD: patch-src_GNS3_Application_py,v 1.3 2011/12/12 11:04:04 sthen Exp $
--- src/GNS3/Application.py.orig Tue Dec 14 17:52:57 2010
+++ src/GNS3/Application.py Sat Jan 29 11:33:08 2011
@@ -319,7 +319,7 @@ class Application(QApplication, Singleton):
@ -19,7 +19,7 @@ $OpenBSD: patch-src_GNS3_Application_py,v 1.2 2011/03/03 16:29:29 sthen Exp $
confo.qemuwrapper_workdir = ConfDB().get('Qemu/qemuwrapper_working_directory', unicode(''))
- confo.qemu_path = ConfDB().get('Qemu/qemu_path', unicode('qemu'))
- confo.qemu_img_path = ConfDB().get('Qemu/qemu_img_path', unicode('qemu-img'))
+ confo.qemu_path = ConfDB().get('Qemu/qemu_path', unicode('${LOCALBASE}/bin/qemu'))
+ confo.qemu_path = ConfDB().get('Qemu/qemu_path', unicode('${LOCALBASE}/bin/qemu-system-i386'))
+ confo.qemu_img_path = ConfDB().get('Qemu/qemu_img_path', unicode('${LOCALBASE}/bin/qemu-img'))
confo.external_hosts = ConfDB().get('Qemu/external_hosts', unicode('localhost:10525')).split(',')
confo.enable_QemuManager = ConfDB().value("Qemu/enable_QemuManager", QVariant(True)).toBool()