diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 1998-09-07 22:30:18 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 1998-09-07 22:30:18 +0000 |
commit | b7191a530a228038c0867ad6aedd90f5b534d1e9 (patch) | |
tree | dff11f7b0f8e66c2c0a6b6dbf273127ef93423cd /usr.sbin/pkg_install/add/add.h | |
parent | d772ee662c59d0c57ee6ec091bcc1b5d284fb641 (diff) |
updated pkg_* tools. Merged in many changes/improvements from NetBSD.
New features include md5 hash so pkg_delete won't remove files that have
changed and the ability to define conflicting packages, e.g. you can't
install both mh and nmh. The ports tree will have to be updated to take
advantage of this.
Let me know of any problems, real or imagined :-)
Diffstat (limited to 'usr.sbin/pkg_install/add/add.h')
-rw-r--r-- | usr.sbin/pkg_install/add/add.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/add/add.h b/usr.sbin/pkg_install/add/add.h index 1475e474de9..90c1b947f18 100644 --- a/usr.sbin/pkg_install/add/add.h +++ b/usr.sbin/pkg_install/add/add.h @@ -1,4 +1,5 @@ -/* $OpenBSD: add.h,v 1.1 1996/06/04 07:56:02 niklas Exp $ */ +/* $OpenBSD: add.h,v 1.2 1998/09/07 22:30:13 marc Exp $ */ +/* from FreeBSD Id: add.h,v 1.8 1997/02/22 16:09:15 peter Exp */ /* * FreeBSD install - a package for the installation and maintainance |