fixed a bug in rc.searchd

This commit is contained in:
SJ 2012-07-06 15:21:08 +02:00
parent 7c01bfe89d
commit 81a8409dee

View File

@ -13,7 +13,7 @@ start() {
stop() {
echo "stopping searchd"
killall ${NAME}
kill ${PID_NUMBER}
}
check_status(){