diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-03 01:01:30 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-03 01:01:30 +0000 |
commit | 023ca98bffd6263949b302cdb1247559cccf6363 (patch) | |
tree | eacafdac30ae972ce5213e5bac510fe7df09fd91 /packages/assp.xml | |
parent | c6755f30c87827ca1840ecb09b96de776c437578 (diff) | |
download | pfsense-packages-023ca98bffd6263949b302cdb1247559cccf6363.tar.gz pfsense-packages-023ca98bffd6263949b302cdb1247559cccf6363.tar.bz2 pfsense-packages-023ca98bffd6263949b302cdb1247559cccf6363.zip |
Correctly remove assp's startup script on package removal.
Diffstat (limited to 'packages/assp.xml')
-rw-r--r-- | packages/assp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/assp.xml b/packages/assp.xml index 8cb63597..1aa35272 100644 --- a/packages/assp.xml +++ b/packages/assp.xml @@ -25,6 +25,6 @@ </custom_php_install_command> <custom_php_deinstall_command> system("rm -rf /usr/local/assp"); - system("rm /usr/local/assp/etc/rc.d/assp.sh"); + system("rm /usr/local/etc/rc.d/assp.sh"); </custom_php_deinstall_command> </packagegui>
\ No newline at end of file |