Changeset 68 for confman/confmanlib.sh


Ignore:
Timestamp:
04/12/2006 21:50:20 (6 years ago)
Author:
ccowart
Message:

Fixed rollback bug #4179

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/confmanlib.sh

    r59 r68  
    6969          local moduledir="${WORK_PATH}/checkpoints/${module}/${2}" 
    7070  fi 
     71  # This is a hack to work around NFS home dirs, for now: 
     72  chmod o+rx ${WORK_PATH} 
     73 
    7174  for directory in `find $moduledir -type d | grep -v "\.svn"` ; do 
    7275          local livedir=`echo $directory | sed "s:$moduledir::"` 
     
    9598          conf_assemble_sing ${module} ${file} 
    9699  done 
     100  # This is a hack to work around NFS home dirs, for now: 
     101  chmod o-rx ${WORK_PATH} 
    97102} 
    98103 
Note: See TracChangeset for help on using the changeset viewer.