
# This is a shell archive.  Remove anything before this line,
# then unpack it by saving it in a file and typing "sh file".
#
# Wrapped by jwh at hpfcjwh on Tue Dec 12 13:40:30 1989
#
# This archive contains:
#	bootfilebug	ascfilebug	changebug	
#

echo x - bootfilebug
cat >bootfilebug <<'@EOF'


                On 8/25/89, Robert noticed that SRM-UX does
           not allow one to properly close a boot file. (Timing
           problem ?)

                When this happened the server died and had
           to be re-started.
@EOF

chmod 666 bootfilebug

echo x - ascfilebug
cat >ascfilebug <<'@EOF'


              On 8/25/89 Robert noticed that sometimes when
          trying to write a .ASC file, the error message
          "trying to write through end of the file" is
          reported.

              With SRM-UX, SRM, or HFS this should never be
          reported. It only makes sense when the file is on
          a LIF volume, where files may not always be stretched.

              It's not clear whether the problem is with the
          server or the workstation.
@EOF

chmod 666 ascfilebug

echo x - changebug
cat >changebug <<'@EOF'


             As of 8/25/89 changename against a directory is
        not allowed. John Marvin is aware of the problem and
        thinks he can fix it.
@EOF

chmod 666 changebug

exit 0
