summaryrefslogtreecommitdiffstats
path: root/include/pathnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pathnames.h')
-rw-r--r--include/pathnames.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/pathnames.h b/include/pathnames.h
index 37f010997..e68ac7df2 100644
--- a/include/pathnames.h
+++ b/include/pathnames.h
@@ -79,7 +79,9 @@
/* used in term-utils/agetty.c */
#define _PATH_ISSUE "/etc/issue"
-#define _PATH_OS_RELEASE "/etc/os-release"
+#define _PATH_OS_RELEASE_ETC "/etc/os-release"
+#define _PATH_OS_RELEASE_USR "/usr/lib/os-release"
+
#define _PATH_NUMLOCK_ON _PATH_LOCALSTATEDIR "/numlock-on"
#define _PATH_LOGINDEFS "/etc/login.defs"