summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2011-10-27 10:25:11 +0000
committerpluknet <pluknet@FreeBSD.org>2011-10-27 10:25:11 +0000
commit41ec9d2d93538573d634389ff8632a6dced6e4ce (patch)
tree0517e5e54516d1d6801f64798bad84bc3c9c7c48 /sys/kern/init_main.c
parentc96884d89bc68f56bf0346be9741d5ff50e65732 (diff)
downloadFreeBSD-src-41ec9d2d93538573d634389ff8632a6dced6e4ce.zip
FreeBSD-src-41ec9d2d93538573d634389ff8632a6dced6e4ce.tar.gz
Remove the long reprecated ``/stand/sysinstall'' from the init_path.
It can be put back using the INIT_PATH config option or init_path loader variable, if still needed (which I doubt). MFC after: 1 week
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 2c094f8..61bf595 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -641,7 +641,7 @@ static char init_path[MAXPATHLEN] =
#ifdef INIT_PATH
__XSTRING(INIT_PATH);
#else
- "/sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/init:/stand/sysinstall";
+ "/sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/init";
#endif
SYSCTL_STRING(_kern, OID_AUTO, init_path, CTLFLAG_RD, init_path, 0,
"Path used to search the init process");
OpenPOWER on IntegriCloud