diff options
Diffstat (limited to 'x11/gdm/files/patch-ab')
-rw-r--r-- | x11/gdm/files/patch-ab | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/x11/gdm/files/patch-ab b/x11/gdm/files/patch-ab deleted file mode 100644 index cd7353010772..000000000000 --- a/x11/gdm/files/patch-ab +++ /dev/null @@ -1,78 +0,0 @@ - -$FreeBSD$ - ---- config/gdm.conf.in.orig Fri Nov 16 13:42:13 2001 -+++ config/gdm.conf.in Thu Dec 20 11:35:10 2001 -@@ -5,7 +5,7 @@ - # want gdm to kill/restart the server, turn this on - AlwaysRestartServer=false - Configurator=@EXPANDED_GDMCONFIGDIR@/gdmconfig --disable-sound --disable-crash-dialog --GnomeDefaultSession=@EXPANDED_DATADIR@/gnome/default.session -+GnomeDefaultSession=@EXPANDED_DATADIR@/default.session - Chooser=@EXPANDED_BINDIR@/gdmchooser --disable-sound --disable-crash-dialog - DefaultPath=/bin:/usr/bin:/usr/bin/X11:/usr/local/bin:@EXPANDED_BINDIR@ - DisplayInitDir=@EXPANDED_SYSCONFDIR@/gdm/Init -@@ -13,7 +13,7 @@ - Group=gdm - HaltCommand=/sbin/shutdown -h now - KillInitClients=true --LogDir=@EXPANDED_AUTHDIR@ -+LogDir=/var/log - PidFile=/var/run/gdm.pid - PostSessionScriptDir=@EXPANDED_SYSCONFDIR@/gdm/PostSession/ - PreSessionScriptDir=@EXPANDED_SYSCONFDIR@/gdm/PreSession/ -@@ -22,7 +22,7 @@ - FailsafeXServer= - XKeepsCrashing=@EXPANDED_SYSCONFDIR@/gdm/XKeepsCrashing - RebootCommand=/sbin/shutdown -r now --RootPath=/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/local/bin:@EXPANDED_BINDIR@ -+RootPath=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:@EXPANDED_BINDIR@ - ServAuthDir=@EXPANDED_AUTHDIR@ - SessionDir=@EXPANDED_SYSCONFDIR@/gdm/Sessions/ - SuspendCommand= -@@ -33,9 +33,9 @@ - TimedLoginEnable=false - TimedLogin= - TimedLoginDelay=30 --StandardXServer=/usr/bin/X11/X -+StandardXServer=@EXPANDED_BINDIR@/X - FlexibleXServers=5 --Xnest=/usr/bin/X11/Xnest -name Xnest -+Xnest=@EXPANDED_BINDIR@/Xnest -name Xnest - - [security] - # If any distributions ship with this one off, they should be shot -@@ -68,7 +68,7 @@ - Willing=@EXPANDED_SYSCONFDIR@/gdm/Xwilling - - [gui] --GtkRC=@EXPANDED_DATADIR@/themes/Default/gtk/gtkrc -+GtkRC=@EXPANDED_DATADIR@/../themes/Default/gtk/gtkrc - MaxIconWidth=128 - MaxIconHeight=128 - -@@ -77,14 +77,14 @@ - ConfigAvailable=true - Browser=false - DefaultFace=@EXPANDED_PIXMAPDIR@/nobody.png --DefaultLocale=en_US -+DefaultLocale=en_US.ISO_8859-1 - # These are things excluded from the face browser, not from logging in - Exclude=bin,daemon,adm,lp,sync,shutdown,halt,mail,news,uucp,operator,nobody,gdm,postgres,pvm,rpm --Font=-*-helvetica-bold-r-normal-*-*-180-*-*-*-*-*-*,* -+Font=-*-helvetica-bold-r-normal-*-*-180-*-*-*-*-*-*,*-r-*,* - GlobalFaceDir=@EXPANDED_DATADIR@/faces/ - Icon=@EXPANDED_PIXMAPDIR@/gdm.xpm - LocaleFile=@EXPANDED_LOCALEDIR@/locale.alias --Logo=@EXPANDED_PIXMAPDIR@/gnome-logo-large.png -+Logo=@EXPANDED_PIXMAPDIR@/Daemon.png - Quiver=true - SystemMenu=true - Welcome=Welcome to %n -@@ -137,5 +137,5 @@ - - [server-Standard] - name=Standard server --command=/usr/bin/X11/X -+command=@EXPANDED_BINDIR@/X - flexible=true |