From owner-freebsd-current@freebsd.org Fri Aug 3 07:31:42 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C922106027D for ; Fri, 3 Aug 2018 07:31:42 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 12F6E74966 for ; Fri, 3 Aug 2018 07:31:42 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id C89AE106027C; Fri, 3 Aug 2018 07:31:41 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B781B106027B for ; Fri, 3 Aug 2018 07:31:41 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5030C7495F for ; Fri, 3 Aug 2018 07:31:41 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from bach.cs.huji.ac.il ([132.65.80.20]) by kabab.cs.huji.ac.il with esmtp id 1flUYh-0006J1-5X for current@freebsd.org; Fri, 03 Aug 2018 10:31:35 +0300 From: Daniel Braniss Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: ntpd user/group issue Message-Id: <1C5B5B84-7FF1-489B-9607-11F1432B7C1E@cs.huji.ac.il> Date: Fri, 3 Aug 2018 10:31:34 +0300 To: FreeBSD Current X-Mailer: Apple Mail (2.3445.9.1) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2018 07:31:42 -0000 Hi, I am cross compiling, which means i=E2=80=99m using for example an 11.1 = to compile current, for another host - an image which is different from the one i'm using to = compile. make install checks for ntpd in /etc, instead, should it look elsewhere? = DESTDIR perhaps? cheers, danny