From owner-svn-ports-head@FreeBSD.ORG Wed Apr 24 17:28:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 935078CF; Wed, 24 Apr 2013 17:28:55 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ia0-x22e.google.com (mail-ia0-x22e.google.com [IPv6:2607:f8b0:4001:c02::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 49C0A1209; Wed, 24 Apr 2013 17:28:55 +0000 (UTC) Received: by mail-ia0-f174.google.com with SMTP id h23so1836967iae.19 for ; Wed, 24 Apr 2013 10:28:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=Vh0GwcCffW/FzSMyXCNxhML4o3JqfEYH4o91IQD4MI0=; b=bzyCwr03ql3M9xV1tceRn1RDc3lwL61oI6QDM4Zw3p69UJ5vE+m/vocYKf8rjydbg/ RqygSYLPwGRfvQnqEoPB63nw7x49fuvzYjsnz8I/lS/HTiwmBKghvNUn5flDAOiPajkO JumtN2W0gFZa2p+vxptyFKxBZ0gQMoZSHPQMlObSTp15xDQOwtVuRKp11iaZryw1Uo2s 6qLdw4JrXaijBpbazFEpqb6tvFXzanHmJSP16j9h8L82292oXNKwBQRf/zeddqSCnNDv Y/NCMxMXHsyIHlH25/Nfurr+AfUsapD8+Hxh+vHsmU9ejSdPc2rorwUODpFGLYBleknC U4+A== X-Received: by 10.42.151.3 with SMTP id c3mr19362300icw.27.1366824535018; Wed, 24 Apr 2013 10:28:55 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.58.52 with HTTP; Wed, 24 Apr 2013 10:28:24 -0700 (PDT) In-Reply-To: <517812B7.1070407@FreeBSD.org> References: <201304241508.r3OF8MCT082012@svn.freebsd.org> <517812B7.1070407@FreeBSD.org> From: Chris Rees Date: Wed, 24 Apr 2013 18:28:24 +0100 X-Google-Sender-Auth: tOky03Pty7KiB4iAW5sZnXSFpjE Message-ID: Subject: Re: svn commit: r316439 - in head/databases: mysql55-server/files mysql56-server/files To: Alex Dupre Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , svn-ports-all@freebsd.org, "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Apr 2013 17:28:55 -0000 On 24 April 2013 18:13, Alex Dupre wrote: > Chris Rees ha scritto: > >> The majority of users will have set hostname in rc.conf, so this means >> that the call to the hostname binary is redundant. > > > No objections, if you tested it, you can commit it (don't bump port > revision). Thanks, that'll save a few microseconds next boot ;) Chris