summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-06-02 21:17:32 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-06-02 21:17:32 +0000
commitfc041d55166f038fb01b8e01a9beaf312206c0e8 (patch)
treecbbfd3f15e5444c9db0b67d418328eca6f27de3f
parent4614df6ba3a16a2ee983ba9d8f58f70235a9c168 (diff)
downloadpfsense-fc041d55166f038fb01b8e01a9beaf312206c0e8.zip
pfsense-fc041d55166f038fb01b8e01a9beaf312206c0e8.tar.gz
use killall
-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 a07b47a..23e3439 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -563,7 +563,7 @@ EOD;
if(is_process_running("racoon")) {
/* We are already online, reload */
- mwexec("/usr/bin/kill -HUP racoon");
+ mwexec("/usr/bin/killall -HUP racoon");
} else {
/* sleep for a bit */
sleep (2);
OpenPOWER on IntegriCloud