diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-30 08:20:33 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-30 08:20:33 +0000 |
commit | adefabd19078c7f1efdaccfb63ea39b8d9d41c40 (patch) | |
tree | 95b4a5fc72d9027c7096b2f3af501ec3c36a4e32 /x11/gdm | |
parent | 18540c5c10d79867abdd46deaa524969b6140b83 (diff) | |
download | ports-adefabd19078c7f1efdaccfb63ea39b8d9d41c40.tar.gz ports-adefabd19078c7f1efdaccfb63ea39b8d9d41c40.zip |
Update pkg-message to match reality.
PR: 33324
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes:
svn path=/head/; revision=52391
Diffstat (limited to 'x11/gdm')
-rw-r--r-- | x11/gdm/pkg-message | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/gdm/pkg-message b/x11/gdm/pkg-message index 36a2d11510f5..86f8373665b9 100644 --- a/x11/gdm/pkg-message +++ b/x11/gdm/pkg-message @@ -1,10 +1,10 @@ GDM is installed. Please note the following: -- This port has been tested on 5.0-CURRENT and 4.4-STABLE. It only works - with XFree86-3.3.x. It will not work on 3.x. -- You should append these lines to your /etc/pam.conf, otherwise - GDM will refuse all logins: +- 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 @@ -17,4 +17,4 @@ gdm session required pam_permit.so ttyv8 "/usr/X11R6/bin/gdm -nodaemon" xterm on These notes were written by: Yukihiro Nakai <nakai@FreeBSD.org> -and updated by: Stijn Hoop <stijn@win.tue.nl> +and updated by: Joe Marcus Clarke <marcus@marcuscom.com> |