Date: Tue, 16 Jan 2001 00:27:30 -0800 (PST) From: Maxim Sobolev <sobomax@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/create main.c perform.c Message-ID: <200101160827.f0G8RUC08811@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2001/01/16 00:27:30 PST
Modified files:
usr.sbin/pkg_install/create main.c perform.c
Log:
- 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.
Revision Changes Path
1.23 +5 -5 src/usr.sbin/pkg_install/create/main.c
1.52 +2 -5 src/usr.sbin/pkg_install/create/perform.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101160827.f0G8RUC08811>
