[Libsysio-commit] unification: libsysio/misc init-env.sh
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2007-04-12 16:58:54
|
Update of /cvsroot/libsysio/libsysio/misc In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv31916 Modified Files: Tag: unification init-env.sh Log Message: Grrr. Permissions. Will be glad when we integrate with the head and the owner of all these mounts and directories becomes the caller. Index: init-env.sh =================================================================== RCS file: /cvsroot/libsysio/libsysio/misc/init-env.sh,v retrieving revision 1.6 retrieving revision 1.6.8.1 diff -u -w -b -B -p -r1.6 -r1.6.8.1 --- init-env.sh 14 Oct 2004 14:59:29 -0000 1.6 +++ init-env.sh 12 Apr 2007 16:58:51 -0000 1.6.8.1 @@ -15,15 +15,15 @@ if [ "x${SYSIO_AUTOMOUNT}" == "xyes" ]; # file system. Further automounts in the sub-mounts are not enabled. # _extras=" \ - {mnt, dev=\"incore:0755+0+0\",dir=\"/mnt\",fl=2} \ - {creat, ft=dir,nm=\"/mnt/home\",pm=04755,ow=0,gr=0} \ + {mnt, dev=\"incore:0777+0+0\",dir=\"/mnt\",fl=2} \ + {creat, ft=dir,nm=\"/mnt/home\",pm=04777} \ {creat, ft=file,nm=\"/mnt/home/.mount\",pm=0600, \ str=\"native:/home\"} \ " fi export SYSIO_NAMESPACE="\ {mnt, dev=\"native:/\",dir=/,fl=${_root_flags:-0}} \ - {mnt, dev=\"incore:0755+0+0\",dir=\"/dev\"} \ + {mnt, dev=\"incore:0777+0+0\",dir=\"/dev\"} \ {creat, ft=chr,nm=\"/dev/stdin\",pm=0400,mm=0+0} \ {creat, ft=chr,nm=\"/dev/stdout\",pm=0200,mm=0+1} \ {creat, ft=chr,nm=\"/dev/stderr\",pm=0200,mm=0+2} \ |