diff options
author | Bob Funk <bobfunk11@gmail.com> | 2022-11-18 06:12:12 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 10:08:11 +0700 |
commit | 8e22868acfb29c9079d8ccf789bdf7043a7f11c2 (patch) | |
tree | f1406c29f5672e97bfdc3b7c5ac16d43eb01e0cb /desktop/gdm/README | |
parent | 0209d3c309087083a4f95159eda0be1f9dbdfe40 (diff) |
desktop/gdm: Add wrapper script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/gdm/README')
-rw-r--r-- | desktop/gdm/README | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/desktop/gdm/README b/desktop/gdm/README index ad7f01b10d..cbfa39afba 100644 --- a/desktop/gdm/README +++ b/desktop/gdm/README @@ -1,23 +1,6 @@ GDM is a system service that is responsible for providing graphical logins and managing local and remote display. -Critical note on Slackware: -Slackware has it's '/etc/rc.d/rc.4' script starting gdm with an invalid -command line option, which will cause gdm to fail starting in runlevel -4. To use gdm, you will need to edit '/etc/rc.d/rc.4' to remove the -'-nodaemon' option from being passed to gdm. After editing, the gdm -lines should look like this: - -if [ -x /usr/bin/gdm ]; then - exec /usr/bin/gdm -fi - -# Someone thought that gdm looked prettier in /usr/sbin, -# so look there, too: -if [ -x /usr/sbin/gdm ]; then - exec /usr/sbin/gdm -fi - A note on PAM: The GDM source includes PAM configs for linux distros like redhat, lfs, and arch. However, none of these pre-designed configs are suitable for |