summaryrefslogtreecommitdiffstats
path: root/x11/gdm2/pkg-message
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-09 06:34:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-09 06:34:29 +0800
commit9757477161720a1f776411b6c41f3f07b801761f (patch)
treeb7548c0751da1d0970ba7f7d07cd1f49c24985d6 /x11/gdm2/pkg-message
parentbcd2d3ec2230608909933e9eb018052c1c6ca989 (diff)
downloadmarcuscom-ports-9757477161720a1f776411b6c41f3f07b801761f.tar
marcuscom-ports-9757477161720a1f776411b6c41f3f07b801761f.tar.gz
marcuscom-ports-9757477161720a1f776411b6c41f3f07b801761f.tar.bz2
marcuscom-ports-9757477161720a1f776411b6c41f3f07b801761f.tar.lz
marcuscom-ports-9757477161720a1f776411b6c41f3f07b801761f.tar.xz
marcuscom-ports-9757477161720a1f776411b6c41f3f07b801761f.tar.zst
marcuscom-ports-9757477161720a1f776411b6c41f3f07b801761f.zip
Add gdm2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@35 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm2/pkg-message')
-rw-r--r--x11/gdm2/pkg-message20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/gdm2/pkg-message b/x11/gdm2/pkg-message
new file mode 100644
index 000000000..91ce3698b
--- /dev/null
+++ b/x11/gdm2/pkg-message
@@ -0,0 +1,20 @@
+GDM is installed.
+
+Please note the following:
+- This port has been tested on 5.0-CURRENT and 4.4-RELEASE and higher.
+- If you are running a version of FreeBSD prior to 4.5-PRERELEASE, you should
+ append these lines to your /etc/pam.conf, otherwise GDM will refuse all
+ logins:
+
+# gdm config
+gdm auth requisite pam_unix.so try_first_pass
+gdm account requisite pam_unix.so try_first_pass
+gdm session required pam_permit.so
+
+- 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, by default, in
+ /usr/X11R6/etc/rc.d.
+
+These notes were written by: Yukihiro Nakai <nakai@FreeBSD.org>
+and updated by: Joe Marcus Clarke <marcus@FreeBSD.org>