[Libsysio-commit] HEAD: libsysio/misc init-env.sh
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2004-03-05 13:29:22
|
Update of /cvsroot/libsysio/libsysio/misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25438/misc Modified Files: init-env.sh Log Message: The indication that a directory *might* be an automount candidate is the ISUID flag. Not ISVTX. Changed to reflect that. Index: init-env.sh =================================================================== RCS file: /cvsroot/libsysio/libsysio/misc/init-env.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -b -B -p -r1.3 -r1.4 --- init-env.sh 25 Feb 2004 15:45:31 -0000 1.3 +++ init-env.sh 5 Mar 2004 13:07:18 -0000 1.4 @@ -16,9 +16,9 @@ if [ "x${SYSIO_AUTOMOUNT}" == "xyes" ]; # _extras=" \ {mnt, dev=\"incore:0755+0+0\",dir=\"/mnt\",fl=2} \ - {creat, ft=dir,nm=\"/mnt/home\",pm=01755,ow=0,gr=0} \ + {creat, ft=dir,nm=\"/mnt/home\",pm=04755,ow=0,gr=0} \ {creat, ft=file,nm=\"/mnt/home/.mount\",pm=0600, \ - str=\"native:/usr/home\"} \ + str=\"native:/home\"} \ " fi export SYSIO_NAMESPACE="\ |