bde 1998/07/20 04:34:07 PDT
Modified files:
sbin/disklabel disklabel.c
Log:
Clear d_boot0 and d_boot1 in the virgin label. These are overlaid by
d_packname in in-core labels, so they are garbage if d_packname is
initialized in the dummy label for the whole disk. dsopen() will soon
initialize d_packname to "fictitious" if it is not already initialized.
Fixed nearby error handling. Rev.1.7 apparently confused Perror()
with perror().
Revision Changes Path
1.16 +7 -7 src/sbin/disklabel/disklabel.c