Diff for /doc/loncapafiles/langcheck.piml between versions 1.19 and 1.28

version 1.19, 2019/07/02 19:40:13 version 1.28, 2021/12/21 13:57:46
Line 50  if ('<DIST />' eq 'sles9' || '<DIST />' Line 50  if ('<DIST />' eq 'sles9' || '<DIST />'
     }      }
 } elsif ('<DIST />' eq 'debian5' || '<DIST />' eq 'debian6' || '<DIST />' eq 'ubuntu6' ||  } elsif ('<DIST />' eq 'debian5' || '<DIST />' eq 'debian6' || '<DIST />' eq 'ubuntu6' ||
          '<DIST />' eq 'ubuntu8' || '<DIST />' eq 'ubuntu10' || '<DIST />' eq 'ubuntu12' ||           '<DIST />' eq 'ubuntu8' || '<DIST />' eq 'ubuntu10' || '<DIST />' eq 'ubuntu12' ||
          '<DIST />' eq 'ubuntu14' || '<DIST />' eq 'ubuntu16' || '<DIST />' eq 'ubuntu18') {           '<DIST />' eq 'ubuntu14' || '<DIST />' eq 'ubuntu16' || '<DIST />' eq 'ubuntu18' || 
            '<DIST />' eq 'ubuntu20') {
     if (open(PIPE,"cat /etc/default/locale |grep '^LANG' |")) {      if (open(PIPE,"cat /etc/default/locale |grep '^LANG' |")) {
         print "Checking OS language";          print "Checking OS language";
         if (&lt;PIPE&gt; =~ /^LANG="en/) {          if (&lt;PIPE&gt; =~ /^LANG="en/) {
Line 65  if ('<DIST />' eq 'sles9' || '<DIST />' Line 66  if ('<DIST />' eq 'sles9' || '<DIST />'
          '<DIST />' eq 'fedora21' || '<DIST />' eq 'fedora22' || '<DIST />' eq 'fedora23' ||           '<DIST />' eq 'fedora21' || '<DIST />' eq 'fedora22' || '<DIST />' eq 'fedora23' ||
          '<DIST />' eq 'fedora24' || '<DIST />' eq 'fedora25' || '<DIST />' eq 'fedora26' ||           '<DIST />' eq 'fedora24' || '<DIST />' eq 'fedora25' || '<DIST />' eq 'fedora26' ||
          '<DIST />' eq 'fedora27' || '<DIST />' eq 'fedora28' || '<DIST />' eq 'fedora29' ||           '<DIST />' eq 'fedora27' || '<DIST />' eq 'fedora28' || '<DIST />' eq 'fedora29' ||
          '<DIST />' eq 'fedora30' || '<DIST />' eq 'rhes7'    || '<DIST />' eq 'centos7'  ||            '<DIST />' eq 'fedora30' || '<DIST />' eq 'fedora31' || '<DIST />' eq 'fedora32' ||
          '<DIST />' eq 'scientific7' || '<DIST />' eq 'rhes8' || '<DIST />' eq 'centos8'  ||           '<DIST />' eq 'fedora33' || '<DIST />' eq 'fedora34' || '<DIST />' eq 'fedora35' || 
          '<DIST />' eq 'oracle7') {           '<DIST />' eq 'rhes7'    || '<DIST />' eq 'centos7'  || '<DIST />' eq 'scientific7' ||
            '<DIST />' eq 'rhes8'    || '<DIST />' eq 'centos8'  || '<DIST />' eq 'oracle7'  ||
            '<DIST />' eq 'oracle8'  || '<DIST />' eq 'rocky8'   || '<DIST />' eq 'alma8'    ||
            '<DIST />' eq 'centos8-stream' || '<DIST />' eq 'centos9-stream')  {
     if (open(PIPE,"cat /etc/locale.conf |grep '^LANG' |")) {      if (open(PIPE,"cat /etc/locale.conf |grep '^LANG' |")) {
         print "Checking OS language";          print "Checking OS language";
         if (&lt;PIPE&gt; =~ /^LANG="en/) {          if (&lt;PIPE&gt; =~ /^LANG="en/) {

Removed from v.1.19  
changed lines
  Added in v.1.28


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>