diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-09 06:46:18 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-09 06:46:18 +0800 |
commit | a2816215c1f1408a516151a60c03b1ad8ba5a330 (patch) | |
tree | 3fe26c8b08f71f1927220909346707470458e95f /x11 | |
parent | d01d44dea6a9789cca390b416a93af57e12a92e7 (diff) | |
download | marcuscom-ports-a2816215c1f1408a516151a60c03b1ad8ba5a330.tar.gz marcuscom-ports-a2816215c1f1408a516151a60c03b1ad8ba5a330.tar.zst marcuscom-ports-a2816215c1f1408a516151a60c03b1ad8ba5a330.zip |
Few changes:
- Add support for consolekit by adding the pam-ck-connector module [1]
- Fix the installation of the gdm profile file under $localbase/etc/dconf/profile
- Some other changes to the port pkg-plist
[1] Reported by rut on #freebsd-gnome
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18871 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm/files/gdm-password.in | 1 | ||||
-rw-r--r-- | x11/gdm/pkg-plist | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/x11/gdm/files/gdm-password.in b/x11/gdm/files/gdm-password.in index 01ca683c7..9580d9f23 100644 --- a/x11/gdm/files/gdm-password.in +++ b/x11/gdm/files/gdm-password.in @@ -3,6 +3,7 @@ # gdm-password settings for pam(3) auth include system +auth optional /usr/local/lib/pam_ck_connector.so account required pam_nologin.so account include system diff --git a/x11/gdm/pkg-plist b/x11/gdm/pkg-plist index 60608a53b..5e631756f 100644 --- a/x11/gdm/pkg-plist +++ b/x11/gdm/pkg-plist @@ -3,7 +3,9 @@ bin/gdmflexiserver etc/dbus-1/system.d/gdm.conf etc/dconf/db/gdm.d/00-upstream-settings etc/dconf/db/gdm.d/locks/00-upstream-settings-locks +etc/dconf/profile/gdm @unexec /bin/rm -f %D/etc/dconf/db/gdm +@unexec /bin/rm -f %D/etc/dconf/db/gdm.d etc/gdm/Init/Default etc/gdm/PostLogin/Default.sample etc/gdm/PostSession/Default |