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, core186 has been updated
via d545c338f0d14ecec48623e15efc1c28b44cbce7 (commit)
from 73363b89bc6cb1749b83fb42e4f55d960f974f26 (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 d545c338f0d14ecec48623e15efc1c28b44cbce7
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sat Jun 8 10:22:39 2024 +0000
openvpn: Fix broken paths
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/common/openvpn | 2 +-
config/rootfiles/core/186/filelists/files | 2 +-
lfs/openvpn | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
Difference in files:
diff --git a/config/rootfiles/common/openvpn b/config/rootfiles/common/openvpn
index c0d49bfad..8a36d4bb4 100644
--- a/config/rootfiles/common/openvpn
+++ b/config/rootfiles/common/openvpn
@@ -25,7 +25,7 @@ usr/sbin/openvpn-authenticator
#usr/share/doc/openvpn/openvpn.8.html
#usr/share/man/man5/openvpn-examples.5
#usr/share/man/man8/openvpn.8
-usr/share/openvpn/openssl.cnf
+usr/share/openvpn/ovpn.cnf
var/ipfire/ovpn/ca
var/ipfire/ovpn/caconfig
var/ipfire/ovpn/ccd
diff --git a/config/rootfiles/core/186/filelists/files b/config/rootfiles/core/186/filelists/files
index 89b92cd1f..d23b4a838 100644
--- a/config/rootfiles/core/186/filelists/files
+++ b/config/rootfiles/core/186/filelists/files
@@ -15,6 +15,6 @@ etc/rc.d/rc6.d/K01grub-btrfsd
srv/web/ipfire/cgi-bin/vulnerabilities.cgi
usr/local/bin/ipsec-interfaces
usr/sbin/unbound-dhcp-leases-bridge
-usr/share/openvpn/openssl.cnf
+usr/share/openvpn/ovpn.cnf
var/ipfire/header.pl
var/ipfire/ipblocklist/sources
diff --git a/lfs/openvpn b/lfs/openvpn
index 0704aa438..b686cc930 100644
--- a/lfs/openvpn
+++ b/lfs/openvpn
@@ -105,7 +105,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
mkdir -pv /usr/share/openvpn
mv -v /var/ipfire/ovpn/openssl/ovpn.cnf \
/usr/share/openvpn/
- rmdir -v /usr/share/openvpn
+ rmdir -v /var/ipfire/ovpn/openssl
# Install authenticator
install -v -m 755 $(DIR_SRC)/config/ovpn/openvpn-authenticator \
hooks/post-receive
--
IPFire 2.x development tree