diff options
author | nakai <nakai@FreeBSD.org> | 2000-10-17 09:13:37 +0000 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-10-17 09:13:37 +0000 |
commit | e888515052e0b52262247aa81c7651a05712edb8 (patch) | |
tree | 76aa9042fc1dee67ad67419b920ea54d4b25d7f2 /x11 | |
parent | 05955f20cef7c0fc96c0acdfb0d1eb170d58fc73 (diff) | |
download | FreeBSD-ports-e888515052e0b52262247aa81c7651a05712edb8.zip FreeBSD-ports-e888515052e0b52262247aa81c7651a05712edb8.tar.gz |
Add pkg-message
Submitted by: Stijn Hoop <stijn@win.tue.nl>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm/Makefile | 3 | ||||
-rw-r--r-- | x11/gdm/pkg-message | 22 | ||||
-rw-r--r-- | x11/gdm2/Makefile | 3 | ||||
-rw-r--r-- | x11/gdm2/pkg-message | 22 |
4 files changed, 48 insertions, 2 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index cb9e7c3..ca85544 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -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> diff --git a/x11/gdm/pkg-message b/x11/gdm/pkg-message new file mode 100644 index 0000000..2c30bd5 --- /dev/null +++ b/x11/gdm/pkg-message @@ -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> diff --git a/x11/gdm2/Makefile b/x11/gdm2/Makefile index cb9e7c3..ca85544 100644 --- a/x11/gdm2/Makefile +++ b/x11/gdm2/Makefile @@ -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> diff --git a/x11/gdm2/pkg-message b/x11/gdm2/pkg-message new file mode 100644 index 0000000..2c30bd5 --- /dev/null +++ b/x11/gdm2/pkg-message @@ -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> |