# Strip the SRM-UX unique code out of
# SRMAM, SRMDAM, SRM_DRV, PACKETS, SRM_TYPES
# and check it back in.
#
# Saves the original in $name_s,v under RCS control
#
for name in PACKETS SRMDAM SRMAM SRM_DRV SRM_TYPES
do
  cp RCS/$name,v RCS/$name'_s',v
  co -l $name
  /src/paws/bin/mkver <<!
e
$name
temp323
!
  cp temp323 $name
  rm temp323
  newci $name
done
