aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-markdown
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-12 05:57:01 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-13 21:33:35 -0300
commit0f041eb0acde05e72dcd0be6a08a9c92d5f5b567 (patch)
tree5fdcd7fd7334e930cbfbf587edd1f4dc6e1712b8 /community/py3-markdown
parent8ed605d0fc892b9dfc4f242c15a3aed07436dc1e (diff)
downloadaports-0f041eb0acde05e72dcd0be6a08a9c92d5f5b567.tar.bz2
aports-0f041eb0acde05e72dcd0be6a08a9c92d5f5b567.tar.xz
main/openrc: fix priority of modules-load configuration.
The previous configuration loaded in this order: 1. /etc/modules 2. /etc/modules-load.d/*.conf 3. /run/modules-load.d/*.conf 4. /usr/lib/modules-load.d/*.conf 5. /lib/modules-load.d/*.conf This is completely backwards and with this commit it will now be. 1. /lib/modules-load.d/*.conf -> System and base packages configuration 2. /usr/lib/modules-load.d/*.conf -> Other packages configuration 3. /etc/modules -> Local admin configuration 4. /etc/modules-load.d/*.conf -> Local admin configuration (preferred) 5. /run/modules-load.d/*.conf -> Runtime configuration
Diffstat (limited to 'community/py3-markdown')
0 files changed, 0 insertions, 0 deletions