Changeset 166

Show
Ignore:
Timestamp:
12/30/08 00:47:54 (15 years ago)
Author:
broder
Message:

To make everything happy, /mit needs to be chgrped to the requestor's
GID, but chmodded 755.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/fink/main/finkinfo/macathena-pyhesiodfs.info

    r164 r166  
    11Package: macathena-pyhesiodfs 
    2 Version: 163 
     2Version: 165 
    33Revision: 1 
    44Source: http://macathena.mit.edu/dist/pyhesiodfs-svn%v.tar.gz 
     
    77License: GPL 
    88Description: Automatically mounts AFS lockers in /mit 
    9 Source-MD5: 2d5bc9d526c87867b6a056b081e0fad1 
     9Source-MD5: 67f1a6abd2dae0054e22117a3105263f 
    1010DocFiles: AUTHORS COPYING 
    1111 
  • trunk/source/pyhesiodfs/pyHesiodFS.py

    r165 r166  
    136136        st = MyStat() 
    137137        if path == '/': 
    138             st.st_mode = stat.S_IFDIR | 077
     138            st.st_mode = stat.S_IFDIR | 075
    139139            st.st_gid = self._gid() 
    140140            st.st_nlink = 2