diff options
author | Sergey Dvoriancev <dv_serg@mail.ru> | 2012-02-29 21:39:00 +0400 |
---|---|---|
committer | Sergey Dvoriancev <dv_serg@mail.ru> | 2012-02-29 21:39:00 +0400 |
commit | 582666664c27f4c93f18597238e94faccd705dc9 (patch) | |
tree | 690ab1a2d51810e8e8c6ae05c40e6ffaba0aeb4c | |
parent | aeabd8243b0060679ff1c7c2219d557f1b0daec7 (diff) | |
download | pfsense-packages-582666664c27f4c93f18597238e94faccd705dc9.tar.gz pfsense-packages-582666664c27f4c93f18597238e94faccd705dc9.tar.bz2 pfsense-packages-582666664c27f4c93f18597238e94faccd705dc9.zip |
Fix startup script
-rw-r--r-- | config/havp/havp.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/havp/havp.inc b/config/havp/havp.inc index 71a1a93b..9d1e4501 100644 --- a/config/havp/havp.inc +++ b/config/havp/havp.inc @@ -1293,7 +1293,7 @@ function havp_startup_script() { global $havp_config; $pid = HVDEF_PID_FILE; - $havpchk = "ps auxw | grep \"[h]avp -c\"|awk '{print $2}'"; + $havpchk = "ps auxw | grep \"[h]avp -c\"|awk '{print $2}'"; $clamdchk = "ps auxw | grep \"[c]lamd -c\"|awk '{print $2}'"; # rc script |