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 954828d8f3ee6d8b5754c648b31e43c2c7667291 (commit)
from 9073b52c778f459d67c48b037d5c0b03cf5e0224 (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 954828d8f3ee6d8b5754c648b31e43c2c7667291
Author: Peter Müller <peter.mueller(a)ipfire.org>
Date: Sat Feb 19 11:54:10 2022 +0000
stage2: Zut alors, delete the right line in rootfile
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/common/aarch64/stage2 | 2 +-
config/rootfiles/common/x86_64/stage2 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Difference in files:
diff --git a/config/rootfiles/common/aarch64/stage2 b/config/rootfiles/common/aarch64/stage2
index df21dc6ee..801c964cd 100644
--- a/config/rootfiles/common/aarch64/stage2
+++ b/config/rootfiles/common/aarch64/stage2
@@ -132,7 +132,7 @@ usr/local/bin/update-location-database
#usr/local/src
#usr/sbin
usr/sbin/openvpn-metrics
-usr/sbin/ovpn-collectd-convert
+usr/sbin/ovpn-ccd-convert
#usr/share
#usr/share/doc
#usr/share/doc/licenses
diff --git a/config/rootfiles/common/x86_64/stage2 b/config/rootfiles/common/x86_64/stage2
index a1f57aacf..ffdd0ce51 100644
--- a/config/rootfiles/common/x86_64/stage2
+++ b/config/rootfiles/common/x86_64/stage2
@@ -132,7 +132,7 @@ usr/local/bin/update-location-database
#usr/local/src
#usr/sbin
usr/sbin/openvpn-metrics
-usr/sbin/ovpn-collectd-convert
+usr/sbin/ovpn-ccd-convert
#usr/share
#usr/share/doc
#usr/share/doc/licenses
hooks/post-receive
--
IPFire 2.x development tree