Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 53526
Collapse All | Expand All

(-)gdm-2.4.4.7-r1.ebuild.old (-4 / +11 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2004 Gentoo Technologies, Inc.
1
# Copyright 1999-2004 Gentoo Technologies, Inc.
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/www/www.gentoo.org/raw_cvs/gentoo-x86/gnome-base/gdm/gdm-2.4.4.7-r1.ebuild,v 1.6 2004/06/06 10:54:34 lv Exp $
3
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.4.4.7-r1.ebuild,v 1.6 2004/06/06 10:54:34 lv Exp $
4
4
5
inherit gnome2 eutils
5
inherit gnome2 eutils
6
6
Lines 36-41 Link Here
36
G2CONF="${G2CONF} \
35
G2CONF="${G2CONF} \
37
	--sysconfdir=/etc/X11 \
36
	--sysconfdir=/etc/X11 \
38
	--with-pam-prefix=/etc \
37
	--with-pam-prefix=/etc \
38
	--localstatedir=/var \
39
	--with-xdmcp \
39
	--with-xdmcp \
40
	`use_with tcpd tcp-wrappers` \
40
	`use_with tcpd tcp-wrappers` \
41
	`use_with xinerama` \
41
	`use_with xinerama` \
Lines 61-69 Link Here
61
	dosym /usr/bin/gdm /usr/bin/gdm-binary
59
	dosym /usr/bin/gdm /usr/bin/gdm-binary
62
60
63
	# log, etc.
61
	# log, etc.
64
	dodir /var/lib/gdm
62
	dodir /var/log/gdm
65
	chown gdm:gdm ${D}/var/lib/gdm
63
	dodir /var/gdm
66
	chmod 750 ${D}/var/lib/gdm
64
	chown root:gdm ${D}/var/gdm
65
	chmod 1770 ${D}/var/gdm
66
	keepdir /var/log/gdm
67
	keepdir /var/gdm
68
	# dodir /var/lib/gdm
69
	# chown gdm:gdm ${D}/var/lib/gdm
70
	# chmod 750 ${D}/var/lib/gdm
67
71
68
	# use our own session script
72
	# use our own session script
69
	rm -f ${D}/etc/X11/gdm/Xsession
73
	rm -f ${D}/etc/X11/gdm/Xsession

Return to bug 53526