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, master, updated. b5d85855e5c24d41d65bd9a4218e789974fc2722
Date: Mon, 21 Aug 2023 10:01:33 +0000	[thread overview]
Message-ID: <4RTp0Z01Wzz2xST@people01.haj.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2502 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, master has been updated
       via  b5d85855e5c24d41d65bd9a4218e789974fc2722 (commit)
      from  acaec6c8388bbf166caf360a5ea39977f938933c (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 b5d85855e5c24d41d65bd9a4218e789974fc2722
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date:   Fri Aug 18 20:46:45 2023 +0200

    ppp: Bug#13164 - Update configure options to have correct directory for pid
    
    - The original poster of the bug#13164 has already tested out ppp-2.5.0 in CU179 (master)
       and identified that the startup could not find the directory /usr/var/run/. This is due
       to the change in use of the prefix command in 2.5.0 vs 2.4.9 so --localstatedir set to
       /var. runstatedir is then set to localstatedir/run ie /var/run which is then correct
       for IPFire.
    - This fix needs to be implemented into CU179 so that the bug poster can test out the update
    - Updated rootfile to remove additional empty line
    
    Fixes: Bug#13164
    Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

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

Summary of changes:
 config/rootfiles/common/ppp | 1 -
 lfs/ppp                     | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

Difference in files:
diff --git a/config/rootfiles/common/ppp b/config/rootfiles/common/ppp
index 6098fa7c3..379c64af4 100644
--- a/config/rootfiles/common/ppp
+++ b/config/rootfiles/common/ppp
@@ -71,4 +71,3 @@ usr/sbin/pppstats
 #usr/share/man/man8/pppoe-discovery.8
 #usr/share/man/man8/pppstats.8
 var/log/connect-errors
-
diff --git a/lfs/ppp b/lfs/ppp
index fc4528ece..a6bd633b4 100644
--- a/lfs/ppp
+++ b/lfs/ppp
@@ -82,6 +82,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 					--prefix=/usr \
 					--sysconfdir=/etc \
 					--with-logfile-dir=/var/log \
+					--localstatedir=/var \
 					cc="gcc" \
 					cflags="$(CFLAGS)"
 	cd $(DIR_APP) && make $(MAKETUNING)


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

                 reply	other threads:[~2023-08-21 10:01 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=4RTp0Z01Wzz2xST@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