Changeset 10055

Show
Ignore:
Timestamp:
09/08/06 09:27:37 (2 years ago)
Author:
piotras
Message:

Reverted permission change on cache directory.
Others should have x bit in our case.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/branch-1-7/src/tools/datagard/mod.postinst

    r10054 r10055  
    381381  # Apache does not need direct access here, only execute bit for possible subdir access 
    382382  chmod o+x $MGD_VAR_PATH 
    383   chmod u+x $MGD_VAR_PATH/cache 
     383  chmod o+x $MGD_VAR_PATH/cache 
    384384  chmod o+x $MGD_VAR_PATH/log 
    385385