[BACK]Return to ttys.pty CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/ttys.pty between version 1.4 and 1.5

version 1.4, 2004/05/18 16:45:46 version 1.5, 2014/07/15 23:13:48
Line 18 
Line 18 
 suffixes="0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q \  suffixes="0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q \
     r s t u v w x y z A B C D E F G H I J K L M N O P Q R S T U V W X Y Z"      r s t u v w x y z A B C D E F G H I J K L M N O P Q R S T U V W X Y Z"
   
 for i in ${letters}  for i in ${letters}; do
 do      for j in ${suffixes}; do
   for j in ${suffixes}          echo "tty${i}${j}       none                            network"
   do      done
     echo "tty${i}${j}   none                            network"  
   done  
 done  done

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5