[LON-CAPA-cvs] cvs: doc /loncapafiles langcheck.piml

raeburn raeburn at source.lon-capa.org
Mon Jan 19 15:39:59 EST 2015


raeburn		Mon Jan 19 20:39:59 2015 EDT

  Modified files:              
    /doc/loncapafiles	langcheck.piml 
  Log:
  - Support Fedora 21 Server
  
  
Index: doc/loncapafiles/langcheck.piml
diff -u doc/loncapafiles/langcheck.piml:1.8 doc/loncapafiles/langcheck.piml:1.9
--- doc/loncapafiles/langcheck.piml:1.8	Sat Jan  3 03:00:18 2015
+++ doc/loncapafiles/langcheck.piml	Mon Jan 19 20:39:59 2015
@@ -62,7 +62,8 @@
         close(PIPE);
     }
 } elsif ('<DIST />' eq 'fedora18' || '<DIST />' eq 'fedora19' || '<DIST />' eq 'fedora20' ||
-         '<DIST />' eq 'rhes7' || '<DIST />' eq 'centos7' || '<DIST />' eq 'scientific7') {
+         '<DIST />' eq 'fedora21' || '<DIST />' eq 'rhes7'    || '<DIST />' eq 'centos7'  || 
+         '<DIST />' eq 'scientific7') {
     if (open(PIPE,"cat /etc/locale.conf |grep '^LANG' |")) {
         print "Checking OS language";
         if (<PIPE> =~ /^LANG="en/) {




More information about the LON-CAPA-cvs mailing list