FIX sysctl configuration directory 56/3156/3
authorMiroslav Miklus <mmiklus@cisco.com>
Tue, 27 Sep 2016 11:23:09 +0000 (13:23 +0200)
committerDamjan Marion <dmarion.lists@gmail.com>
Tue, 27 Sep 2016 18:15:42 +0000 (18:15 +0000)
commit822af5c95d080a58cda504228df4b5f3896e72b6
tree8e3aaa71f42dee42f7ade4d8c8ae31016d7524c4
parent3fa0af596056ae6e87692325c7ebe51636635313
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>
build-data/platforms.mk
build-root/rpm/vpp.spec