Skip to content

Commit

Permalink
checktrust: Rename lightdm related files
Browse files Browse the repository at this point in the history
Rename files related to lighdm so that they are prefixed with
"lightdm-" and move all files into single source directory.
  • Loading branch information
donald committed Jul 9, 2020
1 parent 1da56e3 commit 89efc53
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
3 changes: 3 additions & 0 deletions checktrust/lightdm-greeter-wrapper
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
(/usr/libexec/lightdm-show-trust-warning &)
exec "$@"
File renamed without changes.
2 changes: 2 additions & 0 deletions checktrust/lightdm-use-wrapper.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[Seat:*]
greeter-wrapper=/usr/libexec/lightdm-greeter-wrapper
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ install_data crashkernel/crashkernel.service "$DESTDIR$systemdunitd
install_exec crashkernel/crash-recovery.sh "$DESTDIR$root_sbindir/crash-recovery.sh"
install_data misc_systemd_units/admin-sshd.service "$DESTDIR$systemdunitdir/admin-sshd.service"
mkdir -p "$DESTDIR$sysconfdir/xdg/lightdm/lightdm.conf.d"
install_data lightdm/50-use-wrapper.conf "$DESTDIR$sysconfdir/xdg/lightdm/lightdm.conf.d/50-use-wrapper.conf"
install_exec lightdm/greeter-wrapper "$DESTDIR$usr_exec_prefix/libexec/greeter-wrapper"
install_exec lightdm/show-trust-warning "$DESTDIR$usr_exec_prefix/libexec/show-trust-warning"
install_data checktrust/lightdm-use-wrapper.conf "$DESTDIR$sysconfdir/xdg/lightdm/lightdm.conf.d/50-use-wrapper.conf"
install_exec checktrust/lightdm-greeter-wrapper "$DESTDIR$usr_exec_prefix/libexec/lightdm-greeter-wrapper"
install_exec checktrust/lightdm-show-trust-warning "$DESTDIR$usr_exec_prefix/libexec/lightdm-show-trust-warning"
mkdir -p "$DESTDIR$sysconfdir/issue.d/"
install_symlink /node/issue.d/notrust.issue "$DESTDIR$sysconfdir/issue.d/notrust.issue"
install_data checktrust/getty-checktrust.service "$DESTDIR$systemdunitdir/getty-checktrust.service"
Expand Down
2 changes: 0 additions & 2 deletions lightdm/50-use-wrapper.conf

This file was deleted.

3 changes: 0 additions & 3 deletions lightdm/greeter-wrapper

This file was deleted.

0 comments on commit 89efc53

Please sign in to comment.