diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-14 09:04:42 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-14 09:04:42 +0800 |
commit | 3ae90549e7b1939a2ae1908d2c56d6b1461023b6 (patch) | |
tree | 227454e517500c75b898fa7edaec866fbb29fe97 /x11/fast-user-switch-applet/files | |
parent | 078e358078317b649ebb755aeb0250ddb8aefac7 (diff) | |
download | marcuscom-ports-3ae90549e7b1939a2ae1908d2c56d6b1461023b6.tar marcuscom-ports-3ae90549e7b1939a2ae1908d2c56d6b1461023b6.tar.gz marcuscom-ports-3ae90549e7b1939a2ae1908d2c56d6b1461023b6.tar.bz2 marcuscom-ports-3ae90549e7b1939a2ae1908d2c56d6b1461023b6.tar.lz marcuscom-ports-3ae90549e7b1939a2ae1908d2c56d6b1461023b6.tar.xz marcuscom-ports-3ae90549e7b1939a2ae1908d2c56d6b1461023b6.tar.zst marcuscom-ports-3ae90549e7b1939a2ae1908d2c56d6b1461023b6.zip |
Update to 2.14.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5935 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/fast-user-switch-applet/files')
-rw-r--r-- | x11/fast-user-switch-applet/files/patch-configure | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/x11/fast-user-switch-applet/files/patch-configure b/x11/fast-user-switch-applet/files/patch-configure index 02e44c5a4..76ab147fa 100644 --- a/x11/fast-user-switch-applet/files/patch-configure +++ b/x11/fast-user-switch-applet/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Tue Feb 28 00:41:31 2006 -+++ configure Tue Feb 28 00:41:45 2006 -@@ -23079,7 +23079,7 @@ if test "${with_users_admin+set}" = set; +--- configure.orig Mon Mar 13 20:00:33 2006 ++++ configure Mon Mar 13 20:01:06 2006 +@@ -22015,7 +22015,7 @@ if test "${with_users_admin+set}" = set; users_admin_cmd="$withval" fi; @@ -9,7 +9,7 @@ # Extract the first word of "users-admin", so it can be a program name with args. set dummy users-admin; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 -@@ -23119,7 +23119,7 @@ else +@@ -22055,7 +22055,7 @@ else echo "${ECHO_T}no" >&6 fi @@ -18,7 +18,7 @@ users_admin_cmd="disabled" else users_admin_cmd="$users_admin" -@@ -23159,7 +23159,7 @@ if test "${with_gdm_setup+set}" = set; t +@@ -22095,7 +22095,7 @@ if test "${with_gdm_setup+set}" = set; t gdm_setup_cmd="$withval" fi; @@ -27,7 +27,7 @@ # Extract the first word of "gdmsetup", so it can be a program name with args. set dummy gdmsetup; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 -@@ -23199,13 +23199,13 @@ else +@@ -22135,13 +22135,13 @@ else echo "${ECHO_T}no" >&6 fi @@ -43,12 +43,12 @@ echo "$as_me:$LINENO: result: disabling login screen setup command" >&5 echo "${ECHO_T}disabling login screen setup command" >&6 gdm_setup= -@@ -23239,7 +23239,7 @@ if test "${with_gdm_config+set}" = set; +@@ -22175,7 +22175,7 @@ if test "${with_gdm_config+set}" = set; gdmconfigfile="$withval" fi; -if test "x$gdmconfigfile" == "x" -o "x$gdmconfigfile" == "xno"; then +if test "x$gdmconfigfile" = "x" -o "x$gdmconfigfile" = "xno"; then - echo "$as_me:$LINENO: checking for gdm.conf" >&5 - echo $ECHO_N "checking for gdm.conf... $ECHO_C" >&6 + echo "$as_me:$LINENO: checking for GDM configuration file" >&5 + echo $ECHO_N "checking for GDM configuration file... $ECHO_C" >&6 |