summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/add
AgeCommit message (Expand)Author
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-02Allow '%D' to be used when no last_file available. Fixes binary packageabs
2003-01-10Introduce the notion of "preserving" an installed package.agc
2003-01-10Order the getopt(3) options alphabetically.agc
2003-01-05Add an enumerated type which is used in pkgdb_open() to specifyagc
2003-01-05Use EXIT_FAILURE, rather than hardcoding a value of '1' in err(3) andagc
2002-11-29replace use of alloca() with the more portable malloc()/free().grant
2002-11-28Add 'p' option to TARX_CMD's argument for preserving file mode.taca
2002-11-05s/anyways/anyway/grant
2002-10-17- eliminate the hard-coding of pathnames in the default install.christos
2002-09-26Ispell. Begin new sentences on a new line.wiz
2002-09-24Sprinkle .Xrs to packages(7).uebayasi
2002-08-29Do not prepend '.' to path when looking for dependencies for a packageabs
2002-08-27Introduce path_prepend_from_pkgname() and path_remove_first() andabs
2002-08-16Fix a few comments, and add some others to outline what's missinghubertf
2002-08-15Drop trailing whitespace.wiz
2002-08-15document -uhubertf
2002-08-04Try increasing number of max. open files as high as possible.hubertf
2002-07-31Synch with reality (PKG_TMDIR defaults to /var/tmp (first)).jschauma
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-07-19- remove handling of PKG_ADD_BASE.yamt
2002-07-13If "-f" is given, don't set errc on dependency add failure.toshii
2002-07-09don't pass null pointers to printf for "%s".yamt
2002-06-10constify and make WARNS=2 clean.yamt
2002-06-09constify.yamt
2002-06-09- make last arg of findmatchingname void*.yamt
2002-06-09- free memory allocated by findbestmatchingname.yamt
2002-04-02Check the return code from the second invocation of installprereq(), toagc
2002-03-06When adding packages via pkg_add(1), and a pre-requisite package needsagc
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-07Edit -mdoc usage.ross
2002-02-02Drop an empty line.wiz
2001-09-26use full pathname of tar consistentlchubertf
2001-09-25Print out the name of the detached signature file which is being used toagc
2001-09-25Add a "-s verification-type" argument to pkg_add, which adds a calloutagc
2001-07-24Fix `pkg_add -u' for packages without dependencies.wiz
2001-07-22seperate -> separatewiz
2001-06-05Uppercase Dt argument.wiz
2001-05-21Add -I argument to pkg_create so that the real prefix can be specifiedagc
2001-04-21Check for return value of getenv() before handing it to strdup().hubertf
2001-04-19Allow PKG_PATH (or part of that) to contain a local directory, anddmcmahill
2001-04-10have EXAMPLES section.itojun
2001-04-09Whitespace fixes.wiz
2001-03-28If a package is already installed, this is *not* a fatal error. Do nothubertf
2001-03-22Set return code != 0 if the given pkg (file) cannot be found.hubertf
2001-03-20Update path in example to a more recent package. Noted by zuntum.wiz
2001-03-18Add -u switch to pkg_add to do a very rudimentare form of pkg upgrading:hubertf
2001-03-13Update description a bit - inspired by Jeremy C. Reed <reed@reedmedia.net>hubertf
2001-03-05Add -V option to all pkgtools, which reports the version of the pkgtools.wiz
2001-01-07Alphabetize options.hubertf