[Libsysio-commit] HEAD: libsysio/tests startup.c
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2005-02-03 20:05:27
|
Update of /cvsroot/libsysio/libsysio/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17047 Modified Files: startup.c Log Message: The default namespace initialization now enables automounts. Index: startup.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/startup.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -w -b -B -p -r1.10 -r1.11 --- startup.c 25 Jan 2005 00:37:19 -0000 1.10 +++ startup.c 3 Feb 2005 20:05:13 -0000 1.11 @@ -44,9 +44,9 @@ _test_sysio_startup() arg = getenv("SYSIO_NAMESPACE"); if (!(arg || (arg = getenv("SYSIO_MANUAL")))) { /* - * Assume a native mount at root. + * Assume a native mount at root with automounts enabled. */ - arg = "{mnt,dev=\"native:/\",dir=/,fl=0}"; + arg = "{mnt,dev=\"native:/\",dir=/,fl=2}"; } err = _sysio_boot("namespace", arg); if (err) |