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:
parent
47cc06933f
commit
3fdb7d71ee
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue