1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Add pkg-message

Submitted by:	Stijn Hoop <stijn@win.tue.nl>
This commit is contained in:
Yukihiro Nakai 2000-10-17 09:13:37 +00:00
parent 0a7ec49d95
commit 1a02a3d3ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33925
4 changed files with 48 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= gdm
PORTVERSION= 2.0b4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gdm
@ -36,5 +36,6 @@ pre-patch:
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/config/gnomerc ${PREFIX}/etc/gdm/
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

22
x11/gdm/pkg-message Normal file
View File

@ -0,0 +1,22 @@
GDM is installed.
Please note the following:
- This port doesn't work on the normal FreeBSD 3.x-RELEASEs because
PAM is not stable.
- This port has been tested on 5.0-CURRENT and 4.1.1-STABLE.
4.x-RELEASE may or may not work.
- 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
- To enable GDM after booting, edit your /etc/ttys(5), and change the line
for ttyv8 to
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>

View File

@ -7,7 +7,7 @@
PORTNAME= gdm
PORTVERSION= 2.0b4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gdm
@ -36,5 +36,6 @@ pre-patch:
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/config/gnomerc ${PREFIX}/etc/gdm/
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

22
x11/gdm2/pkg-message Normal file
View File

@ -0,0 +1,22 @@
GDM is installed.
Please note the following:
- This port doesn't work on the normal FreeBSD 3.x-RELEASEs because
PAM is not stable.
- This port has been tested on 5.0-CURRENT and 4.1.1-STABLE.
4.x-RELEASE may or may not work.
- 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
- To enable GDM after booting, edit your /etc/ttys(5), and change the line
for ttyv8 to
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>