summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-04-28 20:44:31 +0000
committerErmal <eri@pfsense.org>2011-04-28 20:44:31 +0000
commita7ee57772048f9ef12a684cc02c36b04de412d74 (patch)
tree9bcc94c626b218b2300cb34316951b22bd8cd605 /etc
parent2d14181b9186933ec95596dc26d0bcd5a3f751ae (diff)
downloadpfsense-a7ee57772048f9ef12a684cc02c36b04de412d74.zip
pfsense-a7ee57772048f9ef12a684cc02c36b04de412d74.tar.gz
Remove rndtest sysctl since the kernel module is not anymore part of our kernels. Leftover noticed by: Jim
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/upgrade_config.inc4
1 files changed, 0 insertions, 4 deletions
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";
OpenPOWER on IntegriCloud