aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-20 02:05:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-20 02:05:40 +0000
commitdfd49713121ee64239c685c1ec840dd65718a677 (patch)
treed72c3bbb92eba0a5b4a70678cf913b742aba8863 /packages
parentfd9e09322a6656854ea8e7404287ea51bdd8d3b7 (diff)
downloadpfsense-packages-dfd49713121ee64239c685c1ec840dd65718a677.tar.gz
pfsense-packages-dfd49713121ee64239c685c1ec840dd65718a677.tar.bz2
pfsense-packages-dfd49713121ee64239c685c1ec840dd65718a677.zip
* Use complete path to killall
* only call sync_package after the item has been posted (not twice)
Diffstat (limited to 'packages')
-rw-r--r--packages/freeradius.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/freeradius.xml b/packages/freeradius.xml
index 12ae2357..ccdf0fa4 100644
--- a/packages/freeradius.xml
+++ b/packages/freeradius.xml
@@ -81,10 +81,9 @@
}
}
fclose($fout);
- mwexec("killall radiusd");
+ mwexec("/usr/bin/killall radiusd");
mwexec("/usr/local/etc/rc.d/radiusd.sh");
}
- sync_package();
</custom_php_command_before_form>
<custom_add_php_command>
sync_package();