From 44bdafc55fcaf5ad626df1c325a14c47a3f2d353 Mon Sep 17 00:00:00 2001 From: jsatoh Date: Mon, 27 Sep 2010 02:07:56 +0000 Subject: [PATCH] 2010-09-27 Junichi Satoh * 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 --- pandora_server/ChangeLog | 4 ++++ pandora_server/FreeBSD/pandora_server | 2 +- pandora_server/FreeBSD/tentacle_server | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 19252f7908..5ca5104c4a 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,7 @@ +2010-09-27 Junichi Satoh + + * FreeBSD/pandora_server, FreeBSD/tentacle_server: Fixed a typo. + 2010-09-27 Junichi Satoh * FreeBSD/pandora_server, FreeBSD/tentacle_server: Changed PID diff --git a/pandora_server/FreeBSD/pandora_server b/pandora_server/FreeBSD/pandora_server index 917c5cac92..4d9164f037 100755 --- a/pandora_server/FreeBSD/pandora_server +++ b/pandora_server/FreeBSD/pandora_server @@ -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 } diff --git a/pandora_server/FreeBSD/tentacle_server b/pandora_server/FreeBSD/tentacle_server index 3876ee17d1..5dcff329d2 100755 --- a/pandora_server/FreeBSD/tentacle_server +++ b/pandora_server/FreeBSD/tentacle_server @@ -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 }