Date: Sat, 16 Jan 1999 17:22:58 -0800 (PST) From: Bill Fumerola <billf@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 Message-ID: <199901170122.RAA19458@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901170122.RAA19458>