Date: Thu, 6 May 2004 12:08:28 -0700 (PDT) From: Chris Vance <cvance@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 52367 for review Message-ID: <200405061908.i46J8SnX066220@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=52367 Change 52367 by cvance@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405061908.i46J8SnX066220>