Ok, people didn't like kern.conf_dir. Poof, backed out.

This commit is contained in:
Matthew Dillon 1999-01-26 07:37:11 +00:00
parent 1031586646
commit 56319e3a58
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43224

View File

@ -37,7 +37,7 @@
* SUCH DAMAGE.
*
* @(#)kern_sysctl.c 8.4 (Berkeley) 4/14/94
* $Id: kern_mib.c,v 1.16 1998/08/31 08:41:52 kato Exp $
* $Id: kern_mib.c,v 1.17 1999/01/25 18:26:09 dillon Exp $
*/
#include <sys/param.h>
@ -127,11 +127,6 @@ char hostname[MAXHOSTNAMELEN];
SYSCTL_STRING(_kern, KERN_HOSTNAME, hostname, CTLFLAG_RW,
hostname, sizeof(hostname), "");
char conf_dir[64];
SYSCTL_STRING(_kern, OID_AUTO, conf_dir, CTLFLAG_RW,
conf_dir, sizeof(conf_dir), "");
int securelevel = -1;
static int