[Libsysio-commit] HEAD: libsysio/misc init-env.sh
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2004-02-25 16:00:35
|
Update of /cvsroot/libsysio/libsysio/misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15618 Modified Files: init-env.sh Log Message: Changed permissions for the automount-directory in /mnt. Need the sticky bit or namei won't even try. Index: init-env.sh =================================================================== RCS file: /cvsroot/libsysio/libsysio/misc/init-env.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -b -B -p -r1.2 -r1.3 --- init-env.sh 14 Feb 2004 19:42:58 -0000 1.2 +++ init-env.sh 25 Feb 2004 15:45:31 -0000 1.3 @@ -16,7 +16,7 @@ if [ "x${SYSIO_AUTOMOUNT}" == "xyes" ]; # _extras=" \ {mnt, dev=\"incore:0755+0+0\",dir=\"/mnt\",fl=2} \ - {creat, ft=dir,nm=\"/mnt/home\",pm=0755,ow=0,gr=0} \ + {creat, ft=dir,nm=\"/mnt/home\",pm=01755,ow=0,gr=0} \ {creat, ft=file,nm=\"/mnt/home/.mount\",pm=0600, \ str=\"native:/usr/home\"} \ " |