[Lunar-commits] <moonbase> obexd: Adjusting the CONFIGURE to make clearer the use of its server vs. client modes.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Sep 14 14:54:29 CEST 2011


commit 9af5488d2a4df526db64928f202cc9ffd8e37d2b
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Sep 14 08:54:29 2011 -0400

    obexd: Adjusting the CONFIGURE to make clearer the use of its server vs. client modes.
---
 net/obexd/CONFIGURE |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/obexd/CONFIGURE b/net/obexd/CONFIGURE
index 6c5df53..bf82a21 100644
--- a/net/obexd/CONFIGURE
+++ b/net/obexd/CONFIGURE
@@ -1,3 +1,3 @@
-mquery USE_SRVR "Disable server mode?" n "--disable-server" "--enable-server"
+mquery USE_SRVR "Disable server mode? (This will conflict with obex-data-server; default=disalbed)" y "--disable-server" "--enable-server"
 mquery USE_CLIENT "Disable client mode?" n "--disable-client" "--enable-client"
 


More information about the Lunar-commits mailing list