summaryrefslogtreecommitdiffstats
path: root/include/pathnames.h
diff options
context:
space:
mode:
authorKarel Zak2014-04-30 12:59:28 +0200
committerKarel Zak2014-05-13 12:09:02 +0200
commit570b32100f67538c5dbcf43035904a7899277ea3 (patch)
treeadba1c2b7c279e52bec575b82fc1dba9202649e9 /include/pathnames.h
parentlosetup: return EXIT_FAILURE on unsuccessful -f (diff)
downloadkernel-qcow2-util-linux-570b32100f67538c5dbcf43035904a7899277ea3.tar.gz
kernel-qcow2-util-linux-570b32100f67538c5dbcf43035904a7899277ea3.tar.xz
kernel-qcow2-util-linux-570b32100f67538c5dbcf43035904a7899277ea3.zip
lib/colors: add support for @term and /home/kzak
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/pathnames.h')
-rw-r--r--include/pathnames.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pathnames.h b/include/pathnames.h
index 94cc412a7..b6efdb7dc 100644
--- a/include/pathnames.h
+++ b/include/pathnames.h
@@ -50,8 +50,8 @@
#define _PATH_SECURE "/etc/securesingle"
#define _PATH_USERTTY "/etc/usertty"
-#define _PATH_TERMCOLORS_DIR "/etc/terminal-colors.d/"
-#define _PATH_TERMCOLORS_DISABLE _PATH_TERMCOLORS_DIR "disable"
+#define _PATH_TERMCOLORS_DIRNAME "terminal-colors.d"
+#define _PATH_TERMCOLORS_DIR "/etc/" _PATH_TERMCOLORS_DIRNAME
/* used in login-utils/shutdown.c */