summaryrefslogtreecommitdiff
path: root/gnome/strata/gnome/gdm.morph
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:39:48 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:23 +0000
commit7df7f3b427739ff7d69da2ba218da0124822892c (patch)
tree843c75e9bede53862ab101d6a7bcd1da15a33c55 /gnome/strata/gnome/gdm.morph
parent7aad5150f69da42b84994c353283db5daf8e967f (diff)
downloaddefinitions-7df7f3b427739ff7d69da2ba218da0124822892c.tar.gz
Remove all .morph files and files from the old format
Diffstat (limited to 'gnome/strata/gnome/gdm.morph')
-rw-r--r--gnome/strata/gnome/gdm.morph24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnome/strata/gnome/gdm.morph b/gnome/strata/gnome/gdm.morph
deleted file mode 100644
index 73081766..00000000
--- a/gnome/strata/gnome/gdm.morph
+++ /dev/null
@@ -1,24 +0,0 @@
-name: gdm
-kind: chunk
-build-system: autotools
-configure-commands:
-- |
- # GDM includes a few stock PAM configurations, we choose the LFS flavor
- # because of it's simplicity over the others, also it does not require
- # selinux modules, however we neet to tweak the config a little after install.
- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --localstatedir=/var \
- --with-selinux=no --with-plymouth=no \
- --enable-gdm-xsession --with-x --with-default-pam-config=lfs
-post-install-commands:
-# Instead of following LFS PAM config to the letter, we redirect the includes
-# to use the systemd installed all purpose 'system-auth' file
-- sed -i 's/system-account/system-auth/g' "$DESTDIR"/etc/pam.d/gdm*
-- sed -i 's/system-password/system-auth/g' "$DESTDIR"/etc/pam.d/gdm*
-- sed -i 's/system-session/system-auth/g' "$DESTDIR"/etc/pam.d/gdm*
-system-integration:
- gdm-misc:
- 00-add-gdm-user:
- - groupadd -g 21 gdm
- - useradd -rM -c "GDM Daemon Owner" -d /var/lib/gdm -u 21 -g gdm -s /bin/false gdm
- 00-enable-gdm-unit:
- - systemctl enable gdm