summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-12 19:35:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-12 19:35:55 +0000
commitb454f16e406256ca76719edd25a61a3b3b8153b7 (patch)
tree2f967cc0f4bd0fbb7b16038c104fbfd1a9a21b96 /etc/inc/vpn.inc
parent0686d4ce9bd58043d9ad47db4e4cffcf6e7564a7 (diff)
downloadpfsense-b454f16e406256ca76719edd25a61a3b3b8153b7.zip
pfsense-b454f16e406256ca76719edd25a61a3b3b8153b7.tar.gz
Padlock -> ACE
Diffstat (limited to 'etc/inc/vpn.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 d9df280..a67a8b0 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -90,7 +90,7 @@ function vpn_ipsec_configure($ipchg = false) {
if($g['booting'] == true) {
/* deterimine if we should load the via padlock module */
$dmesg_boot = file_get_contents("/var/log/dmesg.boot");
- if(stristr($dmesg_boot, "Padlock")) {
+ if(stristr($dmesg_boot, "ACE")) {
echo "[VIA Padlock] ";
mwexec("/sbin/kldload padlock");
}
OpenPOWER on IntegriCloud