Skip to content

Commit

Permalink
checktrust: Rename getty related files
Browse files Browse the repository at this point in the history
Rename files related to getty so that they are prefixed with
"getty-".
  • Loading branch information
donald committed Jul 9, 2020
1 parent b3d4d52 commit 1da56e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ WantedBy=getty@.service

[Service]
Type=oneshot
ExecStart=/usr/libexec/checktrust-for-getty
ExecStart=/usr/libexec/getty-checktrust
RemainAfterExit=yes
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ install_exec lightdm/greeter-wrapper "$DESTDIR$usr_exec_pre
install_exec lightdm/show-trust-warning "$DESTDIR$usr_exec_prefix/libexec/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/checktrust.service "$DESTDIR$systemdunitdir/checktrust.service"
install_exec checktrust/checktrust-for-getty "$DESTDIR$usr_exec_prefix/libexec/checktrust-for-getty"
install_data checktrust/getty-checktrust.service "$DESTDIR$systemdunitdir/getty-checktrust.service"
install_exec checktrust/getty-checktrust "$DESTDIR$usr_exec_prefix/libexec/getty-checktrust"
install_exec checktrust/checktrust "$DESTDIR$usr_sbindir/checktrust"
exit

0 comments on commit 1da56e3

Please sign in to comment.