Home
Name Modified Size InfoDownloads / Week
ezsetfacl.sh 2015-10-31 132.6 kB
README 2014-09-29 1.4 kB
example 2014-09-21 2.2 kB
COPYING 2014-09-20 35.1 kB
COPYING.LESSER 2014-09-20 7.7 kB
options 2014-09-19 2.6 kB
Totals: 6 Items   181.5 kB 0
Current version : 0.05

To launch ezsetfacl.sh:
chmod u+x ezsetfacl.sh
./ezsetfacl.sh [OPTIONS] filelist

To start, read help menu provided by typing:
./ezsetfacl.sh -h
or
./ezsetfacl.sh --help

For complete example on config file syntax,
refer to "example" in root directory,
or enter:
./ezsetfacl.sh --example

For detailed explanation on options,
refer to "options" in root directory

Version number scheme:
Being a simple script it is,
I do not see any need for complicated numbering
The scheme is sequence-based,
it starts at 0.01 and will increment by 0.01 for every newer version
When ezsetfacl.sh is fully tested, it will jump to 1.01

Notes:
Planning to add extra text to indicate origin(original config file) of generated script
INSERT and REPLACE blocks require testing, view generated code before use
Becareful if single quotes are used, current escape method is new and not fully tested

Changelog:
v0.02 - Added extra code to handle wildcarded file name in INSERT/REPLACE blocks
v0.03 - Added recursive option to CHMOD and CHOWN blocks
v0.04 - Added file detection for INSERT and REPLACE blocks
        Added "generated script warning" option,
        if enabled, generated scripts will have warning capability(for certain blocks)
v0.05 - ezsetfacl now escapes single quotes and other few characters
        Fixed syntax checking problem for @REPLACE
Source: README, updated 2014-09-29