summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
AgeCommit message (Expand)Author
1999-07-28Message files in binary packages are not displayed with more(1).tron
1999-07-10cast args to strcmp;christos
1999-07-02Document PKG_TMPDIRhubertf
1999-06-18don't print a useless error message.mrg
1999-06-15Add support for fetching packages from HTTP URLs. Since 'ftp' is alreadycgd
1999-05-30Remove support for absolutes pathnames completely. This can't work withtron
1999-05-29Don't prepend directories if the plist files are absolute.christos
1999-05-15@srcdir was renamed to @src long ago, reflect this in documentation;hubertf
1999-05-12Fix wrong error handling in case "/var/db/pkg" needs to be created.tron
1999-04-12Use absolute path to tar(1) in execl() call.hubertf
1999-04-10Fix tyop.simonb
1999-04-10Fix off-by-one error. (This was detected using libefence)hubertf
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-22Ignore files in /var/db/pkg (hint 'pkg_info pkgdb.byfile.db')abs
1999-03-22Replace static array of packages given to pkg_perform() with linearhubertf
1999-03-22Fix '-f'.abs
1999-03-20be more cautious about preserving cwdhubertf
1999-03-15Shut-up gcc-2.8.1 warnings.christos
1999-03-13set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>lukem
1999-03-12Fix string handling bugs introduced by last patch.tron
1999-03-10Add missing .El line.erh
1999-03-09Define TAR_CMD and TAR_FULLPATHNAME, and use them in preference toagc
1999-03-09Include <fcntl.h>, so that the definitions for O_* are defined.agc
1999-03-09TAILQ_FIRST and TAILQ_NEXT are not available on NetBSD 1.3 and 1.3.1,hubertf
1999-03-08Add -R flag (similar to -r but the other way 'round)hubertf
1999-03-07Clean up SYNOPSIS formatting.mycroft
1999-03-06update comment for findmatchingname()hubertf
1999-03-04Prevent printinv of empty "Requires:" section.hubertf
1999-03-04Do not only display the packages which require this packagehubertf
1999-03-03Back out last fix to remove knowledge about LogDir from require_delete(),hubertf
1999-03-03Add -O option to only delete things from the pkgdb, and do not touchhubertf
1999-03-03More helpful message on failurehubertf
1999-03-03More helpful message on failurehubertf
1999-03-02Cosmetic but annoying - no need to append a newline character in warnx()agc
1999-03-02use mkdtemp also on 1.3I and uphubertf
1999-03-02 - Put no assumptions into require_delete() on where the old CWD washubertf
1999-03-01Quieten braindead gcc 2.8.1 unused warning.agc
1999-03-01Include <fcntl.h> for the O_* definitions.agc
1999-02-26remove strequal, strcmp provides the functionality we needchopps
1999-02-26add -r flag to delete all packages that require the user specified onechopps
1999-02-17If any other version of this package in stalled, stop. Document this. :)hubertf
1999-02-13there is no ftplib.3hubertf
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1999-02-01Allow @exec to be the first (non-comment) thing in a PLIST filehubertf
1999-01-29Remove the "struct datum" and use DBT directly.hubertf
1999-01-26minor comments fixuphubertf
1999-01-26comment fileFindByPath(), reindent a bithubertf
1999-01-19Add code for pkgdb.hubertf
1998-12-31Patches supplied by Greg A. Woods in PR bin/6626 to make "pkg_info"tron
1998-11-22Remove extra : printed for @cwd,hubertf