Received: by mail.netbsd.org (Postfix, from userid 605) id E42EF84D34; Sat, 5 Aug 2017 22:32:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A3C9C84D34 for ; Sat, 5 Aug 2017 22:32:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id S-V-gVRDfUwx for ; Sat, 5 Aug 2017 22:32:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 92EA685806 for ; Sat, 5 Aug 2017 20:09:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 84011FACD; Sat, 5 Aug 2017 20:09:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1501963767182630" MIME-Version: 1.0 Date: Sat, 5 Aug 2017 20:09:27 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/net/isc-dhcrelay4/files To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20170805200927.84011FACD@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1501963767182630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sat Aug 5 20:09:27 UTC 2017 Modified Files: pkgsrc/net/isc-dhcrelay4/files: isc_dhcrelay.sh Log Message: Fix rc script ordering to prevent a circular dependency. From Uwe Toenjes in PR pkg/52095. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/isc-dhcrelay4/files/isc_dhcrelay.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1501963767182630 Content-Disposition: inline Content-Length: 759 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/isc-dhcrelay4/files/isc_dhcrelay.sh diff -u pkgsrc/net/isc-dhcrelay4/files/isc_dhcrelay.sh:1.1 pkgsrc/net/isc-dhcrelay4/files/isc_dhcrelay.sh:1.2 --- pkgsrc/net/isc-dhcrelay4/files/isc_dhcrelay.sh:1.1 Sun Jan 4 01:00:09 2009 +++ pkgsrc/net/isc-dhcrelay4/files/isc_dhcrelay.sh Sat Aug 5 20:09:27 2017 @@ -1,11 +1,10 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: isc_dhcrelay.sh,v 1.1 2009/01/04 01:00:09 adrianp Exp $ +# $NetBSD: isc_dhcrelay.sh,v 1.2 2017/08/05 20:09:27 bsiegert Exp $ # # PROVIDE: dhcrelay -# REQUIRE: DAEMON -# BEFORE: NETWORKING +# REQUIRE: NETWORKING # # Note that there no syslog logging of dhclient messages at boot because # dhclient needs to start before services that syslog depends upon do. --_----------=_1501963767182630--