2014-08-14 Koichiro Kikuchi <koichiro@rworks.jp>
* 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
This commit is contained in:
parent
5263e511fa
commit
2468e5469a
|
@ -1,3 +1,7 @@
|
|||
2014-08-14 Koichiro Kikuchi <koichiro@rworks.jp>
|
||||
|
||||
* FreeBSD/pandora_agent: Fixed path of the daemon command.
|
||||
|
||||
2014-08-14 Koichiro Kikuchi <koichiro@rworks.jp>
|
||||
|
||||
* pandora_agent_installer: Fixed symlink source path.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue