2010-09-27 Junichi Satoh <junichi@rworks.jp>
* FreeBSD/pandora_server, FreeBSD/tentacle_server: Fixed a typo. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3298 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
f51c35c37d
commit
1cfaf22353
|
@ -1,3 +1,7 @@
|
|||
2010-09-27 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* FreeBSD/pandora_server, FreeBSD/tentacle_server: Fixed a typo.
|
||||
|
||||
2010-09-27 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* FreeBSD/pandora_server, FreeBSD/tentacle_server: Changed PID
|
||||
|
|
|
@ -38,7 +38,7 @@ procname="/usr/local/bin/perl"
|
|||
|
||||
start_postcmd()
|
||||
{
|
||||
PANDORA_PID=`pgrep -f -j none $mame`
|
||||
PANDORA_PID=`pgrep -f -j none $name`
|
||||
echo $PANDORA_PID > $pidfile
|
||||
}
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ procname="/usr/bin/perl"
|
|||
|
||||
start_postcmd()
|
||||
{
|
||||
PANDORA_PID=`pgrep -f -j none $mame`
|
||||
PANDORA_PID=`pgrep -f -j none $name`
|
||||
echo $TENTACLE_PID > $pidfile
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue