summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2001-12-16 16:07:20 +0000
committerluigi <luigi@FreeBSD.org>2001-12-16 16:07:20 +0000
commit4893656ff88def86d0e584f18d38823557954e4d (patch)
treef406552da7423c909d6905ea86e2c5e3da9f5bb3 /sys/kern/init_main.c
parent53a811b4182c5cac8fea82c976a95c6bc9c177ee (diff)
downloadFreeBSD-src-4893656ff88def86d0e584f18d38823557954e4d.zip
FreeBSD-src-4893656ff88def86d0e584f18d38823557954e4d.tar.gz
Add/correct description for some sysctl variables where it was missing.
The description field is unused in -stable, so the MFC there is equivalent to a comment. It can be done at any time, i am just setting a reminder in 45 days when hopefully we are past 4.5-release. MFC after: 45 days
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 39ab3a0..4acc213 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -458,7 +458,8 @@ static char init_path[MAXPATHLEN] =
#else
"/sbin/init:/sbin/oinit:/sbin/init.bak:/stand/sysinstall";
#endif
-SYSCTL_STRING(_kern, OID_AUTO, init_path, CTLFLAG_RD, init_path, 0, "");
+SYSCTL_STRING(_kern, OID_AUTO, init_path, CTLFLAG_RD, init_path, 0,
+ "Path used to search the init process");
/*
* Start the initial user process; try exec'ing each pathname in init_path.
OpenPOWER on IntegriCloud