PERFORCE change 42817 for review
Andrew Reisse
areisse at FreeBSD.org
Thu Nov 20 20:09:57 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=42817
Change 42817 by areisse at areisse_ibook on 2003/11/20 12:09:24
added WindowServer wrapper invocation script
Affected files ...
.. //depot/projects/trustedbsd/sedarwin/sebsd_system/wslogin/WindowServer#1 add
.. //depot/projects/trustedbsd/sedarwin/sebsd_system/wslogin/wslogin.c#3 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin/sebsd_system/wslogin/wslogin.c#3 (text+ko) ====
@@ -83,7 +83,7 @@
&ncontexts) != 0 || ncontexts == 0)
errexit ("Getting context list for %s: %s", username, strerror (errno));
int retries = 3;
- const char *wexe = "/System/Library/CoreServices/wsloginui.app/Contents/MacOS/wslui";
+ const char *wexe = "/System/Library/CoreServices/wsloginui.app/Contents/MacOS/wsloginui";
size_t warglen = strlen (wexe);
for (r = 0; r < ncontexts; r++)
warglen += 2 + strlen (contexts[r]);
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list