Diff for /doc/loncapafiles/langcheck.piml between versions 1.26 and 1.27

version 1.26, 2021/12/17 18:05:41 version 1.27, 2021/12/20 03:13:28
Line 70  if ('<DIST />' eq 'sles9' || '<DIST />' Line 70  if ('<DIST />' eq 'sles9' || '<DIST />'
          '<DIST />' eq 'fedora33' || '<DIST />' eq 'fedora34' || '<DIST />' eq 'fedora35' ||            '<DIST />' eq 'fedora33' || '<DIST />' eq 'fedora34' || '<DIST />' eq 'fedora35' || 
          '<DIST />' eq 'rhes7'    || '<DIST />' eq 'centos7'  || '<DIST />' eq 'scientific7' ||           '<DIST />' eq 'rhes7'    || '<DIST />' eq 'centos7'  || '<DIST />' eq 'scientific7' ||
          '<DIST />' eq 'rhes8'    || '<DIST />' eq 'centos8'  || '<DIST />' eq 'oracle7'  ||           '<DIST />' eq 'rhes8'    || '<DIST />' eq 'centos8'  || '<DIST />' eq 'oracle7'  ||
          '<DIST />' eq 'oracle8') {           '<DIST />' eq 'oracle8'  || '<DIST />' eq 'rocky8'   || '<DIST />' eq 'alma8')  {
     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.26  
changed lines
  Added in v.1.27


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