Changeset 68 for confman/confman


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/confman

    r67 r68  
    454454                ${EDITOR} $msg 
    455455 
    456                 # This is a hack to work around NFS home dirs, for now: 
    457                 chmod o+rx ${WORK_PATH} 
    458  
    459456                for layer in $LAYERS ; do 
    460457                        conf_commit $layer $msg || return $? 
     
    469466                rm -f $msg 
    470467 
    471                 # This is a hack to work around NFS home dirs, for now: 
    472                 chmod o-rx ${WORK_PATH} 
    473468        else 
    474469                print_usage 1 
Note: See TracChangeset for help on using the changeset viewer.