From mboxrd@z Thu Jan  1 00:00:00 1970
From: Arne Fitzenreiter <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated.
 40372359447d58c097152642fc607eb1303aaba2
Date: Wed, 29 Jul 2020 10:34:21 +0000
Message-ID: <4BGqfQ1Pzsz2xhH@people01.haj.ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3693924364987181022=="
List-Id: <ipfire-scm.lists.ipfire.org>

--===============3693924364987181022==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  40372359447d58c097152642fc607eb1303aaba2 (commit)
       via  914994a6216ee7899335e404dc4dee576e0a44fa (commit)
      from  00655793a6a7821b9debfd488e7fd91d1b370c1d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 40372359447d58c097152642fc607eb1303aaba2
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Wed Jul 29 10:33:36 2020 +0000

    stage2: fix aarch64 rootfile
   =20
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit 914994a6216ee7899335e404dc4dee576e0a44fa
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Wed Jul 29 10:28:21 2020 +0000

    stage2: update x86_64 rootfile
   =20
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/common/aarch64/stage2 | 2 ++
 config/rootfiles/common/x86_64/stage2  | 5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Difference in files:
diff --git a/config/rootfiles/common/aarch64/stage2 b/config/rootfiles/common=
/aarch64/stage2
index 64c777bac..ff8dcaeb7 100644
--- a/config/rootfiles/common/aarch64/stage2
+++ b/config/rootfiles/common/aarch64/stage2
@@ -94,6 +94,7 @@ usr/local/bin/connscheduler
 usr/local/bin/consort.sh
 usr/local/bin/convert-dns-settings
 usr/local/bin/convert-ovpn
++usr/local/bin/convert-to-location
 usr/local/bin/filesystem-cleanup
 usr/local/bin/hddshutdown
 usr/local/bin/ipsec-interfaces
@@ -107,6 +108,7 @@ usr/local/bin/settime
 usr/local/bin/timecheck
 usr/local/bin/timezone-transition
 usr/local/bin/update-ids-ruleset
+usr/local/bin/update-lang-cache
 usr/local/bin/update-location-database
 #usr/local/include
 #usr/local/lib
diff --git a/config/rootfiles/common/x86_64/stage2 b/config/rootfiles/common/=
x86_64/stage2
index 7e2ba5bbb..ee41d2fb0 100644
--- a/config/rootfiles/common/x86_64/stage2
+++ b/config/rootfiles/common/x86_64/stage2
@@ -42,8 +42,8 @@ etc/profile.d/term256.sh
 etc/profile.d/umask.sh
 etc/resolv.conf
 etc/securetty
-etc/sysctl.conf
 etc/sysctl-x86_64.conf
+etc/sysctl.conf
 etc/syslog.conf
 etc/system-release
 #home
@@ -68,7 +68,6 @@ root/.bash_logout
 root/.bash_profile
 root/.bashrc
 root/ipfire
-run
 #sbin
 #srv
 #usr/bin
@@ -95,6 +94,7 @@ usr/local/bin/connscheduler
 usr/local/bin/consort.sh
 usr/local/bin/convert-dns-settings
 usr/local/bin/convert-ovpn
+usr/local/bin/convert-to-location
 usr/local/bin/filesystem-cleanup
 usr/local/bin/hddshutdown
 usr/local/bin/ipsec-interfaces
@@ -174,6 +174,7 @@ var/mail
 var/run
 #var/spool
 var/tmp
+run
 dev/console
 dev/null
 tmp


hooks/post-receive
--
IPFire 2.x development tree

--===============3693924364987181022==--