From owner-freebsd-ports Sat Jun 3 17:09:30 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA18440 for ports-outgoing; Sat, 3 Jun 1995 17:09:30 -0700 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA18431 ; Sat, 3 Jun 1995 17:09:29 -0700 Date: Sat, 3 Jun 1995 17:09:29 -0700 From: "Jordan K. Hubbard" Message-Id: <199506040009.RAA18431@freefall.cdrom.com> To: asami Subject: Change in the package hierarchy organization requested Cc: ports Sender: ports-owner@FreeBSD.org Precedence: bulk Satoshi, I ran into an interesting problem putting the packages hierarchy on CDROM: RockRidge definitely _does not like_ the `.packages' directory that everything lands in - it doesn't complain but the resulting CD is bogus with packages pointing nowhere. When I renamed this to packages (I wrote a quick C program to rename all the links) it worked fine, but that leads me to wonder this: Why not collapse this one level and just install all packages straight into all, sylinking into that location? Right now, we just end up wasting all those symlinks in the all directory! This would solve my problem and be more efficient, too. What say? Jordan