Looks like the tar.gz at https://network.acquia.com/downloads/drupal-commons was created on a mac so there is hundreds of ._ files throughout if you tar xzvf onto your Linux server.

Comments

frifoles’s picture

This issue still exists in the 2.3 release.

You can use the following Linux command while in the extracted directory to delete the ._ files:

rm -Rf `find . -name "._*"`

lsolesen’s picture

Version: » 6.x-2.x-dev
Issue summary: View changes
Status: Active » Closed (won't fix)
lsolesen’s picture

Status: Closed (won't fix) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.