From owner-freebsd-questions@FreeBSD.ORG Mon Feb 4 18:32:01 2013 Return-Path: Delivered-To: freebsd-questions@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 C8E1C6FC for ; Mon, 4 Feb 2013 18:32:01 +0000 (UTC) (envelope-from mhca12@gmail.com) Received: from mail-ob0-f176.google.com (mail-ob0-f176.google.com [209.85.214.176]) by mx1.freebsd.org (Postfix) with ESMTP id 9DA83253 for ; Mon, 4 Feb 2013 18:32:01 +0000 (UTC) Received: by mail-ob0-f176.google.com with SMTP id v19so6642728obq.21 for ; Mon, 04 Feb 2013 10:31:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=uLs9vu8RzYweGkiXMVo32V19kqKy/OsjkW/P1jObCBg=; b=wXUBkRAt0jBOArrNynRocSS+3ctsHhylAdEXxmpXjdqRml9SVK5zUkXzgCeH+DlIJz R/xnnM3g1Pj7v67hm47SFO08gRWOuq4GSZiIuN3gc/ULTOL2ZS+s12IPtEwY9KB0T/lc qZlvHVFvPpgMiAxEzEbVI6L8LHPWTXq1HkA1OEwBwMwfd9hXTB+4FCZKTw3bwRK/gfMv Af1D+jNy0zyyhg2w5kuPsY6t32XUUNvkksa15aqtKft3I85o0RkUonhw0ejKuZsP4ZZ5 xQUW8wE2cQwa4XKoe6dscuBfC9xKKBJPZQsRc+RECkArmPP9pDiM/UqbI9ozipGJO6B4 kESw== MIME-Version: 1.0 X-Received: by 10.60.172.131 with SMTP id bc3mr17618833oec.79.1360002715697; Mon, 04 Feb 2013 10:31:55 -0800 (PST) Received: by 10.76.34.73 with HTTP; Mon, 4 Feb 2013 10:31:55 -0800 (PST) Date: Mon, 4 Feb 2013 19:31:55 +0100 Message-ID: Subject: which pkg repository with 9.1 From: mhca12 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 18:32:01 -0000 I have just installed 9.1 amd64 on a test machine and wanted to install rsync. Is pkgng the right choice and if so is there a handy guide how to get started or should I use pkg_add -r? Is this any different for i386? It used to be that there's no i386 pkgng repository.