Changeset 57 for confman/confmanlib.sh


Ignore:
Timestamp:
04/06/2006 19:44:01 (6 years ago)
Author:
ccowart
Message:

Updated some functions to support root_squash on NFS home dirs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/confmanlib.sh

    r54 r57  
    1212       local path=`echo ${WORK_PATH} | sed -E 's:/[^/]+$::'` 
    1313       mkdir -p ${WORK_PATH} 
     14 
     15       # This makes sure nobody can enter your working copy. We relax the 
     16       # permissions during the rollout, and restrict them again at the end. 
     17       chmod 700 ${WORK_PATH} 
     18 
    1419       svn checkout ${REPO_URI} ${WORK_PATH} 
    1520       rm -rf ${path}/.svn 
Note: See TracChangeset for help on using the changeset viewer.