X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=sidebyside;f=doc%2FREADME;h=0fc0c5f6fcbac69a8ab4557ed74ab10653685aea;hb=f15d645e56167afc4490e5735c999705456a66ec;hp=15073deba3adf40b3b0f108700dad65ecf8c470c;hpb=01385a4c0cc46c0f75ab503a67d43199e509036e;p=apply-default-acl.git diff --git a/doc/README b/doc/README index 15073de..0fc0c5f 100644 --- a/doc/README +++ b/doc/README @@ -16,12 +16,21 @@ least until I decide to replace acl_get_perm with something portable 3. Installation -Run `make` and put the resulting binary somewhere in your $PATH. +It's using GNU Autotools, so run `./configure && make` and maybe `make +install` if you think it's going to wind up in the right +place. Otherwise you can just take the binary out of the 'src' +directory and put it somewhere in your $PATH. 4. Usage -reapply_default_acl /path/to/whatever +Basic usage: + + $ reapply_default_acl /path/to/whatever + +Work recursively (from the top down): + + reapply_default_acl --recursive /path/to/whatever 5. How to report bugs @@ -33,3 +42,4 @@ Email them to me at michael@orlitzky.com. [1] http://michael.orlitzky.com/articles/problems_with_posix_acls_and_common_utilities.php [2] http://savannah.nongnu.org/projects/acl +