PERFORCE change 52367 for review
Chris Vance
cvance at FreeBSD.org
Thu May 6 19:08:28 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=52367
Change 52367 by cvance at cvance_osx_laptop on 2004/05/06 12:08:24
Fix bug reported by andrew and andy, if you accidently run this
on a non-sedarwin system, bad things will happen (you'll have no
windowserver)
Affected files ...
.. //depot/projects/trustedbsd/sedarwin73/sebsd_system/wslogin/install-windowserver.sh#2 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin73/sebsd_system/wslogin/install-windowserver.sh#2 (text+ko) ====
@@ -2,6 +2,11 @@
cd /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Resources/
+if [ ! -f WindowServer.sedarwin ]; then
+ echo "SEDarwin is not installed on this system"
+ exit
+fi
+
if [ -f WindowServer.apple ]; then
exit
fi
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