On 02/13/2010 02:51 AM, Gerardo Exequiel Pozzi wrote:

Upgrading from previous 2010.02-1 produce a double "include" entry, reinstalling produce a triple entry, etc...

Changing this, fixes the issue:

-grep -q '^\s*include\s*/etc/ld.so.conf.d/\*.conf\s*$' etc/ld.so.conf \

+grep -q '^include /etc/ld.so.conf.d/\*.conf$' /etc/ld.so.conf \

brb oops, pasted what I tested on command line, ignore "/"

+grep -q '^include /etc/ld.so.conf.d/\*.conf$' etc/ld.so.conf \

--
Gerardo Exequiel Pozzi ( djgera )
http://www.djgera.com.ar
KeyID: 0x1B8C330D
Key fingerprint = 0CAA D5D4 CD85 4434 A219  76ED 39AB 221B 1B8C 330D


Reply via email to