Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook <rcook@wyrms.net>

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>
  • Date: Sat, 29 Apr 2006 17:30:05 -0500

gnome2-libs/gdm2/BUILD | 18 ++----------------
gnome2-libs/gdm2/CONFIGURE | 14 +++++++++++---
2 files changed, 13 insertions(+), 19 deletions(-)

New commits:
commit 1f405c9c9d783c319d7c5fb66a015cb2f8b6e668
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

Bringing upto date

diff --git a/gnome2-libs/gdm2/BUILD b/gnome2-libs/gdm2/BUILD
index 950c27a..163924e 100755
--- a/gnome2-libs/gdm2/BUILD
+++ b/gnome2-libs/gdm2/BUILD
@@ -6,22 +6,8 @@ else SCHEME="auto"
fi &&

OPTS="$OPTS --enable-authentication-scheme=$SCHEME" &&
-
-if [ "$XDMCP" == "y" ]; then
- OPTS="$OPTS --with-xdmcp=yes"
-else
- OPTS="$OPTS --with-xdmcp=no"
-fi &&
-
-if [ "$SELINUX" == "y" ]; then
- OPTS="$OPTS --with-selinux"
-fi &&
-
-if [ "$IPV6" == "y" ]; then
- OPTS="$OPTS --enable-ipv6=yes"
-else
- OPTS="$OPTS --enable-ipv6=no"
-fi &&
+OPTS="${OPTS} ${GDM_XDMCP} ${GDM_SECURE} ${GDM_XEVIE}" &&
+OPTS="${OPTS} ${GDM_SELINUX} ${GDM_IPV6}" &&

if [ "$DBUSLAUNCH" == "y" ]; then
patch -p0 < $SCRIPT_DIRECTORY/Xsession-dbus.patch
diff --git a/gnome2-libs/gdm2/CONFIGURE b/gnome2-libs/gdm2/CONFIGURE
index bb643fc..c42c064 100755
--- a/gnome2-libs/gdm2/CONFIGURE
+++ b/gnome2-libs/gdm2/CONFIGURE
@@ -1,4 +1,12 @@
-config_query XDMCP "Enable XDMCP (remote login)?" n &&
-config_query SELINUX "Add SELinux Support?" n &&
-config_query IPV6 "Enable IPv6?" n &&
+config_query_option GDM_XDMCP "Enable XDMCP (remote login)?" n \
+ "--with-xdmcp=yes" "--with-xdmcp=no"
&&
+config_query_option GDM_SECURE "Enable secure remote login?" n \
+ "--enable-secureremote=yes" "--enable-secureremote=no"
&&
+config_query_option GDM_XEVIE "Add XEvIE Xserver extension support?" n \
+ "--with-xevie=yes" "--with-xevie=no"
&&
+config_query_option GDM_SELINUX "Add SELinux Support?" n \
+ "--with-selinux=yes" "--with-selinux=no"
&&
+config_query_option GDM_IPV6 "Enable IPv6?" n \
+ "--enable-ipv6=yes" "--enable-ipv6=no"
&&
+
config_query DBUSLAUNCH "Launch sessions with dbus-launch?" n




Archive powered by MHonArc 2.6.24.

Top of Page