--- sysvinit.orig/src/paths.h 2019-12-31 19:09:12.734989708 +0100 +++ sysvinit/src/paths.h 2019-12-30 20:14:13.022858492 +0100 @@ -27,6 +27,7 @@ #define SECURETTY "/etc/securetty" /* List of root terminals */ #define SDALLOW "/etc/shutdown.allow" /* Users allowed to shutdown */ #define INITTAB "/etc/inittab" /* Location of inittab */ +#define INITTABD "/etc/inittab.d" /* Location of inittab.d directory */ #define INIT "/sbin/init" /* Location of init itself. */ #define NOLOGIN "/etc/nologin" /* Stop user logging in. */ #define FASTBOOT "/fastboot" /* Enable fast boot. */