--- sysvinit-2.88dsf.old/src/paths.h +++ sysvinit-2.88dsf/src/paths.h @@ -29,8 +29,8 @@ #define INITTAB "/etc/inittab" /* Location of inittab */ #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 */