f200b63186
"many new features". One looks promising: - a new easy-to-use CPU scheduler which includes weights, caps, and automatic SMP load-balancing; pkgsrc changes: - remove patches against unused files - add a netbsd-specific example with verbose comments - add a vif script for ip-routing based setups
14 lines
377 B
Text
14 lines
377 B
Text
$NetBSD: patch-ax,v 1.2 2006/10/19 22:57:13 bouyer Exp $
|
|
|
|
--- misc/xend.orig 2006-10-17 15:33:55.000000000 +0200
|
|
+++ misc/xend 2006-10-17 15:38:47.000000000 +0200
|
|
@@ -94,8 +94,7 @@
|
|
os.execvp('xenconsoled', ['xenconsoled'])
|
|
|
|
def start_blktapctrl():
|
|
- if os.fork() == 0:
|
|
- os.execvp('blktapctrl', ['blktapctrl'])
|
|
+ ''
|
|
|
|
def main():
|
|
try:
|