summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-31 23:34:35 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-31 23:34:35 +0000
commit13beee7d5d23cd282ed996b0e9814286408d9ff6 (patch)
tree4e3118fd4f7b92bd57b3aa70aae881ea01dd14ff /etc/inc
parente6f48f2e8f4fc0ae3550a5d12f0550315d511b07 (diff)
downloadpfsense-13beee7d5d23cd282ed996b0e9814286408d9ff6.zip
pfsense-13beee7d5d23cd282ed996b0e9814286408d9ff6.tar.gz
Detect ACE in CPU line
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/vpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 9e5764e..ca881e1 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -90,7 +90,7 @@ function vpn_ipsec_configure($ipchg = false) {
if(isset($config['system']['developer'])) {
if($g['booting'] == true) {
/* determine if we should load the via padlock module */
- $dmesg_boot = `cat /var/log/dmesg.boot | grep Features`;
+ $dmesg_boot = `cat /var/log/dmesg.boot | grep CPU`;
if(stristr($dmesg_boot, "ACE") == true) {
echo "Enabling [VIA Padlock] ...";
mwexec("/sbin/kldload padlock");
OpenPOWER on IntegriCloud