From 6324cd94c270f74816dd0f19b8c4e0eed3da63de Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sun, 16 Jul 2006 14:53:42 +0200 Subject: [RELEASE] flxutils-0.1.25 --- init/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init') diff --git a/init/init.c b/init/init.c index 0f6cf8b..ab97ece 100644 --- a/init/init.c +++ b/init/init.c @@ -1154,7 +1154,7 @@ int main(int argc, char **argv, char **envp) { * can safely ignore and overwrite /dev in case of linuxrc, reason why * we don't test the presence of /dev/console. */ -#if 0 +#ifndef I_AM_REALLY_DEBUGGING if (linuxrc || stat(dev_console, &statf) == -1) { print("init/info: /dev/console not found, rebuilding /dev.\n"); if (mount(dev_name, dev_name, tmpfs_fs, MS_MGC_VAL, dev_options) == -1) -- cgit v1.2.3