]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
Update the install docs and usage info in the README.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 18 Dec 2012 06:11:07 +0000 (01:11 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 18 Dec 2012 06:11:07 +0000 (01:11 -0500)
Add the docs and test script to EXTRA_DIST.
Fix the binary path in the test script.

Makefile.am
doc/README
run-tests.sh

index af437a64d6d80a47ea903fd842a648fc59cbcd9a..cf530a098efb01c7dd4e9c987dd68c6bd05cdc92 100644 (file)
@@ -1 +1,2 @@
 SUBDIRS = src
+EXTRA_DIST = doc run-tests.sh
index 15073deba3adf40b3b0f108700dad65ecf8c470c..0fc0c5f6fcbac69a8ab4557ed74ab10653685aea 100644 (file)
@@ -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
+
index 7b445502ea910a08e54bc4c84d146b9274e6a6b6..97cd281ee446377118302cff35f7237c50526ef1 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # The program name.
-BIN=./reapply_default_acl
+BIN=./src/reapply_default_acl
 
 # The directory where we'll do all the ACL manipulation.
 TESTDIR=test