From 41bb747642acae668eb188ba3e23df0965745591 Mon Sep 17 00:00:00 2001 From: koichirok Date: Thu, 14 Aug 2014 05:02:49 +0000 Subject: [PATCH] 2014-08-14 Koichiro Kikuchi * FreeBSD/pandora_agent: Fixed path of the daemon command. > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Empty fields above will be automatically removed. M unix/ChangeLog M unix/FreeBSD/pandora_agent git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10421 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_agents/unix/ChangeLog | 4 ++++ pandora_agents/unix/FreeBSD/pandora_agent | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_agents/unix/ChangeLog b/pandora_agents/unix/ChangeLog index 220233f87a..f03b421203 100644 --- a/pandora_agents/unix/ChangeLog +++ b/pandora_agents/unix/ChangeLog @@ -1,3 +1,7 @@ +2014-08-14 Koichiro Kikuchi + + * FreeBSD/pandora_agent: Fixed path of the daemon command. + 2014-08-14 Koichiro Kikuchi * pandora_agent_installer: Fixed symlink source path. diff --git a/pandora_agents/unix/FreeBSD/pandora_agent b/pandora_agents/unix/FreeBSD/pandora_agent index 8e0bd81744..33b3daccc7 100755 --- a/pandora_agents/unix/FreeBSD/pandora_agent +++ b/pandora_agents/unix/FreeBSD/pandora_agent @@ -31,7 +31,7 @@ pidfile=/var/run/$name.pid required_files="/usr/local/etc/pandora/pandora_agent.conf" stop_postcmd=stop_postcmd -command=/usr/bin/daemon +command=/usr/sbin/daemon command_interpreter=/usr/local/bin/perl procname=/usr/local/bin/pandora_agent