openbsd-ports/net/openvmps/patches/patch-vmpsd_c
ajacoutot 1b83748694 Update to openvmps-1.4.03.
Add an rc script.
2011-06-14 05:52:03 +00:00

13 lines
386 B
Plaintext

$OpenBSD: patch-vmpsd_c,v 1.1 2011/06/14 05:52:03 ajacoutot Exp $
--- vmpsd.c.orig Tue Jun 14 07:49:25 2011
+++ vmpsd.c Tue Jun 14 07:49:34 2011
@@ -112,7 +112,7 @@ int main(int argc, char **argv)
bind_address.s_addr = INADDR_ANY;
strncpy(db_fname,SYSCONFDIR,240);
- strcat(db_fname,"/vlan.db");
+ strcat(db_fname,"/vmpsd.db");
if ( !parse_options(argc,argv) ) {
usage();