From 150e0ea706c0db4de4bc81854bb3ee06d2f902c5 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 16 Oct 2001 06:42:06 +0000 Subject: [PATCH] Increase the number of packages that can be installed by an order of magnitude. Geez, this is Unix, what is with the arbitrary needless constants. --- usr.sbin/pkg_install/add/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pkg_install/add/main.c b/usr.sbin/pkg_install/add/main.c index 6d81666c3d98..932303887cea 100644 --- a/usr.sbin/pkg_install/add/main.c +++ b/usr.sbin/pkg_install/add/main.c @@ -44,7 +44,7 @@ char *Directory = NULL; char FirstPen[FILENAME_MAX]; add_mode_t AddMode = NORMAL; -#define MAX_PKGS 20 +#define MAX_PKGS 200 char pkgnames[MAX_PKGS][MAXPATHLEN]; char *pkgs[MAX_PKGS];