From owner-cvs-all Mon Feb 16 09:17:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA18326 for cvs-all-outgoing; Mon, 16 Feb 1998 09:17:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA18267; Mon, 16 Feb 1998 09:17:13 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA01849; Mon, 16 Feb 1998 09:16:55 -0800 (PST) Date: Mon, 16 Feb 1998 09:16:55 -0800 (PST) Message-Id: <199802161716.JAA01849@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pkg_install/add perform.c src/usr.sbin/pkg_install/create perform.c src/usr.sbin/pkg_install/info perform.c src/usr.sbin/pkg_install/lib lib.h pen.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/02/16 09:16:53 PST Modified files: usr.sbin/pkg_install/add perform.c usr.sbin/pkg_install/create perform.c usr.sbin/pkg_install/info perform.c usr.sbin/pkg_install/lib lib.h pen.c Log: Eliminate the idea of nested "playpens" entirely - it just obfuscated the code and, in at least one case, made it more dangerous to no gain. Revision Changes Path 1.49 +13 -8 src/usr.sbin/pkg_install/add/perform.c 1.41 +8 -3 src/usr.sbin/pkg_install/create/perform.c 1.24 +8 -3 src/usr.sbin/pkg_install/info/perform.c 1.26 +2 -2 src/usr.sbin/pkg_install/lib/lib.h 1.27 +15 -17 src/usr.sbin/pkg_install/lib/pen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message