From owner-freebsd-stable@freebsd.org Wed Aug 19 10:56:00 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B63B39BC0B0 for ; Wed, 19 Aug 2015 10:56:00 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 493B6113B for ; Wed, 19 Aug 2015 10:55:59 +0000 (UTC) (envelope-from ml@my.gd) Received: by lbbtg9 with SMTP id tg9so573010lbb.1 for ; Wed, 19 Aug 2015 03:55:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=3uGx8vNDwFHT58NrXKkYIAn4bLrrHEIECKi31hZIFlg=; b=BNkoL+4AL/vpzsTeKYGaAhCLhZ1f0dfNRQXYXoHA6E3FtqLYfgIQjTZ9bJAg7SpbPL fXtvOOkJG17zBJgAnzAc+l2PgL1bgaduOCdICk7Jm+voyp8Bdvf6XLI3+LrJlc8mh3eH qbFKJIfe/2zr+iXpEQm2rD2Ivo8nMBnblhOxby0uk1zX8hw48PscSS4rwYF23CXI34J2 e/S3+On6Qwn7fAOn7+2eiIOEguhsv+A/V6KsRZ4BwzQ+tRxGnKfqRAMEGbdLYSoLf13t bnrUO5VaGClDdP5hUYGe17GPqaAVkVTZgCW1SQ1YF9mY9jPi5a7m+0+VcLtVSLPZiif8 hFhg== X-Gm-Message-State: ALoCoQmGBS/q99vG4ufF84yg9shioppIbPTU2LcqzR6mfo4CmGZrQeyv+GczQAtSAyuxb874yBDd MIME-Version: 1.0 X-Received: by 10.152.170.130 with SMTP id am2mr10754864lac.54.1439981446596; Wed, 19 Aug 2015 03:50:46 -0700 (PDT) Received: by 10.112.60.34 with HTTP; Wed, 19 Aug 2015 03:50:46 -0700 (PDT) Date: Wed, 19 Aug 2015 12:50:46 +0200 Message-ID: Subject: [patch] [ports] net/relayd config check in rc.d From: Damien Fleuriot To: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Aug 2015 10:56:00 -0000 Hello list, Does anyone want to take a look at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D200914 ? This is a patch I submitted for net/relayd 's rc.d script so that it performs a configuration check before start/reload/restart, =C3=A0 la nginx= . The ticket's been assigned to mm@ but it looks like he's not had the time to have a go at it. Note that the "patch" to the script was done on 8-STABLE but the script in 10-STABLE is identical. We've tested this in production and have yet to find issue with it. Cheers