diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-03-13 16:05:43 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-04-12 14:16:54 +0200 |
commit | 282e8173509a0907ec469d493f3bd9fed710c453 (patch) | |
tree | d0e9873f7a72bfe0a4042d47a5d30bdf6bbe106d /package/base-files/files/etc/sysctl.conf | |
parent | de3e5de8ccfcdbc20c1c2b8798048189b9da6ed5 (diff) | |
download | upstream-282e8173509a0907ec469d493f3bd9fed710c453.tar.gz upstream-282e8173509a0907ec469d493f3bd9fed710c453.tar.bz2 upstream-282e8173509a0907ec469d493f3bd9fed710c453.zip |
base-files: do not source system.sh in functions.sh
The default_postinst() function in /lib/functions.sh sources
/lib/functions/system.sh before cycling through uci-defaults files.
This creates a pseudo-cyclic dependency as system.sh also uses
functions that are located in functions.sh. Despite that, there
is actually only one uci-defaults file in the entire repo that needs
system.sh, and this one contains an explicit source for system.sh
anyway.
Consequently, this patch removes the sourcing of system.sh in
functions.sh. There are no relevant uses in packages, routing and
luci repositories.
This may require adjustments for downstream, though.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'package/base-files/files/etc/sysctl.conf')
0 files changed, 0 insertions, 0 deletions