]> git.pld-linux.org Git - packages/gdm.git/commitdiff
This commit was manufactured by cvs2git to create branch
authorcvs2git <feedback@pld-linux.org>
Thu, 1 Jan 2004 20:54:31 +0000 (20:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
'unlabeled-1.125.2'.

Sprout from master 2004-01-01 20:54:31 UTC Marcin Krzyżanowski <marcin.krzyzanowski@hakore.com> '- update to version 2.4.4.7'
Delete:
    gdm-DESTDIR.patch
    gdm-am_fixes.patch
    gdm-conf.patch
    gdm-logdir.patch
    gdm-omf.patch
    gdm-permissions.patch
    gdm-pld-logo.png
    gdm-xdmcp.patch
    gdm-xsession.patch
    gdm.conf
    gdm.init
    gdm.pamd

12 files changed:
gdm-DESTDIR.patch [deleted file]
gdm-am_fixes.patch [deleted file]
gdm-conf.patch [deleted file]
gdm-logdir.patch [deleted file]
gdm-omf.patch [deleted file]
gdm-permissions.patch [deleted file]
gdm-pld-logo.png [deleted file]
gdm-xdmcp.patch [deleted file]
gdm-xsession.patch [deleted file]
gdm.conf [deleted file]
gdm.init [deleted file]
gdm.pamd [deleted file]

diff --git a/gdm-DESTDIR.patch b/gdm-DESTDIR.patch
deleted file mode 100644 (file)
index a7eef8e..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
---- gdm-2.3.90.2/config/Makefile.am.wiget      Mon May 20 03:08:44 2002
-+++ gdm-2.3.90.2/config/Makefile.am    Mon May 20 03:16:27 2002
-@@ -31,84 +31,84 @@
-       cat $^ | $(srcdir)/extract-shell.sh > gettextfoo.h
- install-data-hook: gdm.conf gnomerc Gnome
--      if test '!' -d $(confdir); then \
--              $(mkinstalldirs) $(confdir); \
--              chmod 755 $(confdir); \
-+      if test '!' -d $(DESTDIR)$(confdir); then \
-+              $(mkinstalldirs) $(DESTDIR)$(confdir); \
-+              chmod 755 $(DESTDIR)$(confdir); \
-       fi
--      if test '!' -f $(confdir)/gdm.conf; then \
--              $(INSTALL_DATA) gdm.conf $(confdir)/gdm.conf; \
-+      if test '!' -f $(DESTDIR)$(confdir)/gdm.conf; then \
-+              $(INSTALL_DATA) gdm.conf $(DESTDIR)$(confdir)/gdm.conf; \
-       fi
--      $(INSTALL_DATA) gdm.conf $(confdir)/factory-gdm.conf
-+      $(INSTALL_DATA) gdm.conf $(DESTDIR)$(confdir)/factory-gdm.conf
--      $(INSTALL_SCRIPT) $(srcdir)/XKeepsCrashing $(confdir)/XKeepsCrashing
-+      $(INSTALL_SCRIPT) $(srcdir)/XKeepsCrashing $(DESTDIR)$(confdir)/XKeepsCrashing
--      -if test -f $(localedir)/locale.alias; then \
--              cp $(localedir)/locale.alias $(localedir)/locale.alias.orig; \
-+      -if test -f $(DESTDIR)$(localedir)/locale.alias; then \
-+              cp $(DESTDIR)$(localedir)/locale.alias $(DESTDIR)$(localedir)/locale.alias.orig; \
-       fi
--      $(INSTALL_DATA) $(srcdir)/locale.alias $(localedir)/locale.alias
-+      $(INSTALL_DATA) $(srcdir)/locale.alias $(DESTDIR)$(localedir)/locale.alias
--      if test '!' -d $(sessdir); then \
--              $(mkinstalldirs) $(sessdir); \
--              chmod 755 $(sessdir); \
-+      if test '!' -d $(DESTDIR)$(sessdir); then \
-+              $(mkinstalldirs) $(DESTDIR)$(sessdir); \
-+              chmod 755 $(DESTDIR)$(sessdir); \
-       fi
--      -if test -f $(sessdir)/Xsession; then \
--              cp $(sessdir)/Xsession $(sessdir)/Xsession.orig; \
-+      -if test -f $(DESTDIR)$(sessdir)/Xsession; then \
-+              cp $(DESTDIR)$(sessdir)/Xsession $(DESTDIR)$(sessdir)/Xsession.orig; \
-       fi
--      $(INSTALL_SCRIPT) $(srcdir)/Xsession $(sessdir)/Xsession
-+      $(INSTALL_SCRIPT) $(srcdir)/Xsession $(DESTDIR)$(sessdir)/Xsession
--      -if test -f $(sessdir)/Gnome; then \
--              cp $(sessdir)/Gnome $(sessdir)/Gnome.orig; \
-+      -if test -f $(DESTDIR)$(sessdir)/Gnome; then \
-+              cp $(DESTDIR)$(sessdir)/Gnome $(DESTDIR)$(sessdir)/Gnome.orig; \
-       fi
--      $(INSTALL_SCRIPT) Gnome $(sessdir)/Gnome
-+      $(INSTALL_SCRIPT) Gnome $(DESTDIR)$(sessdir)/Gnome
-       -if test -f /etc/redhat-release; then \
--              if test -f $(sessdir)/Default; then \
--                      cp $(sessdir)/Default $(sessdir)/Default.orig; \
-+              if test -f $(DESTDIR)$(sessdir)/Default; then \
-+                      cp $(DESTDIR)$(sessdir)/Default $(DESTDIR)$(sessdir)/Default.orig; \
-               fi; \
--              $(INSTALL_SCRIPT) $(srcdir)/Default.redhat $(sessdir)/Default; \
-+              $(INSTALL_SCRIPT) $(srcdir)/Default.redhat $(DESTDIR)$(sessdir)/Default; \
-       fi
--      if test '!' -d $(initdir); then \
--              $(mkinstalldirs) $(initdir); \
--              chmod 755 $(initdir); \
-+      if test '!' -d $(DESTDIR)$(initdir); then \
-+              $(mkinstalldirs) $(DESTDIR)$(initdir); \
-+              chmod 755 $(DESTDIR)$(initdir); \
-       fi
--      -if test -f $(initdir)/Default; then \
--              cp $(initdir)/Default $(initdir)/Default.orig; \
-+      -if test -f $(DESTDIR)$(initdir)/Default; then \
-+              cp $(DESTDIR)$(initdir)/Default $(DESTDIR)$(initdir)/Default.orig; \
-       fi
--      $(INSTALL_SCRIPT) $(srcdir)/Default $(initdir)/Default
-+      $(INSTALL_SCRIPT) $(srcdir)/Default $(DESTDIR)$(initdir)/Default
--      if test '!' -d $(predir); then \
--              $(mkinstalldirs) $(predir); \
--              chmod 755 $(predir); \
-+      if test '!' -d $(DESTDIR)$(predir); then \
-+              $(mkinstalldirs) $(DESTDIR)$(predir); \
-+              chmod 755 $(DESTDIR)$(predir); \
-       fi
--      -if test -f $(predir)/Default; then \
--              cp $(predir)/Default $(predir)/Default.orig; \
-+      -if test -f $(DESTDIR)$(predir)/Default; then \
-+              cp $(DESTDIR)$(predir)/Default $(DESTDIR)$(predir)/Default.orig; \
-       fi
--      $(INSTALL_SCRIPT) $(srcdir)/PreSession $(predir)/Default
-+      $(INSTALL_SCRIPT) $(srcdir)/PreSession $(DESTDIR)$(predir)/Default
--      if test '!' -d $(postdir); then \
--              $(mkinstalldirs) $(postdir); \
--              chmod 755 $(postdir); \
-+      if test '!' -d $(DESTDIR)$(postdir); then \
-+              $(mkinstalldirs) $(DESTDIR)$(postdir); \
-+              chmod 755 $(DESTDIR)$(postdir); \
-       fi
--      -if test -f $(postdir)/Default; then \
--              cp $(postdir)/Default $(postdir)/Default.orig; \
-+      -if test -f $(DESTDIR)$(postdir)/Default; then \
-+              cp $(DESTDIR)$(postdir)/Default $(DESTDIR)$(postdir)/Default.orig; \
-       fi
--      $(INSTALL_SCRIPT) $(srcdir)/PostSession $(postdir)/Default
-+      $(INSTALL_SCRIPT) $(srcdir)/PostSession $(DESTDIR)$(postdir)/Default
--      if test '!' -d $(gnomercdir); then \
--              $(mkinstalldirs) $(gnomercdir); \
--              chmod 755 $(gnomercdir); \
-+      if test '!' -d $(DESTDIR)$(gnomercdir); then \
-+              $(mkinstalldirs) $(DESTDIR)$(gnomercdir); \
-+              chmod 755 $(DESTDIR)$(gnomercdir); \
-       fi
--      if test '!' -f $(gnomercdir)/gnomerc; then \
--              $(INSTALL_SCRIPT) gnomerc $(gnomercdir)/gnomerc; \
-+      if test '!' -f $(DESTDIR)$(gnomercdir)/gnomerc; then \
-+              $(INSTALL_SCRIPT) gnomerc $(DESTDIR)$(gnomercdir)/gnomerc; \
-       fi
--      if test '!' -d $(authdir); then \
--              $(mkinstalldirs) $(authdir); \
--              chown gdm.gdm $(authdir); \
--              chmod 750 $(authdir); \
-+      if test '!' -d $(DESTDIR)$(authdir); then \
-+              $(mkinstalldirs) $(DESTDIR)$(authdir); \
-+              chown gdm.gdm $(DESTDIR)$(authdir) || true ; \
-+              chmod 750 $(DESTDIR)$(authdir); \
-       fi
-       system=`uname`; \
diff --git a/gdm-am_fixes.patch b/gdm-am_fixes.patch
deleted file mode 100644 (file)
index ba4c8a7..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
---- gdm-2.2.5.4/config/Makefile.am~    Tue Jan 29 02:28:03 2002
-+++ gdm-2.2.5.4/config/Makefile.am     Tue Jan 29 02:28:03 2002
-@@ -31,85 +31,25 @@
-       cat $^ | $(srcdir)/extract-shell.sh > gettextfoo.h
- install-data-hook: gdm.conf gnomerc Gnome
--      if test '!' -d $(confdir); then \
--              $(mkinstalldirs) $(confdir); \
--              chmod 755 $(confdir); \
--      fi
--      if test '!' -f $(confdir)/gdm.conf; then \
--              $(INSTALL_DATA) gdm.conf $(confdir)/gdm.conf; \
--      fi
--      $(INSTALL_DATA) gdm.conf $(confdir)/factory-gdm.conf
--
--      $(INSTALL_SCRIPT) $(srcdir)/XKeepsCrashing $(confdir)/XKeepsCrashing
--
--      -if test -f $(localedir)/locale.alias; then \
--              cp $(localedir)/locale.alias $(localedir)/locale.alias.orig; \
--      fi
--      $(INSTALL_DATA) $(srcdir)/locale.alias $(localedir)/locale.alias
--
--      if test '!' -d $(sessdir); then \
--              $(mkinstalldirs) $(sessdir); \
--              chmod 755 $(sessdir); \
--      fi
--
--      -if test -f $(sessdir)/Xsession; then \
--              cp $(sessdir)/Xsession $(sessdir)/Xsession.orig; \
--      fi
--      $(INSTALL_SCRIPT) $(srcdir)/Xsession $(sessdir)/Xsession
--
--      -if test -f $(sessdir)/Gnome; then \
--              cp $(sessdir)/Gnome $(sessdir)/Gnome.orig; \
--      fi
--      $(INSTALL_SCRIPT) Gnome $(sessdir)/Gnome
--
--      -if test -f /etc/redhat-release; then \
--              if test -f $(sessdir)/Default; then \
--                      cp $(sessdir)/Default $(sessdir)/Default.orig; \
--              fi; \
--              $(INSTALL_SCRIPT) $(srcdir)/Default.redhat $(sessdir)/Default; \
--      fi
--
--      if test '!' -d $(initdir); then \
--              $(mkinstalldirs) $(initdir); \
--              chmod 755 $(initdir); \
--      fi
--      -if test -f $(initdir)/Default; then \
--              cp $(initdir)/Default $(initdir)/Default.orig; \
--      fi
--      $(INSTALL_SCRIPT) $(srcdir)/Default $(initdir)/Default
--
--      if test '!' -d $(predir); then \
--              $(mkinstalldirs) $(predir); \
--              chmod 755 $(predir); \
--      fi
--      -if test -f $(predir)/Default; then \
--              cp $(predir)/Default $(predir)/Default.orig; \
--      fi
--      $(INSTALL_SCRIPT) $(srcdir)/PreSession $(predir)/Default
--
--      if test '!' -d $(postdir); then \
--              $(mkinstalldirs) $(postdir); \
--              chmod 755 $(postdir); \
--      fi
--      -if test -f $(postdir)/Default; then \
--              cp $(postdir)/Default $(postdir)/Default.orig; \
--      fi
--      $(INSTALL_SCRIPT) $(srcdir)/PostSession $(postdir)/Default
--
--      if test '!' -d $(gnomercdir); then \
--              $(mkinstalldirs) $(gnomercdir); \
--              chmod 755 $(gnomercdir); \
--      fi
--
--      if test '!' -f $(gnomercdir)/gnomerc; then \
--              $(INSTALL_SCRIPT) gnomerc $(gnomercdir)/gnomerc; \
--      fi
--
--      if test '!' -d $(authdir); then \
--              $(mkinstalldirs) $(authdir); \
--              chown gdm.gdm $(authdir); \
--              chmod 750 $(authdir); \
--      fi
-+      $(mkinstalldirs) $(DESTDIR)$(confdir) $(DESTDIR)$(localedir) \
-+              $(DESTDIR)$(sessdir) $(DESTDIR)$(initdir) \
-+              $(DESTDIR)$(predir) $(DESTDIR)$(postdir) \
-+              $(DESTDIR)$(gnomercdir) $(DESTDIR)$(localstatedir)/gdm
-+
-+      $(INSTALL_DATA) gdm.conf $(DESTDIR)$(confdir)/gdm.conf; \
-+      $(INSTALL_DATA) gdm.conf $(DESTDIR)$(confdir)/factory-gdm.conf
-+      $(INSTALL_DATA) locale.alias $(DESTDIR)$(localedir)
-+      $(INSTALL_SCRIPT) XKeepsCrashing Xsession Gnome $(DESTDIR)$(confdir)
-+      $(INSTALL_SCRIPT) Xsession Gnome $(DESTDIR)$(sessdir)
-+      $(INSTALL_SCRIPT) Default $(DESTDIR)$(initdir)
-+      $(INSTALL_SCRIPT) PreSession $(DESTDIR)$(predir)/Default
-+      $(INSTALL_SCRIPT) PostSession $(DESTDIR)$(postdir)/Default
-+      $(INSTALL_SCRIPT) gnomerc $(DESTDIR)$(gnomercdir)/gnomerc
-+      $(INSTALL_SCRIPT) Default.redhat $(DESTDIR)$(sessdir)/Default
-+
-+      chown gdm $(DESTDIR)$(authdir) || :
-+      chogrp gdm $(DESTDIR)$(authdir) || :
-+      chmod 750 $(DESTDIR)$(authdir)
-       system=`uname`; \
-       if test -f /usr/include/security/pam_appl.h; then \
-@@ -124,6 +64,6 @@
-               $(INSTALL_DATA) gdm-autologin $(DESTDIR)$(PAM_PREFIX)/pam.d/gdm-autologin; \
-          fi; \
-          if test $$system = SunOS; then \
--              echo "Please add PAM authentication for gdm and gdm-autologin in $(PAM_PREFIX)/pam.conf!"; \
-+              echo "Please add PAM authentication for gdm and gdm-autologin in $(DESTDIR)$(PAM_PREFIX)/pam.conf!"; \
-          fi; \
-       fi
---- gdm-2.2.5.4/daemon/Makefile.am~    Tue Jan 29 02:32:48 2002
-+++ gdm-2.2.5.4/daemon/Makefile.am     Tue Jan 29 02:32:48 2002
-@@ -1,9 +1,6 @@
- ## Process this file with automake to produce makefile.in
--CFLAGS = @CFLAGS@ -g -Wall \
--      -Wpointer-arith \
--      -Wmissing-prototypes -Wmissing-declarations 
--DEFS = @DEFS@ -DGDM_CONFIG_FILE=\"@sysconfdir@/gdm/gdm.conf\"
-+DEFS = @DEFS@ -DGDM_CONFIG_FILE=\"$(sysconfdir)/gdm/gdm.conf\"
- INCLUDES = \
-       -I.                                             \
---- gdm-2.2.5.4/docs/sgmldocs.make~    Tue Jan 29 02:41:23 2002
-+++ gdm-2.2.5.4/docs/sgmldocs.make     Tue Jan 29 02:41:23 2002
-@@ -58,7 +58,7 @@
-       -cp $(docname)/index.html .
- $(docname).sgml: $(sgml_ents)
--        -ourdir=`pwd`;  \
-+      ourdir=`pwd`;  \
-         cd $(srcdir);   \
-         cp $(sgml_ents) $$ourdir
diff --git a/gdm-conf.patch b/gdm-conf.patch
deleted file mode 100644 (file)
index f68a85a..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -urN gdm-2.4.1.1.orig/config/gdm.conf.in gdm-2.4.1.1/config/gdm.conf.in
---- gdm-2.4.1.1.orig/config/gdm.conf.in        Tue Jan 14 02:59:56 2003
-+++ gdm-2.4.1.1/config/gdm.conf.in     Tue Jan 14 03:01:03 2003
-@@ -56,8 +56,8 @@
- # you should create these user and group.  Anyone found running this as
- # someone too privilaged will get a kick in the ass.  This should have
- # access to only the gdm directories and files.
--User=gdm
--Group=gdm
-+User=xdm
-+Group=xdm
- # To try to kill all clients started at greeter time or in the Init script.
- # doesn't always work, only if those clients have a window of their own
- KillInitClients=true
-@@ -157,7 +157,7 @@
- # The 'theme'.  By default we're using the default gtk theme
- # Of course assuming that gtk got installed in the same prefix,
- # if not change this.
--#GtkRC=@EXPANDED_DATADIR@/themes/Default/gtk/gtkrc
-+GtkRC=@EXPANDED_DATADIR@/themes/Default/gtk-2.0/gtkrc
- # Maximum size of an icon, larger icons are scaled down
- MaxIconWidth=128
- MaxIconHeight=128
diff --git a/gdm-logdir.patch b/gdm-logdir.patch
deleted file mode 100644 (file)
index a65accd..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Nuard gdm-2.4.4.3.orig/config/Makefile.am gdm-2.4.4.3/config/Makefile.am
---- gdm-2.4.4.3.orig/config/Makefile.am        2003-09-23 00:13:12.000000000 +0200
-+++ gdm-2.4.4.3/config/Makefile.am     2003-09-27 12:00:18.000000000 +0200
-@@ -6,7 +6,7 @@
- instsessdir = $(datadir)/xsessions
- initdir = $(sysconfdir)/gdm/Init
- authdir = $(localstatedir)/gdm
--logdir = $(localstatedir)/log/gdm
-+logdir = /var/log/gdm
- gnomercdir = $(sysconfdir)/gdm
- postdir = $(sysconfdir)/gdm/PostSession
- predir = $(sysconfdir)/gdm/PreSession
-diff -Nuard gdm-2.4.4.3.orig/configure.in gdm-2.4.4.3/configure.in
---- gdm-2.4.4.3.orig/configure.in      2003-09-25 20:31:12.000000000 +0200
-+++ gdm-2.4.4.3/configure.in   2003-09-27 11:59:52.000000000 +0200
-@@ -524,7 +524,7 @@
- AC_SUBST(EXPANDED_AUTHDIR)
- AC_DEFINE_UNQUOTED(EXPANDED_AUTHDIR,"$EXPANDED_AUTHDIR")
--LOGDIR_TMP="$localstatedir/log/gdm"
-+LOGDIR_TMP="/var/log/gdm"
- EXPANDED_LOGDIR=`eval echo $LOGDIR_TMP`
- AC_SUBST(EXPANDED_LOGDIR)
- AC_DEFINE_UNQUOTED(EXPANDED_LOGDIR,"$EXPANDED_LOGDIR")
diff --git a/gdm-omf.patch b/gdm-omf.patch
deleted file mode 100644 (file)
index a3fd784..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -Nuard gdm-2.2.5.4.orig/docs/gdmconfig/C/gdmconfig-C.omf gdm-2.2.5.4/docs/gdmconfig/C/gdmconfig-C.omf
---- gdm-2.2.5.4.orig/docs/gdmconfig/C/gdmconfig-C.omf  Sun Mar  4 17:24:41 2001
-+++ gdm-2.2.5.4/docs/gdmconfig/C/gdmconfig-C.omf       Wed Oct  2 15:08:55 2002
-@@ -1,14 +1,22 @@
- <?xml version="1.0" standalone="no"?>
-+<!DOCTYPE omf PUBLIC "-//OMF//DTD Scrollkeeper OMF Variant V1.0//EN" "http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd">
- <omf>
-   <resource>
-+    <creator/>
-     <title>
-       The GDM Configurator Manual
-     </title>
--    <subject>
--      <category>GNOME|Core Desktop</category>
--    </subject>
-+    <date>
-+      2002-10-02
-+    </date>
-+    <version identifier="2.2.5.4" date="2002-10-02"/>
-+    <subject category="GNOME|Core Desktop"/>
-+    <description/>
-+    <type/>
-     <format mime="text/sgml"/>
-     <identifier url="gdmconfig.sgml"/>
-     <language code="C"/>
-+    <relation seriesid="6670c0da-d607-11d6-9b66-fbf823ee93f7"/>
-+    <rights type="GNU GPL" license.version="2" license="http://www.gnu.org/licenses/gpl.html"/>
-   </resource>
- </omf>
diff --git a/gdm-permissions.patch b/gdm-permissions.patch
deleted file mode 100644 (file)
index 04fe514..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-diff -ru gdm-2.2.5.4/daemon/gdm.c gdm-2.2.5.4-AX/daemon/gdm.c
---- gdm-2.2.5.4/daemon/gdm.c   Wed Dec  5 05:29:09 2001
-+++ gdm-2.2.5.4-AX/daemon/gdm.c        Tue Feb  5 01:21:32 2002
-@@ -579,31 +579,31 @@
-           gdm_fail (_("gdm_config_parse: Authdir %s is not a directory. Aborting."), GdmServAuthDir);
-     }
--    if (statbuf.st_uid != GdmUserId || statbuf.st_gid != GdmGroupId)  {
-+    if (statbuf.st_uid != 0 || statbuf.st_gid != GdmGroupId)  {
-           char *s = g_strdup_printf (_("Server Authorization directory "
-                                        "(daemon/ServAuthDir) is set to %s "
-                                        "but is not owned by user %s and group "
-                                        "%s.  Please correct the ownership or "
-                                        "gdm configuration %s and restart "
-                                        "gdm."),
--                                     GdmServAuthDir, GdmUser, GdmGroup,
-+                                     GdmServAuthDir, "root", GdmGroup,
-                                      GDM_CONFIG_FILE);
-           gdm_text_message_dialog (s);
-           gdm_fail (_("gdm_config_parse: Authdir %s is not owned by user %s, group %s. Aborting."), 
--                    GdmServAuthDir, GdmUser, GdmGroup);
-+                    GdmServAuthDir, "root", GdmGroup);
-     }
--    if (statbuf.st_mode != (S_IFDIR|S_IRWXU|S_IRGRP|S_IXGRP))  {
-+    if (statbuf.st_mode != (S_IFDIR|S_IRWXU|S_IRWXG))  {
-           char *s = g_strdup_printf (_("Server Authorization directory "
-                                        "(daemon/ServAuthDir) is set to %s "
-                                        "but has the wrong permissions, it "
--                                       "should have permissions of 0750."
-+                                       "should have permissions of 0770."
-                                        "Please correct the permissions or "
-                                        "the gdm configuration %s and "
-                                        "restart gdm."),
-                                      GdmServAuthDir, GDM_CONFIG_FILE);
-           gdm_text_message_dialog (s);
--          gdm_fail (_("gdm_config_parse: Authdir %s has wrong permissions %o. Should be 0750. Aborting."), 
-+          gdm_fail (_("gdm_config_parse: Authdir %s has wrong permissions %o. Should be 0770. Aborting."), 
-                     GdmServAuthDir, statbuf.st_mode);
-     }
diff --git a/gdm-pld-logo.png b/gdm-pld-logo.png
deleted file mode 100644 (file)
index fb56b82..0000000
Binary files a/gdm-pld-logo.png and /dev/null differ
diff --git a/gdm-xdmcp.patch b/gdm-xdmcp.patch
deleted file mode 100644 (file)
index 55b2b90..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN gdm-2.4.2.99.orig/daemon/server.c gdm-2.4.2.99/daemon/server.c
---- gdm-2.4.2.99.orig/daemon/server.c  Fri Aug  1 01:39:23 2003
-+++ gdm-2.4.2.99/daemon/server.c       Fri Aug  1 01:40:23 2003
-@@ -1013,7 +1013,7 @@
-         /* Log all output from spawned programs to a file */
-       logfile = g_strconcat (GdmLogDir, "/", d->name, ".log", NULL);
-       IGNORE_EINTR (unlink (logfile));
--      logfd = open (logfile, O_CREAT|O_TRUNC|O_WRONLY|O_EXCL, 0644);
-+      logfd = open (logfile, O_CREAT|O_TRUNC|O_WRONLY|O_EXCL, 0640);
-       if (logfd != -1) {
-               IGNORE_EINTR (dup2 (logfd, 1));
diff --git a/gdm-xsession.patch b/gdm-xsession.patch
deleted file mode 100644 (file)
index 36f866c..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -urN gdm.orig/config/Xsession.in gdm-2.4.4.1/config/Xsession.in
---- gdm.orig/config/Xsession.in        2003-08-18 19:31:08.000000000 +0200
-+++ gdm-2.4.4.1/config/Xsession.in     2003-09-19 23:59:30.802517128 +0200
-@@ -35,6 +35,10 @@
- test -f /etc/xprofile && . /etc/xprofile
- test -f $HOME/.xprofile && . $HOME/.xprofile
-+if [ ! -f $HOME/.profile ] && echo $SHELL |grep -q "bash"; then
-+    test -f $HOME/.bash_profile && . $HOME/.bash_profile
-+fi
-+
- # Translation stuff
- if [ -x "@EXPANDED_LIBEXECDIR@/gdmtranslate" ] ; then
-   gdmtranslate="@EXPANDED_LIBEXECDIR@/gdmtranslate"
diff --git a/gdm.conf b/gdm.conf
deleted file mode 100644 (file)
index 3e22b38..0000000
--- a/gdm.conf
+++ /dev/null
@@ -1,106 +0,0 @@
-[daemon]
-AutomaticLoginEnable=false
-AutomaticLogin=
-Configurator=/usr/X11R6/bin/gdmconfig --disable-sound --disable-crash-dialog
-GnomeDefaultSession=/usr/X11R6/share/gnome/default.session
-Chooser=/usr/X11R6/bin/gdmchooser --disable-sound --disable-crash-dialog
-DefaultPath=/bin:/usr/bin:/usr/bin/X11:/usr/local/bin:/usr/X11R6/bin
-DisplayInitDir=/etc/X11/gdm/Init
-Greeter=/usr/X11R6/bin/gdmlogin --disable-sound --disable-crash-dialog
-Group=xdm
-HaltCommand=/sbin/shutdown -h now
-KillInitClients=true
-LogDir=/var/lib/gdm
-PidFile=/var/run/gdm.pid
-PostSessionScriptDir=/etc/X11/gdm/PostSession/
-PreSessionScriptDir=/etc/X11/gdm/PreSession/
-FailsafeXServer=
-XKeepsCrashing=/etc/X11/gdm/XKeepsCrashing
-XKeepsCrashingConfigurators=/usr/X11R6/bin/XF86Setup /usr/X11R6/bin/Xconfigurator
-RebootCommand=/sbin/shutdown -r now
-RootPath=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
-ServAuthDir=/var/lib/gdm
-SessionDir=/etc/X11/gdm/Sessions/
-User=xdm
-UserAuthDir=
-UserAuthFBDir=/tmp
-UserAuthFile=.Xauthority
-TimedLoginEnable=false
-TimedLogin=
-TimedLoginDelay=30
-
-[security]
-AllowRoot=true
-AllowRemoteRoot=true
-RelaxPermissions=0
-RetryDelay=3
-UserMaxFile=65536
-SessionMaxFile=524388
-VerboseAuth=true
-
-[xdmcp]
-Enable=false
-HonorIndirect=false
-MaxPending=4
-MaxPendingIndirect=4
-MaxSessions=16
-MaxWait=30
-MaxWaitIndirect=30
-Port=177
-
-[gui]
-GtkRC=/usr/X11R6/share/themes/Default/gtk/gtkrc
-MaxIconWidth=128
-MaxIconHeight=128
-
-[greeter]
-TitleBar=true
-ConfigAvailable=true
-Browser=false
-DefaultFace=/usr/X11R6/share/pixmaps/nobody.png
-DefaultLocale=en_US
-Exclude=bin,daemon,adm,lp,sync,shutdown,halt,mail,news,uucp,operator,nobody,gdm,postgres,pvm
-Font=-*-helvetica-bold-r-normal-*-*-180-*-*-*-*-*-*
-GlobalFaceDir=/usr/X11R6/share/faces/
-Icon=/usr/X11R6/share/pixmaps/gdm.xpm
-LocaleFile=/etc/X11/gdm/locale.alias
-Logo=/usr/X11R6/share/pixmaps/gdm-pld-logo.png
-Quiver=true
-SystemMenu=true
-Welcome=Welcome to %n
-Welcome[es]=Bienvenido a %n
-Welcome[de]=Willkommen auf %n
-Welcome[fr]=Bienvenue sur %n
-Welcome[cs]=Vítejte na %n
-LockPosition=false
-SetPosition=false
-PositionX=0
-PositionY=0
-XineramaScreen=0
-#Type can be 0=None, 1=Image, 2=Color
-BackgroundType=2
-BackgroundImage=
-BackgroundScaleToFit=true
-BackgroundColor=#007777
-BackgroundRemoteOnlyColor=true
-BackgroundProgram=
-ShowGnomeChooserSession=true
-ShowGnomeFailsafeSession=true
-ShowXtermFailsafeSession=true
-
-[chooser]
-DefaultHostImg=/usr/X11R6/share/pixmaps/nohost.png
-HostImageDir=/usr/X11R6/share/hosts/
-ScanTime=3
-
-[debug]
-Enable=false
-
-[servers]
-0=Standard
-
-[server-Standard]
-name=Standard server
-command=/usr/X11R6/bin/X -nolisten tcp
-flexible=true
-
diff --git a/gdm.init b/gdm.init
deleted file mode 100644 (file)
index b1c7ad8..0000000
--- a/gdm.init
+++ /dev/null
@@ -1,59 +0,0 @@
-#!/bin/sh
-#
-# gdm:         Starts the Gnome Display Manager
-#
-# Version:     @(#) /etc/rc.d/init.d/gdm 0.1
-#
-# chkconfig:   5 95 5
-# description: Starts and stops the Gnome Display Manager at startup and \
-#              shutdown..
-#
-# config:      /etc/X11/gdm/gdm-config
-# probe:       true
-# hide:                true
-
-. /etc/rc.d/init.d/functions
-
-# Get service config
-if [ -f /etc/sysconfig/gdm ]; then
-       . /etc/sysconfig/gdm
-fi
-
-RETVAL=0
-# See how we were called.
-case "$1" in
-  start)
-       # Check if the service is already running?
-       if [ ! -f /var/lock/subsys/gdm ]; then
-               msg_starting "Gnome Display Manager"
-               daemon open /usr/bin/gdm
-               RETVAL=$?
-               [ $RETVAL -eq 0 ] && touch /var/lock/subsys/gdm
-       else
-               msg_already_running "Gnome Display Manager"
-       fi
-       ;;
-  stop)
-       if [ -f /var/lock/subsys/gdm ]; then
-               msg_stopping "Gnome Display Manager"
-               killproc gdm
-               rm -f /var/lock/subsys/gdm
-       else
-               msg_not_running "Gnome Display Manager"
-       fi
-       ;;
-  status)
-       status gdm
-       exit $?
-       ;;
-  restart|force-reload)
-       $0 stop
-       $0 start
-       exit $?
-       ;;
-  *)
-       msg_usage "$0 {start|stop|restart|force-reload|status}"
-       exit 3
-esac
-
-exit $RETVAL
diff --git a/gdm.pamd b/gdm.pamd
deleted file mode 100644 (file)
index a004ceb..0000000
--- a/gdm.pamd
+++ /dev/null
@@ -1,18 +0,0 @@
-#%PAM-1.0
-auth           required        pam_listfile.so item=user sense=deny file=/etc/security/blacklist onerr=succeed
-auth           required        pam_listfile.so item=user sense=deny file=/etc/security/blacklist.gdm onerr=succeed
-auth           required        pam_unix.so
-auth           required        pam_tally.so file=/var/log/faillog onerr=succeed no_magic_root
-auth           required        pam_shells.so
-auth           required        pam_nologin.so
-account                required        pam_tally.so deny=0 file=/var/log/faillog onerr=succeed no_magic_root
-account                required        pam_access.so
-account                required        pam_time.so
-account                required        pam_unix.so
-password       required        pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3
-password       required        pam_unix.so md5 shadow use_authtok
-password       required        pam_make.so /var/db
-session                required        pam_unix.so
-session                required        pam_env.so
-session                required        pam_limits.so change_uid
-session                optional        pam_console.so
This page took 0.120297 seconds and 4 git commands to generate.