diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-24 18:15:39 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-24 18:15:39 +0000 |
commit | 7f4cdbdf20d4b9877870981c1e5132639fb707a7 (patch) | |
tree | b26854f6585b70a4d56c5d6d9c48014bfa6d7bcc | |
parent | 5b2bad12824630efa3c03dfc9536f81afd6c2549 (diff) | |
download | pfsense-packages-7f4cdbdf20d4b9877870981c1e5132639fb707a7.tar.gz pfsense-packages-7f4cdbdf20d4b9877870981c1e5132639fb707a7.tar.bz2 pfsense-packages-7f4cdbdf20d4b9877870981c1e5132639fb707a7.zip |
Kill perl to stop
-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 4e1dd595..0288a4e8 100644 --- a/packages/assp.xml +++ b/packages/assp.xml @@ -23,7 +23,7 @@ write_rcfile(array( "file" => 'assp.sh', "start" => $start, - "stop" => '/usr/bin/kill `cat /var/run/assp.pid`' + "stop" => '/usr/bin/killall perl' ) ); start_service("assp"); |