X-Spam-Check-By: sourceware.org
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; 	charset=us-ascii
Subject: RE: Strange message from updatedb
Date: Tue, 27 Feb 2007 11:56:28 -0700
Message-ID: <81BDE334890B7C429EDBA5857465C7565F1671@mcaosx6.ca.mcao.maricopa.gov>
In-Reply-To: <82c42b950702271050w2e807388t6009e795f4041d82@mail.gmail.com>
References: <82c42b950702261435t4acc4fbctdd2042aee0f609d4@mail.gmail.com>  	<81BDE334890B7C429EDBA5857465C7565F165F@mcaosx6.ca.mcao.maricopa.gov>  	<82c42b950702271050w2e807388t6009e795f4041d82@mail.gmail.com>
From: "Furash Gary" <furashg@mcao.maricopa.gov>
To: "Phil Edwards" <phil.m.edwards@gmail.com>
Cc: <cygwin@cygwin.com>, <ebb9@byu.net>
X-imss-version: 2.046
X-imss-result: Passed
X-imss-scanInfo: M:P L:E SM:0
X-imss-tmaseResult: TT:0 TS:0.0000 TC:00 TRN:0 TV:3.6.1039(15024.000)
X-imss-scores: Clean:99.90000 C:2 M:3 S:5 R:5
X-imss-settings: Baseline:3 C:4 M:4 S:3 R:3 (0.5000 0.5000)
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id l1RIuiH4021319

So is there anything I can do for win cygwin? 

-----Original Message-----
From: Phil Edwards [mailto:phil.m.edwards@gmail.com] 
Sent: Tuesday, February 27, 2007 11:51 AM
To: Furash Gary
Cc: cygwin@cygwin.com; ebb9@byu.net
Subject: Re: Strange message from updatedb

On 2/27/07, Furash Gary <furashg@mcao.maricopa.gov> wrote:
> /cygdrive/c/System\ Volume\ Information

Quotes and backslashes aren't going to solve the problem, I think.  I
looked at updatedb (it's a shell script), and the --prunepaths argument
is passed through a sed script which replaces spaces in order to turn it
all into a regexp.  There's no way of telling sed to avoid some spaces
and translate others.

You used to be able to set the internal PRUNEREGEX variable directly, in
a .conf file, but apparently that file is only used under Linux versions
of updatedb, or something.

Most lists of dirs are passed around with colon (or some such)
separators to avoid just such problems with paths containing whitespace.
updatedb is still living in the 80's.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


