From owner-freebsd-ports@freebsd.org Fri May 20 12:18:15 2016 Return-Path: Delivered-To: freebsd-ports@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 DE0F2B42308 for ; Fri, 20 May 2016 12:18:15 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-ig0-x242.google.com (mail-ig0-x242.google.com [IPv6:2607:f8b0:4001:c05::242]) (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 B4F36189C for ; Fri, 20 May 2016 12:18:15 +0000 (UTC) (envelope-from ml@my.gd) Received: by mail-ig0-x242.google.com with SMTP id c3so10417104igl.3 for ; Fri, 20 May 2016 05:18:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=my-gd.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to; bh=9zy/XgEDv26qLZp24u+PfY6v/n2aFWh9PtL+3aNdOxk=; b=Ej3/Gbt5ZXvnHeMCjA/3j79LQhvGeXAzsJZTc0N40yvqVHDCzI0139X4tbV0/yBCXy K4J4a68U6IBEIHWH2+dkJLh5CnPeQ3xjhY0XWI7fgxUdPC6QaM5uxu6o3kEqPvQOpn6a ncjDalx4qpJTH6HQaCtPgy+juXm/QpHu8m+FakWfl9juFwO0eEVWV2rQVKeNIA+c2zFg fVJ/ng8lTWoX2Oj16ehVBkTeGlnadfnSSL/b2Hxup2mGJdQquxUvIVwZ3RHMhQVYTPwf aW82AFSO/aUFR8aBActyXZBuxYKd2hpDaJBPA6s4Y+nvn+eNN1+n3uhTp25tf4MehTkq BCNw== 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; bh=9zy/XgEDv26qLZp24u+PfY6v/n2aFWh9PtL+3aNdOxk=; b=fOGaP1/8DbirMm0y2lnMp1qzX5LKz3Je0dUxdnC7r/Nev3AhZJhnHov59kIHVanjJo r9JdUAS2l2TtHr/nJ5FbybrjwZWM/ZaiOWO3mlVDLWRQZpFkxhKez8IoYjM12yJwXaGe Y9eF5TiFJYAg9IhUig618ZXgGuYo5HCwxxE/LneCf4WyCDThv2h/wsPmZkOBchLLTdGt Lm94NZB+1G52HCbWFDsuwYWnwayZb3TBEjmj01qDaaJel6Bo2m3Fk5ZhawqUs8NoUmQx 9SeXIcEexegHPLNfeRLoA8ErvbnFZPzQFlzOLyzFiAWsfOHIwXlkT3AJxYHt8kin7+8y KJZA== X-Gm-Message-State: AOPr4FUYMbuOeYppakAn6ZmLepIqItK7nJnawsjhCfs6hpvQ6bIdlTrkZZcSWHz2oVl1v+azGEXCwQCKpluZeg== MIME-Version: 1.0 X-Received: by 10.50.223.148 with SMTP id qu20mr2744054igc.34.1463746694872; Fri, 20 May 2016 05:18:14 -0700 (PDT) Received: by 10.79.124.93 with HTTP; Fri, 20 May 2016 05:18:14 -0700 (PDT) Date: Fri, 20 May 2016 14:18:14 +0200 Message-ID: Subject: =?UTF-8?Q?=5BPATCH=5D_net=2Frelayd_=2D_configuration_sanity_checks_=C3=A0_?= =?UTF-8?Q?la_nginx?= From: Damien Fleuriot To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2016 12:18:16 -0000 Hello list, Find in the ticket below [1] a splendid patch to net/relayd's rc script so that it mimics nginx's behaviour and actually runs a sanity check on its configuration file prior to reload or restart. In the current state of things, relayd performs no such check and may leave an administrator with a service outage. Could anyone please take the time to review and commit ? Cheers [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200914