Date: Mon, 8 Oct 2001 10:01:36 -0700 (PDT) From: Maxim Sobolev <sobomax@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add perform.c src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 Message-ID: <200110081701.f98H1ak44490@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2001/10/08 10:01:36 PDT Modified files: usr.sbin/pkg_install/add perform.c usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 Log: - Allow package archive to be created from a locally installed package. This allows for an easy way to backup old version of port prior to installing a new one; - silence compiler warnings by killing some unused variables and adding all includes necessary. MFC after: 2 weeks Revision Changes Path 1.66 +12 -8 src/usr.sbin/pkg_install/add/perform.c 1.18 +2 -1 src/usr.sbin/pkg_install/create/create.h 1.26 +29 -8 src/usr.sbin/pkg_install/create/main.c 1.58 +53 -13 src/usr.sbin/pkg_install/create/perform.c 1.48 +16 -3 src/usr.sbin/pkg_install/create/pkg_create.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?200110081701.f98H1ak44490>