NetBSD/usr.sbin/pkg_install/add
joerg 32ce5ba905 Add conditional code to ignore the non-numeric part of an OS version
for the sake of compatibility tests in pkg_add.
E.g. DragonFly versions like
	1.4.0-RELEASE
are reduced to
	1.4.0

This code is disabled by default on NetBSD.
2006-01-25 00:17:34 +00:00
..
Makefile use ${MACHINE_ARCH} instead of what uname() puts into utsname.machine. 2004-01-13 08:30:34 +00:00
add.h Reduce the use of the system() function in pkg_install to avoid quoting 2005-11-23 04:59:14 +00:00
extract.c Reduce the use of the system() function in pkg_install to avoid quoting 2005-11-23 04:59:14 +00:00
futil.c Specify the full path to tar when unpacking a package. 2005-12-06 01:07:30 +00:00
main.c Add compat #ifdefs from pkgsrc, to make syncing easier between the 2005-11-05 13:11:02 +00:00
perform.c Add conditional code to ignore the non-numeric part of an OS version 2006-01-25 00:17:34 +00:00
pkg_add.1 Implement framework to store variable=value pairs about an installed package. 2005-11-03 21:16:41 +00:00
verify.c Add compat #ifdefs from pkgsrc, to make syncing easier between the 2005-11-05 13:11:02 +00:00
verify.h Add a "-s verification-type" argument to pkg_add, which adds a callout 2001-09-25 10:28:16 +00:00