summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-131-1/+1
* Reduce private "lesser known" function redirection to improve clarity.obrien2001-08-135-59/+31
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-101-1/+1
* Recognise @option directives instead of falling through to the defaultkris2001-08-061-0/+6
* exists(../../crypto) --> exists(${.CURDIR}/../../crypto)sobomax2001-08-021-1/+1
* fix for pkg_add to symlinked prefix directories that are more than 1 link deep.jon2001-08-021-1/+1
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...sobomax2001-08-027-23/+15
* Cosmetics: kill blank lines at the end of file.sobomax2001-08-021-2/+0
* Usability tweak:sobomax2001-08-024-30/+30
* When there is a file that can't be deleted due to checksum mismatch print namesobomax2001-08-021-2/+1
* The security officer requested this be backed out for discussion.obrien2001-07-282-18/+32
* Remove s_strl*(). I am not sure what was thought they accomplished.obrien2001-07-282-32/+18
* Only match the first osreldate date range for constructing the FTP URL,kris2001-07-261-1/+1
* Use reallocf(3) to increase size of malloc'ed buffer instead ofsobomax2001-07-201-7/+4
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-207-25/+22
* Correct a reversion in r1.39 which introduced a new instance of strcpy()kris2001-07-191-4/+6
* Remove whitespace at EOL.dd2001-07-156-84/+84
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-105-5/+5
* bzip2(1) is in the base system - we don't need /usr/local/bin in the PATHsobomax2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-092-2/+0
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+2
* Fix usage bogon (-d doesn't take any arguments).bmah2001-06-131-2/+2
* Add a -s option to pkg_version, which limits output to packagesbmah2001-06-132-7/+23
* Use getdtablesize() instead of OPEN_MAX.des2001-06-131-1/+1
* Properly quote recursive pkg_add operations so that filenames withjkh2001-06-111-1/+1
* Check for the existence of the Makefile in the port skeleton directorytobez2001-06-111-2/+12
* Pass on the verbose option to fetchGetURL().des2001-06-111-3/+4
* Fixed pkg_add so when it does not find a package, it returns != 0.pirzyk2001-06-041-1/+2
* Cross reference pkg_update(1).eric2001-05-311-0/+1
* Style policy: reformat multiline comments to conform to style(9).sobomax2001-05-1710-46/+83
* Print longer package names. Some of them were running off the rightbmah2001-05-151-3/+3
* Fixed a missing library in DPADD.bde2001-05-121-4/+5
* Clean up some of the evil string handling in this code, replacekris2001-05-123-47/+91
* rcsid style fix.obrien2001-05-091-6/+5
* A WIP snuck in the rev 1.34 commit.obrien2001-05-091-8/+3
* The pkg_version -c output will now call for a "make clean" before andbmah2001-04-301-2/+2
* Fix typo in prev commit - add missing commaache2001-04-261-2/+3
* Add /usr/X11R6/bin to the exported PATH. If /usr/local/bin is there,obrien2001-04-251-4/+10
* Don't build pkg_sign tools if crypto is not installed, or is notwes2001-04-241-1/+2
* Fix a problem with tests of the form "1.0" vs. "1.0a".bmah2001-04-192-3/+15
* beforeinstall -> SCRIPTS.ru2001-04-072-8/+2
* mdoc(7) police: .Nm remembers its argument on the first call.ru2001-04-041-1/+1
* Implement a package number comparison routine for pkg_version(1)bmah2001-04-034-31/+201
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-263-4/+2
* Decapitalise first letter of warning message.sobomax2001-03-261-1/+1
* In which(1) mode resolve "/../", "/./" in arguments and PLIST contents. Thissobomax2001-03-261-40/+67
* - Add which(1)-like functionality into pkg_info;sobomax2001-03-2312-23/+283
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-0/+2
* When creating a package sort dependencies in such a way that if dependencysobomax2001-03-155-74/+152
* When matching installed packages against glob keep track of which patternssobomax2001-03-141-2/+23
OpenPOWER on IntegriCloud