summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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