freebsd-dev/usr.sbin/pkg_install/create
Maxim Sobolev f3fa78b0b5 - Introduce a notion of `packing list format version'. This allows making
non-backward compatible changes in the format of packing list and handle
  them gracefully;
- fix a longstanding issue with symlinks handling. Instead of recording
  checksum for the file symlink points to, record checksum for the value
  returned by readlink(2). For backward compatibility increase packing list
  format minor version number and provide a fallback to a previous behaviour,
  if package in question was created with older version of pkg_* tools;

Submitted by:	Alec Wolman <wolman@cs.washington.edu>, sobomax

- don't record MD5 checksum for device nodes, fifo's and other non-regular
  files.

Submitted by:	nbm
MFC in:		2 weeks
2001-10-10 08:21:41 +00:00
..
create.h WARNS=2 cleanup. 2001-10-10 06:58:42 +00:00
main.c OOPS, delete some commented out debugging code committed along with r.1.25. 2001-10-08 17:09:08 +00:00
Makefile WARNS=2 cleanup. 2001-10-10 06:58:42 +00:00
perform.c - Introduce a notion of `packing list format version'. This allows making 2001-10-10 08:21:41 +00:00
pkg_create.1 - Allow package archive to be created from a locally installed package. This 2001-10-08 17:01:35 +00:00
pl.c - Introduce a notion of `packing list format version'. This allows making 2001-10-10 08:21:41 +00:00