From owner-cvs-all Sat Jan 16 17:22:59 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA17001 for cvs-all-outgoing; Sat, 16 Jan 1999 17:22:59 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA16996; Sat, 16 Jan 1999 17:22:58 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA19458; Sat, 16 Jan 1999 17:22:58 -0800 (PST) Date: Sat, 16 Jan 1999 17:22:58 -0800 (PST) Message-Id: <199901170122.RAA19458@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pkg_install/add main.c pkg_add.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/01/16 17:22:57 PST Modified files: usr.sbin/pkg_install/add main.c pkg_add.1 Log: Add a new option for pkg_add, -r. The remote option allows for automatic package fetching and installation using the package repository found on wcarchive. Naturally, this site can be overridden with a enviornment variable. This code uses getobjformat() and getosreldate(). This means when some event causes the package to be fetched to change (such as e-day) the logic also needs to be changed. Sorta reviewed by: jkh Code suggestions: peter, jkh, eivind, msmith Revision Changes Path 1.19 +51 -3 src/usr.sbin/pkg_install/add/main.c 1.28 +16 -2 src/usr.sbin/pkg_install/add/pkg_add.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message