Update of /cvsroot/fink/experimental/todai/user-ja/sedsrc
In directory vz-cvs-3.sog:/tmp/cvs-serv19510/sedsrc

Modified Files:
        user-ja-conf.in 
Log Message:
Modified the case statement for $X11NAME in order to work good on 10.6 or upper.


Index: user-ja-conf.in
===================================================================
RCS file: /cvsroot/fink/experimental/todai/user-ja/sedsrc/user-ja-conf.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- user-ja-conf.in     18 Feb 2008 05:28:27 -0000      1.7
+++ user-ja-conf.in     3 Dec 2011 03:56:20 -0000       1.8
@@ -69,7 +69,7 @@
 
 case "`/usr/bin/uname -r`" in
     7*|8*) X11NAME=com.apple.x11 ;;
-    9*)    X11NAME=org.x.X11
+    *)    X11NAME=org.x.X11
     go defaults write $X11NAME app_to_run "xinitrc_apps_term_enable=YES 
xinitrc_apps_term_loginshell=YES fink_bindir=$fink_prefix/bin 
$fink_prefix/etc/xinitrc.d/73apps.sh"
     ;;
 esac


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to