summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-24 21:22:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-24 21:22:21 +0000
commitaf1f6a1f19229a82b71f4dd9fb135c261dff17ce (patch)
treeef377364d6a218b4343f197088cc29c315426998 /etc/inc/vpn.inc
parent398c0b6b138e3fc2fb190eb90e147d3f3da754ba (diff)
downloadpfsense-af1f6a1f19229a82b71f4dd9fb135c261dff17ce.zip
pfsense-af1f6a1f19229a82b71f4dd9fb135c261dff17ce.tar.gz
Back off a little bit on the insane debugging levels. This brings the debugging levels back similar to m0n0wall.
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 fe0528d..2930128 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -551,7 +551,7 @@ EOD;
chmod("{$g['varetc_path']}/psk.txt", 0600);
/* start racoon */
- mwexec("/usr/local/sbin/racoon -d -f {$g['varetc_path']}/racoon.conf");
+ mwexec("/usr/local/sbin/racoon -f {$g['varetc_path']}/racoon.conf");
if (is_array($ipseccfg['tunnel'])) {
foreach ($ipseccfg['tunnel'] as $tunnel) {
OpenPOWER on IntegriCloud