mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8e217384f3
GNOME version of xdm display manager. This gdm has been a headache for us, the GNOME binary maintainer for FreeBSD. Half of patches are from NetBSD pkgsrc system. Thanks for NetBSD and TAKANO Yuji <takachan@running-dog.net>!
25 lines
755 B
Plaintext
25 lines
755 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 1999/11/10 23:15:28 tron Exp $
|
|
|
|
--- config/Makefile.in.orig Thu Sep 30 01:15:45 1999
|
|
+++ config/Makefile.in Tue Nov 9 23:30:28 1999
|
|
@@ -243,6 +243,10 @@
|
|
-e 's,\@sysconfdir\@,$(sysconfdir),g' \
|
|
-e 's,\@localedir\@,$(localedir),g' \
|
|
-e 's,\@authdir\@,$(authdir),g' \
|
|
+ -e 's,\@GDMOWN\@,$(GDMOWN),g' \
|
|
+ -e 's,\@GDMGRP\@,$(GDMGRP),g' \
|
|
+ -e 's,\@X11BASE\@,$(X11BASE),g' \
|
|
+ -e 's,\@LOCALBASE\@,$(LOCALBASE),g' \
|
|
< $(srcdir)/gdm.conf.in > gdm.conf.tmp; \
|
|
mv -f gdm.conf.tmp gdm.conf
|
|
|
|
@@ -300,7 +304,7 @@
|
|
fi
|
|
if test '!' -d $(authdir); then \
|
|
$(mkinstalldirs) $(authdir); \
|
|
- chown gdm.gdm $(authdir); \
|
|
+ chown $(GDMOWN):$(GDMGRP) $(authdir); \
|
|
chmod 750 $(authdir); \
|
|
fi
|
|
|