# Modifies Caldera 2.3 /etc/system.cnf for NetworkStation
#
# command example
#    awk -freplacestring_awk  -vREPLACE="rc.sysinit" -vBY="rc.sysinit.IBM_NS.sboot"  inittab.org > inittab
#  Special characters must be precedeed by \ in the strings

BEGIN {  }

{ gsub(REPLACE, BY); 
  print $0 } 
