summaryrefslogtreecommitdiffstats
path: root/build-data/platforms.mk
diff options
context:
space:
mode:
authorMiroslav Miklus <mmiklus@cisco.com>2016-09-27 13:23:09 +0200
committerDamjan Marion <dmarion.lists@gmail.com>2016-09-27 18:15:42 +0000
commit822af5c95d080a58cda504228df4b5f3896e72b6 (patch)
tree8e3aaa71f42dee42f7ade4d8c8ae31016d7524c4 /build-data/platforms.mk
parent3fa0af596056ae6e87692325c7ebe51636635313 (diff)
FIX sysctl configuration directory
man sysctl.d: ... Packages should install their configuration files in /usr/lib/. Files in /etc/ are reserved for the local administrator, who may use this logic to override the configuration files installed by vendor packages. All configuration files are sorted by their filename in lexicographic order, regardless of which of the directories they reside in. If multiple files specify the same option, the entry in the file with the lexicographically latest name will take precedence. It is recommended to prefix all filenames with a two-digit number and a dash, to simplify the ordering of the files. If the administrator wants to disable a configuration file supplied by the vendor, the recommended way is to place a symlink to /dev/null in the configuration directory in /etc/, with the same filename as the vendor configuration file. ... Change-Id: I24b8b7fddf64ec287282ae195e07c9592c494ebe Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
Diffstat (limited to 'build-data/platforms.mk')
-rw-r--r--build-data/platforms.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-data/platforms.mk b/build-data/platforms.mk
index 36cfc878b37..59c28090281 100644
--- a/build-data/platforms.mk
+++ b/build-data/platforms.mk
@@ -52,7 +52,7 @@ install-deb: $(patsubst %,%-find-source,$(ROOT_PACKAGES))
>> deb/debian/vpp.install ; \
\
: and sysctl config ; \
- echo ../../vpp/conf/80-vpp.conf /etc/sysctl.d \
+ echo ../../vpp/conf/80-vpp.conf /usr/lib/sysctl.d \
>> deb/debian/vpp.install ; \
\
: dev package needs a couple of additions ; \