mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
35e3ad8f09
PR: 127852 Submitted by: Tobias Roth <ports@fsck.ch> (maintainer)
12 lines
283 B
C++
12 lines
283 B
C++
--- app.cpp.orig 2008-10-04 13:45:58.000000000 +0200
|
|
+++ app.cpp 2008-10-04 13:46:07.000000000 +0200
|
|
@@ -887,7 +887,7 @@
|
|
}
|
|
|
|
if (!hasVtSet && daemonmode) {
|
|
- server[argc++] = (char*)"vt07";
|
|
+ server[argc++] = (char*)"vt09";
|
|
}
|
|
server[argc] = NULL;
|
|
|