All of lore.kernel.org
 help / color / mirror / Atom feed
From: Amit Gud <agud@redhat.com>
To: Neil Brown <neilb@suse.de>
Cc: nfs@lists.sourceforge.net, Steve Dickson <SteveD@redhat.com>
Subject: [PATCH] Change mount configure option to --enable-mount
Date: Thu, 22 Jun 2006 12:51:04 -0400	[thread overview]
Message-ID: <449ACA78.7050604@redhat.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 62 bytes --]


-- 
May the source be with you.
http://www.cis.ksu.edu/~gud


[-- Attachment #2: mount-configure-option.patch --]
[-- Type: text/plain, Size: 1419 bytes --]

Change the configure option from --with-mount to --enable-mount.

Signed-off-by: Amit Gud <agud@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>

---
diff -uprN -X dontdiff nfs-utils/configure.in nfs-utils-ag/configure.in
--- nfs-utils/configure.in	2006-06-22 11:34:54.000000000 -0400
+++ nfs-utils-ag/configure.in	2006-06-22 10:55:31.000000000 -0400
@@ -107,12 +107,12 @@ AC_ARG_ENABLE(rquotad,
 	fi
 	AM_CONDITIONAL(CONFIG_RQUOTAD, [test "$enable_rquotad" = "yes"])
 
-AC_ARG_WITH(mount,
-	[AC_HELP_STRING([--without-mount],
-			[Create mount.nfs and do not use the util-linux mount(8) functionality. By default it doesn't.])],
-	use_mount=$withval,
-	use_mount=yes)
-	AM_CONDITIONAL(CONFIG_NOMOUNT, [test "$use_mount" = "no"])
+AC_ARG_ENABLE(mount,
+	[AC_HELP_STRING([--enable-mount],
+			[Create mount.nfs and don't use the util-linux mount(8) functionality. @<:@default=yes@:>@])],
+	enable_mount=$enableval,
+	enable_mount=yes)
+	AM_CONDITIONAL(CONFIG_MOUNT, [test "$enable_mount" = "yes"])
 
 # Check whether user wants TCP wrappers support
 AC_TCP_WRAPPERS
diff -uprN -X dontdiff nfs-utils/utils/Makefile.am nfs-utils-ag/utils/Makefile.am
--- nfs-utils/utils/Makefile.am	2006-06-22 11:34:54.000000000 -0400
+++ nfs-utils-ag/utils/Makefile.am	2006-06-22 10:55:31.000000000 -0400
@@ -14,7 +14,7 @@ if CONFIG_GSS
 OPTDIRS += gssd
 endif
 
-if CONFIG_NOMOUNT
+if CONFIG_MOUNT
 OPTDIRS += mount
 endif
 

[-- Attachment #3: Type: text/plain, Size: 299 bytes --]

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

[-- Attachment #4: Type: text/plain, Size: 140 bytes --]

_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

                 reply	other threads:[~2006-06-22 16:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=449ACA78.7050604@redhat.com \
    --to=agud@redhat.com \
    --cc=SteveD@redhat.com \
    --cc=neilb@suse.de \
    --cc=nfs@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.