diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-02-19 06:51:27 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-02-19 06:51:27 +0000 |
commit | 39e0413321b45ff4047e9d3cfa0b1c299924249f (patch) | |
tree | 4fa2ac6c8d97afcbc63a351e1c8293220ced112d | |
parent | 30283b9d3592915f648bb65cc92a6d69fd397d2b (diff) | |
download | pfsense-39e0413321b45ff4047e9d3cfa0b1c299924249f.zip pfsense-39e0413321b45ff4047e9d3cfa0b1c299924249f.tar.gz |
Backout last commit. The dependency order is not correct.
-rw-r--r-- | etc/inc/config.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc index 9005fe1..b730cf4 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -1753,8 +1753,7 @@ function system_start_ftp_helpers() { require_once("interfaces.inc"); global $config, $g; - if(isvalidproc("ftpsesame")) - mwexec("/usr/bin/killall ftpsesame"); + mwexec("/usr/bin/killall ftpsesame"); /* build an array of interfaces to work with */ $iflist = array("lan" => "lan"); |