From bd1594deb1ab99378e8a488a5ecbb515ba215ab9 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 22 Sep 2021 13:24:48 -0400 Subject: pam: Drop gdm-pin service gdm-pin was an experimental feature that was going to get added to gnome-shell many years ago. It never happened and these days it would probably be implemented a little different anyway. (It would probably use a gdm pam extension) There's no point keeping this service file around that we aren't using, so this commit drops it. Closes: https://gitlab.gnome.org/GNOME/gdm/-/issues/731 --- data/meson.build | 4 ---- 1 file changed, 4 deletions(-) (limited to 'data/meson.build') diff --git a/data/meson.build b/data/meson.build index 7c5222ea..2dec4c23 100644 --- a/data/meson.build +++ b/data/meson.build @@ -104,13 +104,11 @@ pam_data_files_map = { 'gdm-fingerprint', 'gdm-smartcard', 'gdm-password', - 'gdm-pin', ], 'openembedded': [ 'gdm-autologin', 'gdm-launch-environment', 'gdm-password', - 'gdm-pin', ], 'exherbo': [ 'gdm-autologin', @@ -118,7 +116,6 @@ pam_data_files_map = { 'gdm-fingerprint', 'gdm-smartcard', 'gdm-password', - 'gdm-pin', ], 'lfs': [ 'gdm-autologin', @@ -126,7 +123,6 @@ pam_data_files_map = { 'gdm-fingerprint', 'gdm-smartcard', 'gdm-password', - 'gdm-pin', ], 'arch': [ 'gdm-autologin', -- cgit v1.2.1