summaryrefslogtreecommitdiffstats
path: root/x11/gdm2/pkg-message
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-09 04:00:04 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-09 04:00:04 +0800
commit2738a551ba71b087e1824b63c857c3d4d2ff5b4d (patch)
treec5e59b0a8cda0ba805c30435a6f3f684cb75f0d1 /x11/gdm2/pkg-message
parent1e3e026f8fab9c72c1922f1ac37be43f9874698a (diff)
downloadmarcuscom-ports-2738a551ba71b087e1824b63c857c3d4d2ff5b4d.tar
marcuscom-ports-2738a551ba71b087e1824b63c857c3d4d2ff5b4d.tar.gz
marcuscom-ports-2738a551ba71b087e1824b63c857c3d4d2ff5b4d.tar.bz2
marcuscom-ports-2738a551ba71b087e1824b63c857c3d4d2ff5b4d.tar.lz
marcuscom-ports-2738a551ba71b087e1824b63c857c3d4d2ff5b4d.tar.xz
marcuscom-ports-2738a551ba71b087e1824b63c857c3d4d2ff5b4d.tar.zst
marcuscom-ports-2738a551ba71b087e1824b63c857c3d4d2ff5b4d.zip
Update to 2.5.90.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1603 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm2/pkg-message')
-rw-r--r--x11/gdm2/pkg-message26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11/gdm2/pkg-message b/x11/gdm2/pkg-message
new file mode 100644
index 000000000..b2e15c7ab
--- /dev/null
+++ b/x11/gdm2/pkg-message
@@ -0,0 +1,26 @@
+GDM is installed.
+
+Do _NOT_ use /etc/ttys to start gdm at boot time. This will result in gdm
+hanging or restarting constantly. Instead, copy the included gdm.sh.sample
+script to gdm.sh, and restart. This script is found in
+%%PREFIX%%/etc/rc.d.
+
+GDM uses its own locale.alias file to determine its language and especially
+the GNOME 2 fontencoding. This file is located in
+%%PREFIX%%/etc/gdm/locale.alias. By default, the character set for every
+county using the EURO currency is set to ISO8859-15 in order to enable the
+EURO sign. If you do not feel comfortable with this, edit this file according
+to your preferences.
+
+If you are running 5.X and you are running 5.1-RELEASE or earlier, GDM will
+fail to work due to a bug in OpenPAM. You can download a patch from
+http://www.FreeBSD.org/~marcus/pam_get_user.c.diff. You must also have the
+FreeBSD src tree on your system. Do the following to apply the patch:
+
+# cd /usr
+
+# patch -p < /path/to/pam_get_user.c.diff
+
+
+Then rebuild and install world. Note, this bug does _NOT_ affect FreeBSD
+4.X.