public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, core186, updated. d545c338f0d14ecec48623e15efc1c28b44cbce7
Date: Sat, 08 Jun 2024 14:30:22 +0000	[thread overview]
Message-ID: <4VxL7y5hvrz2xqc@people01.haj.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2673 bytes --]

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

                 reply	other threads:[~2024-06-08 14:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4VxL7y5hvrz2xqc@people01.haj.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox