diff options
author | tron <tron@pkgsrc.org> | 1999-11-15 00:07:02 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-11-15 00:07:02 +0000 |
commit | db12922dfba15ce3edebd5f3590a5753a8f76206 (patch) | |
tree | 1bd21250b354aa650690c7633fce8d49aeb1ef2e /x11/gdm/patches | |
parent | 19e8dedb529ab39a97339ea01a008f4a33f72eb8 (diff) | |
download | pkgsrc-db12922dfba15ce3edebd5f3590a5753a8f76206.tar.gz |
- Use daemon picture in greeter window like the "kdebase" package.
- Store process id in "/var/run/xdm.pid" so that our "rc.shutdown"
will terminate "gdm".
Diffstat (limited to 'x11/gdm/patches')
-rw-r--r-- | x11/gdm/patches/patch-ab | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/x11/gdm/patches/patch-ab b/x11/gdm/patches/patch-ab index 44dac780e72..de11b12044a 100644 --- a/x11/gdm/patches/patch-ab +++ b/x11/gdm/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.1.1.1 1999/11/10 23:15:28 tron Exp $ +$NetBSD: patch-ab,v 1.2 1999/11/15 00:07:02 tron Exp $ --- config/gdm.conf.in.orig Tue Sep 7 06:37:16 1999 -+++ config/gdm.conf.in Tue Nov 9 23:30:28 1999 -@@ -1,9 +1,9 @@ ++++ config/gdm.conf.in Mon Nov 15 00:57:03 1999 +@@ -1,20 +1,20 @@ [daemon] Chooser=@bindir@/gdmchooser --disable-sound --disable-crash-dialog -DefaultPath=/bin:/usr/bin:/usr/bin/X11:/usr/local/bin:@bindir@ @@ -14,7 +14,8 @@ $NetBSD: patch-ab,v 1.1.1.1 1999/11/10 23:15:28 tron Exp $ HaltCommand=/sbin/shutdown -h now KillInitClients=1 LogDir=@authdir@ -@@ -11,10 +11,10 @@ +-PidFile=/var/run/gdm.pid ++PidFile=/var/run/xdm.pid PostSessionScriptDir=@sysconfdir@/gdm/PostSession/ PreSessionScriptDir=@sysconfdir@/gdm/PreSession/ RebootCommand=/sbin/shutdown -r now @@ -27,6 +28,15 @@ $NetBSD: patch-ab,v 1.1.1.1 1999/11/10 23:15:28 tron Exp $ UserAuthDir= UserAuthFBDir=/tmp UserAuthFile=.Xauthority +@@ -50,7 +50,7 @@ + GlobalFaceDir=@datadir@/faces/ + Icon=@pixmapdir@/gdm.xpm + LocaleFile=@localedir@/locale.alias +-Logo=@pixmapdir@/gnome-logo-large.png ++Logo=@pixmapdir@/Daemon.png + Quiver=1 + SystemMenu=0 + Welcome=Welcome to %n @@ -64,7 +64,7 @@ Enable=0 |