summaryrefslogtreecommitdiff
path: root/gdm.spec.in
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-06-05 03:44:29 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-06-05 03:44:29 +0000
commitab1e11680746f99f8742f8277b22dbbcd12d584c (patch)
tree8fac158043e0d6af5245f82af372a185b8a29ed4 /gdm.spec.in
parentaa932186daf51118989ddb40d47bfed4d2390b41 (diff)
downloadgdm-ab1e11680746f99f8742f8277b22dbbcd12d584c.tar.gz
remove unused opcode (GDM_STOP)
Sun Jun 03 04:55:49 2001 George Lebl <jirka@5z.com> * daemon/gdm.h: remove unused opcode (GDM_STOP) * daemon/slave.c, gui/gdmlogin.c: On GDM_QUIT the login will make sure to quickly quit and in the slave we no longer kill it to avoid a possible race, also try to avoid other races todo with killing things. Also fclose the greeter channel to avoid a leak. * daemon/gdm.h, daemon/slave.c: get the size of the screen from xinerama and center error dialog stuff.
Diffstat (limited to 'gdm.spec.in')
-rw-r--r--gdm.spec.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/gdm.spec.in b/gdm.spec.in
index d0f7a778..6e8940f1 100644
--- a/gdm.spec.in
+++ b/gdm.spec.in
@@ -29,7 +29,7 @@ several different X sessions on your local machine at the same time.
CFLAGS="-g $RPM_OPT_FLAGS" ./configure --localstatedir=%{localstatedir} \
--prefix=%{_prefix} --sysconfdir=%{sysconfdir}/X11 \
--bindir=%{_bindir} --datadir=%{_datadir} --sbindir=%{_sbindir} \
- --enable-console-helper
+ --enable-console-helper --with-pam-prefix=/etc
make
@@ -59,10 +59,11 @@ ln -sf ../../xdm/Xsetup_0 $RPM_BUILD_ROOT%{sysconfdir}/X11/gdm/Init/Default
ln -sf ../../xdm/GiveConsole $RPM_BUILD_ROOT%{sysconfdir}/X11/gdm/PreSession/Default
ln -sf ../../xdm/TakeConsole $RPM_BUILD_ROOT%{sysconfdir}/X11/gdm/PostSession/Default
+# done right nowdays
# move pam.d stuff to right place
-mv $RPM_BUILD_ROOT%{sysconfdir}/X11/pam.d $RPM_BUILD_ROOT%{sysconfdir}
+# mv $RPM_BUILD_ROOT%{sysconfdir}/X11/pam.d $RPM_BUILD_ROOT%{sysconfdir}
# move security stuff to right place
-mv $RPM_BUILD_ROOT%{sysconfdir}/X11/security $RPM_BUILD_ROOT%{sysconfdir}
+# mv $RPM_BUILD_ROOT%{sysconfdir}/X11/security $RPM_BUILD_ROOT%{sysconfdir}
%clean