From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 03 Sep 2021 16:17:08 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mMA0C-0001Dc-2l for lore@lore.pengutronix.de; Fri, 03 Sep 2021 16:17:08 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mMA0B-0000du-OV; Fri, 03 Sep 2021 16:17:07 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mMA03-0000di-Pe; Fri, 03 Sep 2021 16:16:59 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mMA03-0008Rp-7m; Fri, 03 Sep 2021 16:16:59 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1mMA03-00GwvX-4u; Fri, 03 Sep 2021 16:16:59 +0200 Date: Fri, 3 Sep 2021 16:16:59 +0200 From: Michael Olbrich To: Juergen Borleis Message-ID: <20210903141659.GI4027748@pengutronix.de> Mail-Followup-To: Juergen Borleis , ptxdist@pengutronix.de References: <20210812104015.19563-1-jbe@pengutronix.de> <20210812104015.19563-4-jbe@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210812104015.19563-4-jbe@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [ptxdist] [PATCH 4/5] openvpn: still allow initV support X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false On Thu, Aug 12, 2021 at 12:40:14PM +0200, Juergen Borleis wrote: > Signed-off-by: Juergen Borleis > --- > rules/openvpn.make | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/rules/openvpn.make b/rules/openvpn.make > index 46cca64..d5f2b81 100644 > --- a/rules/openvpn.make > +++ b/rules/openvpn.make > @@ -43,8 +43,11 @@ OPENVPN_CONF_ENV := \ > IFCONFIG=/usr/sbin/ifconfig \ > IPROUTE=/usr/sbin/ip \ > NETSTAT=/usr/bin/netstat \ > - ROUTE=/usr/sbin/route \ > - SYSTEMD_ASK_PASSWORD=/usr/bin/systemd-ask-password > + ROUTE=/usr/sbin/route > + > +ifdef PTXCONF_OPENVPN_SYSTEMD > +OPENVPN_CONF_ENV += SYSTEMD_ASK_PASSWORD=/usr/bin/systemd-ask-password > +endif What's the difference between not specifying SYSTEMD_ASK_PASSWORD and /usr/bin/systemd-ask-password missing? In other words, what happens if we build with SYSTEMD_ASK_PASSWORD=/usr/bin/systemd-ask-password and systemd is not actually used? Will it try to find it at build-time anyways? Does it work differently at runtime if no program is configured? Michael > > # > # autoconf > -- > 2.20.1 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de