From: Adolf Belka Date: Fri, 18 Aug 2023 18:46:45 +0000 (+0200) Subject: ppp: Bug#13164 - Update configure options to have correct directory for pid X-Git-Tag: v2.27-core179~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5d85855e5c24d41d65bd9a4218e789974fc2722;p=ipfire-2.x.git 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 Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/common/ppp b/config/rootfiles/common/ppp index 6098fa7c3c..379c64af44 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 fc4528ece9..a6bd633b48 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)