diff options
author | Warren Baker <warren@decoy.co.za> | 2011-01-04 21:16:14 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2011-01-04 21:16:14 +0200 |
commit | 99fbc94a86254119a9c3bc01cc376495daf73e9e (patch) | |
tree | e262c4629a469430e3800fc2a347f9c1fc645504 /etc | |
parent | 64c8631376075d3a01da3d0d388c82f927578943 (diff) | |
download | pfsense-99fbc94a86254119a9c3bc01cc376495daf73e9e.zip pfsense-99fbc94a86254119a9c3bc01cc376495daf73e9e.tar.gz |
Forgot to up the array count.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/upgrade_config.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/upgrade_config.inc b/etc/inc/upgrade_config.inc index cdcc0cc..a48c2b2 100644 --- a/etc/inc/upgrade_config.inc +++ b/etc/inc/upgrade_config.inc @@ -713,9 +713,9 @@ function upgrade_040_to_041() { $config['sysctl']['item'][20]['descr'] = "Enables ctrl+alt+delete"; $config['sysctl']['item'][20]['value'] = "default"; - $config['sysctl']['item'][20]['tunable'] = "kern.ipc.maxsockbuf"; - $config['sysctl']['item'][20]['descr'] = "Maximum socket buffer size"; - $config['sysctl']['item'][20]['value'] = "default"; + $config['sysctl']['item'][21]['tunable'] = "kern.ipc.maxsockbuf"; + $config['sysctl']['item'][21]['descr'] = "Maximum socket buffer size"; + $config['sysctl']['item'][21]['value'] = "default"; } } |