Skip to content

Commit

Permalink
Remove sysctl setting which is not used anymore (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-shirshov authored May 18, 2017
1 parent 14fe4bf commit aab8775
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions platform/broadcom/docker-syncd-brcm-rpc/99-syncd.conf

This file was deleted.

1 change: 0 additions & 1 deletion platform/broadcom/docker-syncd-brcm-rpc/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ RUN apt-get update \
&& rm -rf /root/deps

COPY ["ptf_nn_agent.conf", "/etc/supervisor/conf.d/"]
COPY ["99-syncd.conf", "/etc/sysctl.d/"]

ENTRYPOINT ["/usr/bin/supervisord"]

2 changes: 0 additions & 2 deletions platform/cavium/docker-syncd-cavm-rpc/99-syncd.conf

This file was deleted.

1 change: 0 additions & 1 deletion platform/cavium/docker-syncd-cavm-rpc/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@ RUN apt-get update \
&& rm -rf /root/deps

COPY ["ptf_nn_agent.conf", "/etc/supervisor/conf.d/"]
COPY ["99-syncd.conf", "/etc/sysctl.d/"]

ENTRYPOINT ["/usr/bin/supervisord"]
2 changes: 0 additions & 2 deletions platform/centec/docker-syncd-centec-rpc/99-syncd.conf

This file was deleted.

1 change: 0 additions & 1 deletion platform/centec/docker-syncd-centec-rpc/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ RUN apt-get update \
&& rm -rf /root/deps

COPY ["ptf_nn_agent.conf", "/etc/supervisor/conf.d/"]
COPY ["99-syncd.conf", "/etc/sysctl.d/"]

ENTRYPOINT ["/usr/bin/supervisord"]

2 changes: 0 additions & 2 deletions platform/mellanox/docker-syncd-mlnx-rpc/99-syncd.conf

This file was deleted.

1 change: 0 additions & 1 deletion platform/mellanox/docker-syncd-mlnx-rpc/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ RUN apt-get update \
&& rm -rf /root/deps

COPY ["ptf_nn_agent.conf", "/etc/supervisor/conf.d/"]
COPY ["99-syncd.conf", "/etc/sysctl.d/"]

ENTRYPOINT ["/usr/bin/supervisord"]

0 comments on commit aab8775

Please sign in to comment.