diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-02-27 20:52:54 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-02-27 20:52:54 +0000 |
commit | 2695c614d33740a660149f26011a1dfe619e8ced (patch) | |
tree | 51561e0f8251b186d42f4320e12e57020325e4d6 /packages | |
parent | 7e66627d1e295a4258fa124354b5525c6855cb16 (diff) | |
download | pfsense-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.xml | 1 |
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 &\n\n"); fclose($fout); system("chmod 555 /usr/local/etc/rc.d/assp.sh"); + system("/usr/local/etc/rc.d/assp.sh &"); </custom_php_install_command> <custom_delete_php_command> system("rm -rf /usr/local/assp"); |