diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-24 18:14:59 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-24 18:14:59 +0000 |
commit | 5b2bad12824630efa3c03dfc9536f81afd6c2549 (patch) | |
tree | 2199b00bb8e33b04946963e2eb1cb32099e3156c /packages | |
parent | 97d68ff073c583cf8e83e26934d2402a040d1971 (diff) | |
download | pfsense-packages-5b2bad12824630efa3c03dfc9536f81afd6c2549.tar.gz pfsense-packages-5b2bad12824630efa3c03dfc9536f81afd6c2549.tar.bz2 pfsense-packages-5b2bad12824630efa3c03dfc9536f81afd6c2549.zip |
The executable is perl, not assp.
Diffstat (limited to 'packages')
-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 a5780476..4e1dd595 100644 --- a/packages/assp.xml +++ b/packages/assp.xml @@ -13,7 +13,7 @@ <service> <name>assp</name> <rcfile>assp.sh</rcfile> - <executable>assp</executable> + <executable>perl</executable> </service> <additional_files_needed> <item>http://www.pfsense.com/packages/All/assp-1.0.tgz</item> |