From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1XEJLY-0006AF-Sg for ptxdist@pengutronix.de; Mon, 04 Aug 2014 16:34:44 +0200 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1XEJLY-0000GD-Qx for ptxdist@pengutronix.de; Mon, 04 Aug 2014 16:34:44 +0200 Date: Mon, 4 Aug 2014 16:34:44 +0200 From: Michael Olbrich Message-ID: <20140804143444.GA31564@pengutronix.de> References: <1407150352-14149-1-git-send-email-mpa@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1407150352-14149-1-git-send-email-mpa@pengutronix.de> Subject: Re: [ptxdist] [PATCH] ntp: select ntpd for systemd service Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Mon, Aug 04, 2014 at 01:05:52PM +0200, Markus Pargmann wrote: > The ntp systemd service file will call ntpd. If ntpd is not configured > to be installed, the service will fail. > > Signed-off-by: Markus Pargmann > --- > rules/ntp.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/rules/ntp.in b/rules/ntp.in > index 26addd587ff0..39556622bc92 100644 > --- a/rules/ntp.in > +++ b/rules/ntp.in > @@ -237,6 +237,7 @@ config NTP_NTPD_SYSTEMD_UNIT > bool > default y > depends on SYSTEMD > + select NTP_NTPD depends on NTP_NTPD Otherwise this can conflict with the 'depends on !BUSYBOX_NTPD' from NTP_NTPD. Michael > prompt "install systemd service file" > > config NTP_NTPDC > -- > 2.0.1 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de