* doc/am-utils.texi (opts Option): document new pcfs options
authorErez Zadok <ezk@cs.sunysb.edu>
Wed, 19 Oct 2005 23:54:35 +0000 (23:54 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Wed, 19 Oct 2005 23:54:35 +0000 (23:54 +0000)
commit118e368daf3af74a71347f82180f431be916eac5
treed3ce6e94fb25adb5a7438135ddfa3c94266682c6
parent76c504394113dc8e574d894cad58f7f9cd3f7cc9
* doc/am-utils.texi (opts Option): document new pcfs options
longname, nowin95, shortname, uid=N, gid=N, mask=N, and dirmask=N.

* amd/ops_pcfs.c (mount_pcfs): process new pcfs options longname,
nowin95, shortname, uid=N, gid=N, mask=N, and dirmask=N.

* include/am_compat.h: provide compatibility mnttab string names,
if needed, for pcfs mount options longname, nowin95, shortname,
uid=N, gid=N, mask=N, and dirmask=N.

* include/am_utils.h: extern for hasmntstr().

* libamu/mtab.c (hasmntstr): new function to return the string
value following a mount option, up to the next comma-delimited
options.

* configure.in: check for mnttab and pcfs options longname,
nowin95, and shortname.

* Makefile.am (EXTRA_DIST_M4): distribute new macro
check_mnt2_pcfs_opt.m4.

* m4/macros/check_mnt2_pcfs_opt.m4: new macro to check for pcfs
mnttab and mount options.
12 files changed:
ChangeLog
Makefile.am
NEWS
amd/ops_pcfs.c
configure.in
doc/am-utils.texi
include/am_compat.h
include/am_utils.h
include/mount_headers1.h
libamu/mtab.c
m4/macros/check_mnt2_pcfs_opt.m4 [new file with mode: 0644]
m4/macros/header_templates.m4