Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/usr.sbin/pkg_install/lib Pull up revision 1.19 (request...
details: https://anonhg.NetBSD.org/src/rev/7c7b9290a2ef
branches: netbsd-1-6
changeset: 529540:7c7b9290a2ef
user: tron <tron%NetBSD.org@localhost>
date: Sun Nov 24 22:37:39 2002 +0000
description:
Pull up revision 1.19 (requested by jschauma in ticket #1011):
Do not abort incomplete deletion if the cwd was removed. Instead, warn,
stay in no-longer existing dir and continue with removal of db-files;
otherwise, the packages contents would be removed, but the package not
uninstalled. Pointed out by Grant in PR pkg/18384. OK'd by hubertf.
diffstat:
usr.sbin/pkg_install/lib/version.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 8b74b1c5c20b -r 7c7b9290a2ef usr.sbin/pkg_install/lib/version.h
--- a/usr.sbin/pkg_install/lib/version.h Sun Nov 24 22:37:21 2002 +0000
+++ b/usr.sbin/pkg_install/lib/version.h Sun Nov 24 22:37:39 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: version.h,v 1.13.2.5 2002/11/24 22:37:21 tron Exp $ */
+/* $NetBSD: version.h,v 1.13.2.6 2002/11/24 22:37:39 tron 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 "20021114"
+#define PKGTOOLS_VERSION "20021123"
#endif /* _INST_LIB_VERSION_H_ */
Home |
Main Index |
Thread Index |
Old Index