From a7ee57772048f9ef12a684cc02c36b04de412d74 Mon Sep 17 00:00:00 2001 From: Ermal Date: Thu, 28 Apr 2011 20:44:31 +0000 Subject: Remove rndtest sysctl since the kernel module is not anymore part of our kernels. Leftover noticed by: Jim --- conf.default/config.xml | 5 ----- etc/inc/upgrade_config.inc | 4 ---- 2 files changed, 9 deletions(-) diff --git a/conf.default/config.xml b/conf.default/config.xml index 6074c02..8b4a6b3 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -101,11 +101,6 @@ default - - kern.rndtest.verbose - default - - kern.randompid default diff --git a/etc/inc/upgrade_config.inc b/etc/inc/upgrade_config.inc index 96810ae..3e280d3 100644 --- a/etc/inc/upgrade_config.inc +++ b/etc/inc/upgrade_config.inc @@ -685,10 +685,6 @@ function upgrade_040_to_041() { $config['sysctl']['item'][13]['descr'] = "Allow unprivileged access to tap(4) device nodes"; $config['sysctl']['item'][13]['value'] = "default"; - $config['sysctl']['item'][14]['tunable'] = "kern.rndtest.verbose"; - $config['sysctl']['item'][14]['descr'] = "Verbosity of the rndtest driver (0: do not display results on console)"; - $config['sysctl']['item'][14]['value'] = "default"; - $config['sysctl']['item'][15]['tunable'] = "kern.randompid"; $config['sysctl']['item'][15]['descr'] = "Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())"; $config['sysctl']['item'][15]['value'] = "default"; -- cgit v1.1