public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] ppp: Bug#13164 - Update configure options to have correct directory for pid
@ 2023-08-18 18:46 Adolf Belka
  0 siblings, 0 replies; only message in thread
From: Adolf Belka @ 2023-08-18 18:46 UTC (permalink / raw)
  To: development

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

- 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>
---
 config/rootfiles/common/ppp | 1 -
 lfs/ppp                     | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

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)
-- 
2.41.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-18 18:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-18 18:46 [PATCH] ppp: Bug#13164 - Update configure options to have correct directory for pid Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox