# Creates inittab for NetworkStation
#
# command example
#    awk -fXF86Config_awk -vSTRING="Depth $D" -vREPLACE="Depth-Input"  /etc/XF86Config.2200.2800.skeleton > /tmp/XF86Config

BEGIN {
      }

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