1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/usr.sbin/pkg_install/lib
Ruslan Ermilov d73d2e1de2 Invoke tar(1) with the -p option when installing a package
from an URL (i.e., do it the same way as when installing
from a file).  This fixes the lossage of the setuid bits.
It wasn't a problem before because GNU tar(1) implied the
-p option for root, but BSD tar(1) doesn't do that.

Discussed with:	tobez and some advanced users :)
2007-03-06 14:54:45 +00:00
..
deps.c
exec.c
file.c
global.c Allow variable amounts of verbosity. 2006-06-12 22:39:32 +00:00
lib.h Allow variable amounts of verbosity. 2006-06-12 22:39:32 +00:00
Makefile For variables that are only checked with defined(), don't provide 2004-10-24 15:33:08 +00:00
match.c Do not bitch about bsdpan modules not having origin. 2005-09-24 21:41:47 +00:00
msg.c
pen.c
pkgwrap.c
plist.c When using @cwd %%FOO%%, we must ensure to return in the original 2006-01-07 22:10:58 +00:00
str.c
url.c Invoke tar(1) with the -p option when installing a package 2007-03-06 14:54:45 +00:00
version.c