2010-11-11 Junichi Satoh <junichi@rworks.jp>

* FreeBSD/tentacle_server: Fixed variable name of PID.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3570 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2010-11-11 00:58:56 +00:00
parent 47cc06933f
commit 3fdb7d71ee
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-11-11 Junichi Satoh <junichi@rworks.jp>
* FreeBSD/tentacle_server: Fixed variable name of PID.
2010-11-10 Sancho Lerena <slerena@artica.es>
* pandora_server.spec

View File

@ -38,7 +38,7 @@ procname="/usr/bin/perl"
start_postcmd()
{
PANDORA_PID=`pgrep -f -j none $name`
TENTACLE_PID=`pgrep -f -j none $name`
echo $TENTACLE_PID > $pidfile
}