aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authortoni <matzeton@googlemail.com>2015-02-05 11:05:32 +0100
committertoni <matzeton@googlemail.com>2015-02-07 03:45:13 +0100
commit590d34f183c9abc60068a767426edbfec30cda3e (patch)
tree7f084d1346d934a316ad12f4dac1d350587f49c1 /config.h
parent997103f7218b82f8364fc41e9b744d5ab282516c (diff)
init- script/hook rewrote:
- plymouth compatible - cleaned up the initrd hook
Diffstat (limited to 'config.h')
-rw-r--r--config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 0000000..26fdb3c
--- /dev/null
+++ b/config.h
@@ -0,0 +1,12 @@
+#define AUTHOR "Toni Uhlig"
+#define AUTHOR_EMAIL "matzeton@googlemail.com"
+#define PKGNAME "naskpass"
+#define PKGDESC "A NCurses replacement for cryptsetup's askpass."
+#define DEFAULT_FIFO "/lib/cryptsetup/passfifo"
+#define SHTDWN_CMD "echo 'o' >/proc/sysrq-trigger"
+
+#ifdef _VERSION
+#define VERSION _VERSION
+#else
+#define VERSION "unknown"
+#endif