From e4f9f36a47d5a0031bd181e77d9121fac1dd06ec Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 27 Feb 2023 17:50:02 -0500 Subject: random hostname by default; fix --hostname and --hosts-file --- src/include/rundefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/rundefs.h b/src/include/rundefs.h index af42b0984..7fc0f21f3 100644 --- a/src/include/rundefs.h +++ b/src/include/rundefs.h @@ -89,6 +89,7 @@ #define RUN_ASOUNDRC_FILE RUN_MNT_DIR "/.asoundrc" #define RUN_HOSTNAME_FILE RUN_MNT_DIR "/hostname" #define RUN_HOSTS_FILE RUN_MNT_DIR "/hosts" +#define RUN_HOSTS_FILE2 RUN_MNT_DIR "/hosts2" #define RUN_MACHINEID RUN_MNT_DIR "/machine-id" #define RUN_LDPRELOAD_FILE RUN_MNT_DIR "/ld.so.preload" #define RUN_UTMP_FILE RUN_MNT_DIR "/utmp" -- cgit v1.2.3-54-g00ecf