Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/usr.sbin/pkg_install/lib Pull up revisions 1.27-1.28 (r...



details:   https://anonhg.NetBSD.org/src/rev/bcfbf968c20b
branches:  netbsd-1-4
changeset: 469924:bcfbf968c20b
user:      he <he%NetBSD.org@localhost>
date:      Mon Dec 20 15:36:55 1999 +0000

description:
Pull up revisions 1.27-1.28 (requested by hubertf):
  Add code to calculate and store the size of a package in both
  the installed version and binary packages.  The size can later
  be queried via the pkg_info -s and -S switches, the pkg_create
  -s swich was renamed -L.  Fixes PR#8982.

diffstat:

 usr.sbin/pkg_install/lib/lib.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 270528139344 -r bcfbf968c20b usr.sbin/pkg_install/lib/lib.h
--- a/usr.sbin/pkg_install/lib/lib.h    Mon Dec 20 15:36:30 1999 +0000
+++ b/usr.sbin/pkg_install/lib/lib.h    Mon Dec 20 15:36:55 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lib.h,v 1.21.2.3 1999/09/13 22:50:48 he Exp $ */
+/* $NetBSD: lib.h,v 1.21.2.4 1999/12/20 15:36:55 he Exp $ */
 
 /* from FreeBSD Id: lib.h,v 1.25 1997/10/08 07:48:03 charnier Exp */
 
@@ -83,6 +83,8 @@
 #define MTREE_FNAME            "+MTREE_DIRS"
 #define BUILD_VERSION_FNAME    "+BUILD_VERSION"
 #define BUILD_INFO_FNAME       "+BUILD_INFO"
+#define SIZE_PKG_FNAME         "+SIZE_PKG"
+#define SIZE_ALL_FNAME         "+SIZE_ALL"
 
 #define CMD_CHAR               '@'     /* prefix for extended PLIST cmd */
 



Home | Main Index | Thread Index | Old Index