summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib
diff options
context:
space:
mode:
authoragc <agc@NetBSD.org>2002-04-02 15:08:33 +0000
committeragc <agc@NetBSD.org>2002-04-02 15:08:33 +0000
commit5e5f49ecfa2f4eff7154d1bcdb53a5f7a011f969 (patch)
tree495bd354b5b767cd439d90e99ba6f44ff4c5d77e /usr.sbin/pkg_install/lib
parent771978676252255167b66b8d1900a320e9cfb341 (diff)
Check the return code from the second invocation of installprereq(), to
make sure that a failed installation of a rpe-requisite package kills the attempt to add the package. This reverts pkg_add(1) to traditional behaviour. Bump version number accordingly.
Diffstat (limited to 'usr.sbin/pkg_install/lib')
-rw-r--r--usr.sbin/pkg_install/lib/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/lib/version.h b/usr.sbin/pkg_install/lib/version.h
index d3dc5567e5c..b57ecdb35e4 100644
--- a/usr.sbin/pkg_install/lib/version.h
+++ b/usr.sbin/pkg_install/lib/version.h
@@ -1,4 +1,4 @@
-/* $NetBSD: version.h,v 1.12 2002/03/06 17:45:21 agc Exp $ */
+/* $NetBSD: version.h,v 1.13 2002/04/02 15:08:34 agc Exp $ */
/*
* Copyright (c) 2001 Thomas Klausner. All rights reserved.
@@ -33,6 +33,6 @@
#ifndef _INST_LIB_VERSION_H_
#define _INST_LIB_VERSION_H_
-#define PKGTOOLS_VERSION "20020306"
+#define PKGTOOLS_VERSION "20020402"
#endif /* _INST_LIB_VERSION_H_ */