summaryrefslogtreecommitdiff
path: root/x11/gdm/files
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-01-20 13:41:06 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-01-20 13:41:06 +0000
commitaca939e6554dbab126ae8cfbd10f78871ff83f89 (patch)
treeab56e8c9ff0f05f83d81e05d52c8e2fede7cf385 /x11/gdm/files
parent3eab13d275721be356a5f433672bfe34d9f9f086 (diff)
downloadpkgsrc-aca939e6554dbab126ae8cfbd10f78871ff83f89.tar.gz
Update gdm to 2.4.4.7 (Fully GNOME 2, gnome v1 libraries are not required
anymore). Update provided by Min Sik Kim via pkgsrc-wip, with minimal changes by me. Changes: 2.4.4.7 stuff: - Fix build problem caused by intltool (fixes #130234) - Translation update (Zygimantas Berucka) 2.4.4.6 stuff: - Fixes xdmcp session counting (fixes #126465) - The programs that want to talk to gdm check ownership of /tmp/.gdm_socket for added paranoia - Fix assert failure when starting Xnest (fixes #127780) - Time for the fail delay is in microseconds (Leena Gunda, fixes #128507) - Translation updates (Maxim Dziumanenko, Dmitry G. Mastrukov, Russian team, Andras Timar, Sanlig Badral, Paul Duffy, David O'Callaghan, Jordi Mallach, Jordi Mas, Guntupalli Karunakar, Andras Timar) 2.4.4.5 stuff: - Brown paper security bag: ~/.Xauthority could be left readable after logout - gecos info (face browser user name) didn't get through if non-utf8 (Frederic Crozat) (fixes mandrake #5309) - Translation updates (another brown paper bag, these went in over the last month) (Kjartan Maraas, Andras Timar, Danilo Segan, Ales Nyakhaychyk, Asmund Skjaeveland, Gustavo Maciel Dias Vieira, Augusta Marques da Silva, Richard Allen) And more... please review NEWS file to see a full list of changes.
Diffstat (limited to 'x11/gdm/files')
-rwxr-xr-xx11/gdm/files/gdm.sh (renamed from x11/gdm/files/gdm)6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gdm/files/gdm b/x11/gdm/files/gdm.sh
index ec87a1690b8..20a4aa0338e 100755
--- a/x11/gdm/files/gdm
+++ b/x11/gdm/files/gdm.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: gdm,v 1.1 2001/07/23 00:59:20 wiz Exp $
+# $NetBSD: gdm.sh,v 1.1 2004/01/20 13:41:06 xtraeme Exp $
#
# PROVIDE: gdm
@@ -12,8 +12,8 @@
name="gdm"
rcvar=$name
command="@PREFIX@/bin/${name}"
-pidfile="/var/run/${name}.pid"
-required_files="@PREFIX@/etc/gdm/gdm.conf"
+pidfile="@LOCALSTATEDIR@/run/${name}.pid"
+required_files="@PKG_SYSCONFDIR@/gdm/gdm.conf"
extra_commands="reload"
load_rc_config $name