> > If we introduce another version of a protocol, what is the output of > > versions supposed to be? > > > > file 0 > > file 1 > > > > or > > > > file 1 0 > > The latter. At least, that was the intent; dunno if the server would still > do that, but it should be easy to check.
A quick look at the depot shows that it's currently implemented as the former. That's not the end of the world, but I suppose I ought to go modify the versions code to do the right thing if "file 1" ever shows up. -j _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
