freebsd-dev/usr.sbin/pkg_install/add
Florent Thoumie 094f117522 Various fixes.
- Replace hardcoded INDEX version. [1]
- Fix a buffer overlap. [2]
- Remove empty package when fetching fails and -K is used. [3]
- Remove useless chmod2() after mkdtemp(3). [4]
- Replace mkdir(1) call with mkdir(2). [5]
- Get rid of some vsystem() calls.
- Switch from lstat(2) to open(2) in fexists().
- Try rename(2) in move_file() first.
- Bump PKG_INSTALL_VERSION to 20100401.

PR:		bin/145101 [1], bin/139492 [2], bin/144919 [3]
		bin/144920 [4], bin/144921 [5]
Submitted by:	gcooper [1,2,3,4,5]
2010-04-01 14:27:29 +00:00
..
add.h Add -i option for package installation without fetching and 2007-11-10 09:40:39 +00:00
extract.c Fix pkg_add behaviour to preserve pathnames. 2007-08-23 13:05:10 +00:00
futil.c Various fixes. 2010-04-01 14:27:29 +00:00
main.c Add missing `void' keywords. 2009-12-29 22:33:53 +00:00
Makefile
perform.c Various fixes. 2010-04-01 14:27:29 +00:00
pkg_add.1 Use full name (noticed by: ru@ 2009-01-11 13:56:55 +00:00