From owner-freebsd-hackers Thu Mar 21 12:45:58 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA24220 for hackers-outgoing; Thu, 21 Mar 1996 12:45:58 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id MAA24215 for ; Thu, 21 Mar 1996 12:45:56 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id MAA19076; Thu, 21 Mar 1996 12:44:31 -0800 (PST) To: Don Yuniskis cc: freebsd-hackers@freefall.freebsd.org (FreeBSD hackers) Subject: Re: pkg_manage buglet In-reply-to: Your message of "Thu, 21 Mar 1996 13:03:31 MST." <199603212003.NAA18341@seagull.rtd.com> Date: Thu, 21 Mar 1996 12:44:31 -0800 Message-ID: <19073.827441071@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pkg_manage has been removed from -current. It's dead. Jordan > Greetings! > pkg_manage/pkg_ui.c(314) references $TMPDIR -- but $TMP_DIR is > used on line 315! I suspect TMPDIR was desired... This was in 2.1R and > appears to still be in -stable (haven't looked at -current :<) > apologies for not sending a real diff but it wouldn't hurt > for someone else to make sure this is the right choice... > thx, > --don