From: Michael Orlitzky Date: Mon, 3 Oct 2016 14:06:11 +0000 (-0400) Subject: Fix symlink handling and update to version 0.0.6. X-Git-Tag: v0.0.6~2 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=5a1f29cb6c306e9d8b19c4b3d964c4a05c0bc27d;hp=5a1f29cb6c306e9d8b19c4b3d964c4a05c0bc27d;p=apply-default-acl.git Fix symlink handling and update to version 0.0.6. There was kind of a big bug in previous versions: symlinks were followed and they weren't supposed to be. This came down to a few "stat" calls that should have been "lstat" calls. Those changes have been made, and there's now a test for the correct behavior. Unrelated: I capitalized the 'n' in the "No such file..." error. ---