Pieter van Ede wrote: > Perhaps a newbie question, but I cannot seem to find the source for > the pkg.depotd server. I wish to try some things out with the source, > but I cannot find it. > Hope you guys can help out.
http://src.opensolaris.org/source/xref/pkg/gate/src/depot.py It's only a shell for a bunch more code, which includes CherryPy, Mako, and pkg(5)-private code which can be found under the modules directory. You can check out the entire gate with mercurial from ssh://[email protected]//hg/pkg/gate Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
