This commit is contained in:
pepe 2023-06-24 03:31:42 +00:00
parent 38ddf2aece
commit 0a506b7b9b
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@
#define INITTABD "/etc/inittab.d" /* Location of inittab.d directory */ #define INITTABD "/etc/inittab.d" /* Location of inittab.d directory */
#define INIT "/sbin/init" /* Location of init itself. */ #define INIT "/sbin/init" /* Location of init itself. */
#define NOLOGIN "/etc/nologin" /* Stop user logging in. */ #define NOLOGIN "/etc/nologin" /* Stop user logging in. */
#define FASTBOOT "/fastboot" /* Enable fast boot. */ #define FASTBOOT "/etc/fastboot" /* Enable fast boot. */
#define FORCEFSCK "/forcefsck" /* Force fsck on boot */ #define FORCEFSCK "/etc/forcefsck" /* Force fsck on boot */
#define SDPID "/var/run/shutdown.pid" /* PID of shutdown program */ #define SDPID "/var/run/shutdown.pid" /* PID of shutdown program */
#define SHELL "/bin/sh" /* Default shell */ #define SHELL "/bin/sh" /* Default shell */
#define SULOGIN "/sbin/sulogin" /* Sulogin */ #define SULOGIN "/sbin/sulogin" /* Sulogin */