From owner-cvs-all Sun Oct 24 15:55:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 01F2D1511A; Sun, 24 Oct 1999 15:55:21 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA24480; Sun, 24 Oct 1999 15:55:21 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199910242255.PAA24480@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 24 Oct 1999 15:55:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/linux_base/pkg PLIST.alpha PLIST.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/10/24 15:55:21 PDT Modified files: emulators/linux_base/pkg PLIST.alpha PLIST.i386 Log: Use ``mkdir -p'' rather than ``mkdir''. A problem exists when one ``pkg_add -r acroread'' and ftp.crom.com is at it's limit. One can be able to download Latest/acroread.tgz. BUT when `pkg_add' tries to install all the dependancies it fails due to being unable to fetch one of them. If the user then ``pkg_add -r acroread'' again in an attempt to get everything installed they now get scary error messages from ``mkdir'' since the directories already exist. Revision Changes Path 1.4 +40 -40 ports/emulators/linux_base/pkg/PLIST.alpha 1.4 +40 -40 ports/emulators/linux_base/pkg/PLIST.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message