summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib
Commit message (Collapse)AuthorAgeFilesLines
* Tell stupid users to write the bootcode.upstream/2.0_cvsrelease/2.0_cvsJordan K. Hubbard1994-11-227-7/+7
| | | | | This commit was manufactured to restore the state of the 2.0-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* This commit was manufactured by cvs2svn to create branch 'BETA_2_0'.cvs2svn1994-11-212-1/+15
| | | | Notes: svn path=/releng/BETA_2_0/; revision=4743
* Print a better verbose message when creating packages.Jordan K. Hubbard1994-10-141-3/+7
| | | | Notes: svn path=/head/; revision=3578
* Fix bug in home directory calculation that I introduced with the free spaceJordan K. Hubbard1994-10-141-2/+2
| | | | | | | | checking code. Fix the free space checking code, while I'm at it! ;) Thanks to Garrett for spotting the home dir problem. Notes: svn path=/head/; revision=3575
* Be optionally verbose about free-space checking. I need this to ascertianJordan K. Hubbard1994-10-081-1/+3
| | | | | | | whether or not this always works. Notes: svn path=/head/; revision=3445
* Add the ability to verify that a package won't extract in the spaceJordan K. Hubbard1994-10-042-7/+32
| | | | | | | available. Thanks to Michael Elbel for pushing me in the right direction. Notes: svn path=/head/; revision=3364
* Don't let pkg_delete remove the recorded location until everything hasJordan K. Hubbard1994-09-292-6/+12
| | | | | | | | | | absolutely, positively been successfully removed. Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=3198
* Add @srcdir option for customizing creation of packages.Jordan K. Hubbard1994-08-282-3/+9
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=2331
* Argh! What a boneheaded bug! Finally fix the blank-line-in-packing listJordan K. Hubbard1994-07-111-2/+2
| | | | | | | problem! I am pond scum! Notes: svn path=/head/; revision=1793
* Close /dev/tty that is opened in y_or_n()...this is called many timesSatoshi Asami1994-06-011-1/+2
| | | | | | | so it will run out of ptys if not properly closed. Notes: svn path=/head/; revision=1666
* The environment variable PKG_PREFIX is set to the first @cwd commandSatoshi Asami1994-05-251-1/+3
| | | | | | | | | | in the packing list, or the argument to -p if it is specified, before the requirements/installation/deinstallation scripts are called. This enables the scripts to be written to work on the final installation destination, even if the user uses -p to override the package's default. Notes: svn path=/head/; revision=1550
* Add new find_plist() function.Jordan K. Hubbard1994-05-252-9/+9
| | | | Notes: svn path=/head/; revision=1547
* Make y_or_n() pay attention to AutoAnswer global.Jordan K. Hubbard1994-04-053-6/+17
| | | | Notes: svn path=/head/; revision=1338
* Added code for doing % sequence expansion, added new @unexec command.Jordan K. Hubbard1993-09-183-5/+84
| | | | Notes: svn path=/head/; revision=479
* Fixed an embarassing bug with @owner, @mode & @groupJordan K. Hubbard1993-09-121-3/+3
| | | | Notes: svn path=/head/; revision=446
* Fixed bug in copying script files from absolute locationsJordan K. Hubbard1993-09-061-2/+8
| | | | Notes: svn path=/head/; revision=404
* Made staging area configurable rather than assuming /tmp (-t)Jordan K. Hubbard1993-09-054-3/+51
| | | | Notes: svn path=/head/; revision=383
* Lots of misc tweaks, support for arbitrary separators in pkg_info, moreJordan K. Hubbard1993-09-037-9/+46
| | | | | | | | intelligent name handling in pkg_create. Most of these files are changed because of rcsid's being different in my cvs tree and freefall's (foo). Notes: svn path=/head/; revision=379
* Removed annoying -WallJordan K. Hubbard1993-08-301-1/+0
| | | | Notes: svn path=/head/; revision=357
* The release version of my package install suite. Please see man pagesJordan K. Hubbard1993-08-269-0/+910
for info. Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=327