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:
jsatoh 2010-09-27 02:06:34 +00:00
parent 83357ec7ea
commit f51c35c37d
3 changed files with 9 additions and 1 deletions

View File

@ -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> 2010-09-27 Junichi Satoh <junichi@rworks.jp>
* unix/FreeBSD/pandora_agent: Changed PID detection method to support * unix/FreeBSD/pandora_agent: Changed PID detection method to support

View File

@ -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> 2010-09-27 Junichi Satoh <junichi@rworks.jp>
* FreeBSD/pandora_agent: Changed PID detection method to support * FreeBSD/pandora_agent: Changed PID detection method to support

View File

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