NetBSD/usr.sbin/pkg_install/create
agc 17a35e2e99 Introduce the notion of "preserving" an installed package.
A preserved package may not be deleted by pkg_delete(1) (unless the -f
option is given), and the preserved capability will be carried into
any binary package. pkg_add(1) will also keep the preserved capability
if it was present in the binary package.

The "preserve" capability can be given to a package by using the
PKG_PRESERVE definition in a package Makefile in pkgsrc.

Ride on the recently-bumped lib/version.h for new functionality.
2003-01-10 11:55:44 +00:00
..
Makefile WARNSify, cleanup Makefiles 1997-10-17 14:53:18 +00:00
create.h Introduce the notion of "preserving" an installed package. 2003-01-10 11:55:44 +00:00
main.c Introduce the notion of "preserving" an installed package. 2003-01-10 11:55:44 +00:00
perform.c Introduce the notion of "preserving" an installed package. 2003-01-10 11:55:44 +00:00
pkg_create.1 Introduce the notion of "preserving" an installed package. 2003-01-10 11:55:44 +00:00
pl.c Add an enumerated type which is used in pkgdb_open() to specify 2003-01-05 21:49:51 +00:00