[
https://issues.apache.org/jira/browse/MESOS-3782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15221168#comment-15221168
]
Kevin Klues commented on MESOS-3782:
------------------------------------
I don't think you should copy the {noformat}bin/*slave*.in{noformat} files
themselves, but rather use AC_CONFIG_FILES in configure.ac to generate them
from the same input. i.e.,
{noformat}
AC_CONFIG_FILES([bin/mesos-agent.sh:bin/mesos-slave.in.sh], [chmod +x
bin/mesos-agent.sh])
AC_CONFIG_FILES([bin/mesos-agent-flags.sh:bin/mesos-slave-flags.in.sh])
{noformat}
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Configuration-Files.html
> Replace Master/Slave Terminology Phase I - Add duplicate binaries (or create
> symlinks)
> --------------------------------------------------------------------------------------
>
> Key: MESOS-3782
> URL: https://issues.apache.org/jira/browse/MESOS-3782
> Project: Mesos
> Issue Type: Task
> Reporter: Diana Arroyo
> Assignee: zhou xing
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)