summaryrefslogtreecommitdiffstats
path: root/include/pathnames.h
diff options
context:
space:
mode:
authorSami Kerola2011-04-26 21:29:00 +0200
committerKarel Zak2011-04-27 23:21:19 +0200
commit96cc7b0b3ed965bd03796ecead4fb52903ab7069 (patch)
tree9aadeb88fa0a0f30c14e8ca2c755cff3b695cfd5 /include/pathnames.h
parentagetty.c: further scrubbing (diff)
downloadkernel-qcow2-util-linux-96cc7b0b3ed965bd03796ecead4fb52903ab7069.tar.gz
kernel-qcow2-util-linux-96cc7b0b3ed965bd03796ecead4fb52903ab7069.tar.xz
kernel-qcow2-util-linux-96cc7b0b3ed965bd03796ecead4fb52903ab7069.zip
agetty.c: move issue path to pathnames.h
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'include/pathnames.h')
-rw-r--r--include/pathnames.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pathnames.h b/include/pathnames.h
index 4faca1fc4..1ab0bcda6 100644
--- a/include/pathnames.h
+++ b/include/pathnames.h
@@ -68,6 +68,9 @@
#define _PATH_SHADOW_GTMP "/etc/sgtmp"
#define _PATH_SHADOW_GTMPTMP "/etc/sgtmptmp"
+/* used in term-utils/agetty.c */
+#define _PATH_ISSUE "/etc/issue"
+
/* used in misc-utils/look.c */
#define _PATH_WORDS "/usr/share/dict/words"
#define _PATH_WORDS_ALT "/usr/share/dict/web2"