freebsd-dev/usr.sbin/pkg_install/create
Maxim Sobolev b038b9c421 - Fix a nasty bug where pkg_create doesn't gzip package if lengh of package
name is less than 5 and doesn't contain recognizeable suffix (one of .tar or
  .tgz), while gzip's it if lengh of the name greater than 4. For example
  `pkg_create [options] pkg1' will create pkg1.tar, while
  `pkg_create [options] pkg11' will create pkg11.tgz;
- use TRUE/FALSE as a values for boolean variables instead of explicit 1/0 and
  erroneous YES in one case.

MFC candidate.
2001-01-16 08:27:28 +00:00
..
create.h Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to record 2000-10-23 07:01:31 +00:00
main.c - Fix a nasty bug where pkg_create doesn't gzip package if lengh of package 2001-01-16 08:27:28 +00:00
Makefile Use libfetch instead of libftpio. This adds support for http and IPv6. 2000-06-27 11:00:07 +00:00
perform.c - Fix a nasty bug where pkg_create doesn't gzip package if lengh of package 2001-01-16 08:27:28 +00:00
pkg_create.1 Prepare for mdoc(7)NG. 2000-12-27 15:30:30 +00:00
pl.c Fix a bug where pkg_create does not make an md5 entry for the last item in 2001-01-12 11:36:12 +00:00