summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
AgeCommit message (Expand)Author
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-02Crank PKGTOOLS_VERSION to 20030202 for last_file fixabs
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-10order the getopt options alphabetically.agc
2003-01-10Add a pkgdb_remove_pkg() function and use it in pkg_delete(1).agc
2003-01-06In pkgdb_remove(), use the return value from (*db->del), rather thanagc
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-12-06Avoid conflict with reserved identifier "exp".thorpej
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-26Don't use special-case code for the '_' modifier, just add it to theagc
2002-11-23Do not abort incomplete deletion if the cwd was removed. Instead, warn,jschauma
2002-11-14Bump version number after adding "alpha" and "beta" version modifieragc
2002-11-14In addition to the existing "rc" modifier for a package version, addagc
2002-11-05s/anyways/anyway/grant
2002-11-02Add tag for yesterday's state.wiz
2002-10-26Properly re-implement hilighting of the dialogue with the ftp(1)hubertf
2002-10-26use size of the right bufferhubertf
2002-10-19use readlink with bufsize - 1; approved thorpej.provos
2002-10-17Fix typo in last (hi christos).wiz
2002-10-17Jeez! Delete hard-coded vt100 sequences. This could be done using termcap,christos
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-25Fix date.wiz
2002-09-24Sprinkle .Xrs to packages(7).uebayasi
2002-09-19select() -> poll()mycroft
2002-09-18minor makefile delintlukem
2002-09-16Fix typo (sigh).thorpej
2002-09-15The new comment in the file says it all:thorpej
2002-08-29Do not prepend '.' to path when looking for dependencies for a packageabs
2002-08-27crank PKGTOOLS_VERSION to 20020827 for last change to lib/path.[ch]abs
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-08add some comments.yamt
2002-08-0420020804:hubertf
2002-08-04Try increasing number of max. open files as high as possible.hubertf
2002-08-04Add 'pmatch' keyword: pkg_admin pmatch pattern pkghubertf
2002-08-04Don't warn about PKG_PATH being set when -e is givenhubertf
2002-08-02Fix FTP_CMD for Solaris: something went wrong when it was added.seb
2002-07-31Synch with reality (PKG_TMDIR defaults to /var/tmp (first)).jschauma
2002-07-23bump version to 20020723.yamt
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-07-20#if 0 out unused functions.yamt
2002-07-20show_file: don't append '\n' if fopen failed.yamt