~ubuntu-branches/ubuntu/lucid/nfs-utils/lucid

« back to all changes in this revision

Viewing changes to utils/exportfs/exportfs.c

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2006-07-03 10:36:59 UTC
  • mto: (12.1.1 feisty)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20060703103659-71qzs6f21zzmjmhx
Tags: upstream-1.0.8
ImportĀ upstreamĀ versionĀ 1.0.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 * Extensive changes, 1999, Neil Brown <neilb@cse.unsw.edu.au>
9
9
 */
10
10
 
11
 
#include "config.h"
 
11
#ifdef HAVE_CONFIG_H
 
12
#include <config.h>
 
13
#endif
12
14
 
13
15
#include <stdlib.h>
14
16
#include <string.h>
398
400
                                c = dumpopt(c, "no_subtree_check");
399
401
                        if (ep->e_flags & NFSEXP_NOAUTHNLM)
400
402
                                c = dumpopt(c, "insecure_locks");
 
403
                        if (ep->e_flags & NFSEXP_NOACL)
 
404
                                c = dumpopt(c, "no_acl");
401
405
                        if (ep->e_flags & NFSEXP_FSID)
402
406
                                c = dumpopt(c, "fsid=%d", ep->e_fsid);
403
407
                        if (ep->e_mountpoint)