aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-27 20:52:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-27 20:52:54 +0000
commit2695c614d33740a660149f26011a1dfe619e8ced (patch)
tree51561e0f8251b186d42f4320e12e57020325e4d6 /packages
parent7e66627d1e295a4258fa124354b5525c6855cb16 (diff)
downloadpfsense-packages-2695c614d33740a660149f26011a1dfe619e8ced.tar.gz
pfsense-packages-2695c614d33740a660149f26011a1dfe619e8ced.tar.bz2
pfsense-packages-2695c614d33740a660149f26011a1dfe619e8ced.zip
Start ASSP after package installation
Diffstat (limited to 'packages')
-rw-r--r--packages/assp.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/assp.xml b/packages/assp.xml
index 88c073f7..006b7328 100644
--- a/packages/assp.xml
+++ b/packages/assp.xml
@@ -21,6 +21,7 @@
fwrite($fout, "/usr/bin/perl /usr/local/assp/assp.pl &amp;\n\n");
fclose($fout);
system("chmod 555 /usr/local/etc/rc.d/assp.sh");
+ system("/usr/local/etc/rc.d/assp.sh &amp;");
</custom_php_install_command>
<custom_delete_php_command>
system("rm -rf /usr/local/assp");