28126406d2
and not without ok's and the proper process.
13 lines
392 B
Plaintext
13 lines
392 B
Plaintext
$OpenBSD: patch-util_vmware-run_c,v 1.3 2005/03/07 18:15:09 todd Exp $
|
|
--- util/vmware-run.c.orig 2003-08-08 14:42:51.000000000 -0600
|
|
+++ util/vmware-run.c 2003-10-14 00:47:05.000000000 -0600
|
|
@@ -15,7 +15,7 @@ main(int argc, char **argv)
|
|
{
|
|
int fd;
|
|
|
|
- argv[0] = "/usr/local/bin/vmware";
|
|
+ argv[0] = "_PREFIX_/lib/vmware/bin/vmware";
|
|
|
|
fd = open("/dev/vmmon", O_RDWR, 0);
|
|
if (fd == -1)
|