From 0a506b7b9b8ed7caf4dbac252b73578ff799d18a Mon Sep 17 00:00:00 2001 From: pepe Date: Sat, 24 Jun 2023 03:31:42 +0000 Subject: [PATCH] :) --- src/paths.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/paths.h b/src/paths.h index d97bf1b..8b1380a 100644 --- a/src/paths.h +++ b/src/paths.h @@ -30,8 +30,8 @@ #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. */ -#define FORCEFSCK "/forcefsck" /* Force fsck on boot */ +#define FASTBOOT "/etc/fastboot" /* Enable fast boot. */ +#define FORCEFSCK "/etc/forcefsck" /* Force fsck on boot */ #define SDPID "/var/run/shutdown.pid" /* PID of shutdown program */ #define SHELL "/bin/sh" /* Default shell */ #define SULOGIN "/sbin/sulogin" /* Sulogin */