From owner-freebsd-questions@freebsd.org Mon Dec 12 22:00:29 2016 Return-Path: Delivered-To: freebsd-questions@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 41905C74A56 for ; Mon, 12 Dec 2016 22:00:29 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::231]) (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 0C050905 for ; Mon, 12 Dec 2016 22:00:29 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-io0-x231.google.com with SMTP id h30so195709828iod.2 for ; Mon, 12 Dec 2016 14:00:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=UovzD21sMCFXkdLMwZGvErXJ5ICyukZtYbvBlgtiE6c=; b=UbKqI+C8AAlsgzJX9ljiJqpsMsCQIx9i7wB1h+TeqNth5f7XSbMfYdXd+NkrH9bNMz XwmlvAgy/5Mjn4a2LfC/4dqE9mYA4uGyFZW5gIE1dMCciaYLHJethHvMUbhWL8N4iYjl CYhRhGYy3nzdmJ7mNhpliQ06Vj+Kv1wE8+J51Zho9YvYKXdOG+jzrEuDky2AQZqPVtPB VJdwg7SUeGvVSlu/LOUtQQixNFhfYCXEhRv4VTYoFReRxj/mQrl9d7LecP9frnriOgG/ xy9qbIzo+CzLnYdCxfalyloDKWweQJek9Y6JWJNOVqBnTx2PSHcIq0aiif96t9JXAE7x A4EQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=UovzD21sMCFXkdLMwZGvErXJ5ICyukZtYbvBlgtiE6c=; b=dqmY/b9raUzemxjK9fu95orkyWwG+x3yKiyhtlm+5rHRaSrbxDgFvCLQu9+r+DdJvz eYQyeHRZe56NKJFGaEtslrv+UpI55cshJVupAeqEgwXjLjO6NzbU2aMXCCJenbOFG1mQ EofXESTajNvQ03GaiEDC7DPSxq+GBIxi1nP3W6gISO0LOqTIXnVcsgf/NnNNDVWjYD9o CBl8HajnEDKHVffiISww34T/OU+OrSn4qfFEdjnQgzKNuZFIRXOdRnHOG7ibUXrt0+vB micyK0Lify4FPLvoibPGYiJKCv4TJCOKPw/+fdOwOhoFVe1jWytWJwptDvMZherlkVW/ QqFg== X-Gm-Message-State: AKaTC02iOpzceOetTcmMZN2Z21D7DfDYnJc+LyyHVGsxshSCsPI54IDo2vzRGC+dk0iKqUbfwByYT9IMARbGKg== X-Received: by 10.107.18.193 with SMTP id 62mr29362064ios.155.1481580028461; Mon, 12 Dec 2016 14:00:28 -0800 (PST) MIME-Version: 1.0 References: <0d2e1d2e82cba11788a5472afaf7a777.squirrel@webmail.harte-lyne.ca> In-Reply-To: From: Ben Woods Date: Mon, 12 Dec 2016 22:00:18 +0000 Message-ID: Subject: Re: FreeBSD-11 : What TCP/UDP ports does pkg update use? To: byrnejb@harte-lyne.ca, freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2016 22:00:29 -0000 On Mon., 12 Dec. 2016 at 11:50 pm, James B. Byrne via freebsd-questions < freebsd-questions@freebsd.org> wrote: > Do I just copy the modified file to > '/usr/local/etc/pkg/repos/FreeBSD.conf' instead? > Yes, that is correct. You can (and should) revert /etc/pkg/FreeBSD.conf to its unmodified state. Each of the individual fields in /usr/local/etc/pkg/repos/FreeBSD.conf will override the same field from /etc/pkg/FreeBSD.conf, so you only need to include those you need to modify from their default value. Regards, Ben