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