Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT cygwin DOT com Message-ID: <009201c1b9f9$99575fc0$0200a8c0@lifelesswks> From: "Robert Collins" To: , "Jan Nieuwenhuizen" References: Subject: Re: setup.exe /var, /tmp? Date: Wed, 20 Feb 2002 21:30:19 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 20 Feb 2002 10:29:31.0449 (UTC) FILETIME=[7B95BA90:01C1B9F9] Please try this patch... Rob Index: package_meta.cc =================================================================== RCS file: /cvs/src/src/winsup/cinstall/package_meta.cc,v retrieving revision 2.17.2.1 diff -u -p -r2.17.2.1 package_meta.cc --- package_meta.cc 2002/02/19 03:50:23 2.17.2.1 +++ package_meta.cc 2002/02/20 10:23:31 @@ -43,21 +43,21 @@ static const char *cvsid = "\n%%% $Id: p #include "package_db.h" static const char *standard_dirs[] = { - "/bin", - "/etc", - "/lib", - "/tmp", - "/usr", - "/usr/bin", - "/usr/lib", - "/usr/src", - "/usr/local", - "/usr/local/bin", - "/usr/local/etc", - "/usr/local/lib", - "/usr/tmp", - "/var/run", - "/var/tmp", + "bin", + "etc", + "lib", + "tmp", + "usr", + "usr/bin", + "usr/lib", + "usr/src", + "usr/local", + "usr/local/bin", + "usr/local/etc", + "usr/local/lib", + "usr/tmp", + "var/run", + "var/tmp", 0 }; === ----- Original Message ----- From: "Jan Nieuwenhuizen" To: Sent: Wednesday, February 20, 2002 10:22 AM Subject: setup.exe /var, /tmp? > Hi, > > I've tried a fresh install, using a newly built setup200202 setup.exe, > but it seems that /var and /tmp are not being created any more. > > I'm fairly sure that at least /var used to be created by setup.exe > automagically. > > Jan. > > -- > Jan Nieuwenhuizen | GNU LilyPond - The music typesetter > http://www.xs4all.nl/~jantien | http://www.lilypond.org > >