freebsd-dev/usr.sbin/pkg_install/update
Paul Richards 28d1c34421 Change open modes from ">$file" to "> $file" because it's much safer should
$file not be what you expect, particularly should $file turn out to be
"+REQUIRES" since ">+" is a valid open mode.

This isn't currently a problem since $file is constructed safely but it removes the potential of future problems.

Pointed out by Anton Berezin.
2000-12-30 00:14:01 +00:00
..
Makefile Add pkg_update, which can replace currently installed ports with new versions 2000-12-28 18:47:23 +00:00
pkg_update.1 mdoc(7) police: get rid of hard sentence breaks, add missing .El, etc. 2000-12-29 09:03:38 +00:00
pkg_update.pl Change open modes from ">$file" to "> $file" because it's much safer should 2000-12-30 00:14:01 +00:00