Rename /etc/sysctl.d/100-monitor-tools.conf to 10-monitor-tools.conf
By doing so, we change the processing order of configuration files.
The intent is to have the user config '100-custom-user.conf' take
precedence.
Old order of processing:
...
99-sysctl.conf -> ../sysctl.conf
100-custom-user.conf
100-monitor-tools.conf
New order of processing:
10-monitor-tools.conf
...
99-sysctl.conf -> ../sysctl.conf
100-custom-user.conf
Test plan:
PASS - build-pkgs --clean -p monitor-tools
verify package contents
PASS - AIO-SX: iso install and check sysctl configuration files
- ls -lah -v /etc/sysctl.d/*.conf
- sysctl -a
- dpkg -S /etc/sysctl.d/10-monitor-tools.conf
Story: 2011583
Task: 53103
Change-Id: I594e6725678233f1949e6617778abbff2ba12efd
Signed-off-by: Kyale, Eliud <Eliud.Kyale@windriver.com>