Fix problem with PPASSFILE having the literal '${prefix}' prefix

This commit is contained in:
Jordy Dickinson
2018-04-02 17:40:56 -04:00
parent 05d8fe5d5f
commit e4dc10c8b9
5 changed files with 17 additions and 24 deletions

View File

@ -1,9 +0,0 @@
#ifndef PAM_PANIC_CONFIG_H
#define PAM_PANIC_CONFIG_H
#define REBOOT "@REBOOT@"
#define POWEROFF "@POWEROFF@"
#define CRYPTSETUP "@CRYPTSETUP@"
#define PPASSFILE "@PPASSFILE@"
#endif