Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Aug 2002 09:34:34 -0700
From:      Kent Stewart <kstewart@owt.com>
To:        keanu <keanu@keanu.be>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: locate.updatedb problem
Message-ID:  <3D529D9A.1040805@owt.com>
References:  <200208081701.43197.keanu@keanu.be>

next in thread | previous in thread | raw e-mail | index | archive | help


keanu wrote:

> after a world/kernel update, my updatedb no longer works
> 
> <~> /usr/libexec/locate.updatedb
> /usr/libexec/locate.mklocatedb: 87: Syntax error: "||" unexpected
> 
> 
> <~> cat /usr/libexec/locate.mklocatedb
> 85:        $bigram < $filelist | $sort -nr |
> 86:        perl -ne '/^\s*[0-9]+\s(..)$/ && print $1 || exit 1' > $bigrams


I located the vi prompt on line 86 and did a "j" which appended line 
87 to it. I suspect that something changed is csh because there was a 
patch to the -current version of the script.

Kent


> 87:            || exit 1
> 88:        $code $bigrams < $filelist || exit 1
> 
> 
> (FreeBSD jessica.keanu.be 4.6-STABLE FreeBSD 4.6-STABLE #3: Wed Aug  7 
> 20:09:04 CEST 2002     keanu@jessica.keanu.be:/usr/obj/usr/src/sys/Jessica  
> i386)
> 
> anyone else had this problem?
> any way to fix it?
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 
> .
> 
> 


-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D529D9A.1040805>