Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2003 12:09:57 -0800 (PST)
From:      Andrew Reisse <areisse@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 42817 for review
Message-ID:  <200311202009.hAKK9vwU093493@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=42817

Change 42817 by areisse@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]);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311202009.hAKK9vwU093493>