Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/etc



  Just FYI, only ~26/57 ports have vcoda in their majors.foo.

Yes, I noticed that too.

  for i in *; do if [ -f $i/conf/majors.$i ]; then if egrep coda 
$i/conf/majors.$i > /dev/null; then true; else echo $i; fi; fi; done

Probably the right thing long term is to either

  assign a proper MI number and migrate (I think one has to run MAKEDEV
  on upgrading, so that's not such a big deal, although it breaks new
  kernel/old userland).

  assign a MD-space MI number on all those ports

and then push cfs0 back to MI MAKDEV.

I actually would have been in favor of assigning a new MI-space number
now, and taking the compat hit to gain cleanliness, but what's done is
done and at this point it's fine with me to let it be.

  

Attachment: pgp41th74Av95.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index