[source] base-files: order conffiles alphabetically
LEDE Commits
lede-commits at lists.infradead.org
Sat Sep 2 15:28:57 PDT 2017
stintel pushed a commit to source.git, branch master:
https://git.lede-project.org/8446d3de05d0e0a6246dba9621b15095e9073dfb
commit 8446d3de05d0e0a6246dba9621b15095e9073dfb
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Mon Aug 28 14:42:22 2017 +0300
base-files: order conffiles alphabetically
Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
---
package/base-files/Makefile | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 6a1dff7..f897626 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -40,27 +40,27 @@ define Package/base-files
endef
define Package/base-files/conffiles
+/etc/config/
/etc/config/network
/etc/config/system
+/etc/crontabs/
+/etc/dropbear/
+/etc/group
/etc/hosts
/etc/inittab
-/etc/group
+/etc/iproute2/rt_protos
+/etc/iproute2/rt_tables
/etc/passwd
-/etc/shadow
/etc/profile
/etc/protocols
+/etc/rc.local
/etc/services
+/etc/shadow
/etc/shells
/etc/sysctl.conf
-/etc/rc.local
-/etc/sysupgrade.conf
-/etc/config/
-/etc/dropbear/
-/etc/crontabs/
-/etc/sysctl.d/local.conf
/etc/sysctl.d/
-/etc/iproute2/rt_tables
-/etc/iproute2/rt_protos
+/etc/sysctl.d/local.conf
+/etc/sysupgrade.conf
$(call $(TARGET)/conffiles)
endef
More information about the lede-commits
mailing list