aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-02-26 22:04:00 +0000
committerColin Smith <colin@pfsense.org>2005-02-26 22:04:00 +0000
commit38173281b2cbe08396734255e6c8cd84181c5249 (patch)
tree0269a93d5b77050a9cf8ffd2459be9a9aa23bada /packages
parent5949a2829ad795d7f3294ecfa70fce10638f7dc7 (diff)
downloadpfsense-packages-38173281b2cbe08396734255e6c8cd84181c5249.tar.gz
pfsense-packages-38173281b2cbe08396734255e6c8cd84181c5249.tar.bz2
pfsense-packages-38173281b2cbe08396734255e6c8cd84181c5249.zip
Remove unnecessary ; and add background statement to radiusd.sh
Diffstat (limited to 'packages')
-rw-r--r--packages/freeradius.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/freeradius.xml b/packages/freeradius.xml
index d646cedb..44fca307 100644
--- a/packages/freeradius.xml
+++ b/packages/freeradius.xml
@@ -66,12 +66,12 @@
fclose($fout);
mwexec("rm /usr/local/etc/rc.d/radiusd*");
$fout = fopen("/usr/local/etc/rc.d/radiusd.sh","w");
- fwrite($fout,"#!/bin/sh\n\n/usr/local/sbin/radiusd -X -d /usr/local/etc/raddb\n");
+ fwrite($fout,"#!/bin/sh\n\n/usr/local/sbin/radiusd -X -d /usr/local/etc/raddb &\n");
fclose($fout);
$fout = fopen("/usr/local/etc/radiusd.conf.dynamic","w");
fwrite($fout, "{\nipaddr = 127.0.0.1\nport = 0\ntype = auth\n}\n\n");
fclose($fout);
- mwexec("chmod a+x /usr/local/etc/rc.d/radiusd.sh &amp;");
+ mwexec("chmod a+x /usr/local/etc/rc.d/radiusd.sh");
mwexec("/usr/local/etc/rc.d/radiusd.sh");
</custom_php_install_command>
<custom_php_command_before_form>