summaryrefslogtreecommitdiffstats
path: root/term-utils/agetty.c
diff options
context:
space:
mode:
authorSami Kerola2011-04-26 21:29:00 +0200
committerKarel Zak2011-04-27 23:21:19 +0200
commit96cc7b0b3ed965bd03796ecead4fb52903ab7069 (patch)
tree9aadeb88fa0a0f30c14e8ca2c755cff3b695cfd5 /term-utils/agetty.c
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 'term-utils/agetty.c')
-rw-r--r--term-utils/agetty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term-utils/agetty.c b/term-utils/agetty.c
index 74203b8cc..e0eac382b 100644
--- a/term-utils/agetty.c
+++ b/term-utils/agetty.c
@@ -67,7 +67,7 @@
/* Displayed before the login prompt. */
#ifdef SYSV_STYLE
-# define ISSUE "/etc/issue"
+# define ISSUE _PATH_ISSUE
# include <sys/utsname.h>
#endif