summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/delete/pkg_delete.1
Commit message (Collapse)AuthorAgeFilesLines
* Provide an option to users to shoot themselves in the foot.eadler2012-11-261-1/+5
| | | | | | Reviewed by: bapt Approved by: cperciva MFC after: 1 month
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
|
* - Add long options to pkg_install.flz2008-05-301-13/+13
| | | | | - Remove check for '-?' as it's not listed in authorized options. - Bump PKG_INSTALL_VERSION to 20080530.
* Backout previous commit, since it's done without maintainerskrion2007-12-091-1/+0
| | | | | | | approval. These changes were approved by adding it as port to ports/ tree, but not for src/. I talked to PR submitter and miwi@ some days ago and explained the reasons for it, the both were agree to add it to ports/ only.
* Add the 'pkg_search' script.obrien2007-12-091-0/+1
| | | | | | This makes it easier to figure what packages you want to install. Submitted by: Matthias Schmidt <schmidtm @ mathematik . uni-marburg . de>
* Expand *n't contractions.ru2005-02-131-1/+1
|
* Mechanically kill hard sentence breaks.ru2004-07-021-10/+20
|
* - match package version numbers with relational operatorseik2004-06-291-3/+10
| | | | | | | | | | | | | | - use glob patterns when matching packages by origin - csh-style {...} choices in glob matching - pkg_info: new flag -E (list matching package names only) - pkg_version: new flag -T (test if a given name matches a pattern) - new flag -X (interpret pattern as an extended regular expression) PR: 56961
* Use `The .Nm utility'charnier2002-04-201-0/+2
|
* Various fixes and improvements:sobomax2001-09-191-1/+4
| | | | | | | | | | | | - fix harmless compiler's warnings (unused variables and missed prototype); - before refusing to delete package because "there are packages installed that require this package" check that packages in question is actually installed; - add new `-r' option to pkg_delete(8), which instructs it to delete not only packages specified at command line, but all packages that depend on specified packages as well. MFC after: 2 weeks
* Remove whitespace at EOL.dd2001-07-151-8/+8
|
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-281-4/+4
|
* - Merge recently added into pkg_info(1) regex/glob matching functionality intosobomax2001-02-271-1/+26
| | | | | | | | | pkg_delete(1) as well; - add a new `-a' option for pkg_delete(1) to delete all installed packages; - add a new `-i' option for pkg_delete(1) to request simple rm(1)-like interactive confirmation before attempting to delete each package. Silently approved by: jkh, -ports
* Use the more logical author syntax from pkg_version and quotejkh2001-02-201-3/+2
| | | | email addresses properly.
* mdoc(7) police: Change -filled displays (which just happenru2001-02-071-3/+3
| | | | | | to be the same as -ragged in the current implementation) to -ragged. With mdocNG, -filled displays produce the correct output, formatted and justified to both margins.
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-2/+2
|
* Prepare for mdoc(7)NG.ru2001-01-161-5/+5
|
* Prepare for mdoc(7)NG.ru2000-12-271-8/+6
|
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Add cross references to pkg_version(1) in all the other pkg_* man pages.jhb2000-02-291-0/+1
| | | | | | | | Also, add a cross reference to pkg_info(1) in pkg_version(1). Finally, in pkg_version(1), don't put a period at the end of the list of see also man pages. Noticed by: Matt Ayres <matta@fast.net>
* Use the appropriate macro for double quotes rather than using doublejkh1999-09-011-2/+3
| | | | | | | quotes. Submitted by: Alexey Zelkin <phantom@cris.net> PR: 13436
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Various man page cleanup:mpp1999-08-151-2/+2
| | | | | | | | | | - Sort xrefs. - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net>
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* document PKG_DBDIRobrien1998-12-311-0/+13
| | | | Add ENVIRONMENT and FILES sections.
* Make it possible to have separate install scripts as well as havejkh1998-12-161-8/+65
| | | | | | an on-delete script. Submitted by: Rajesh Vaidheeswarran <rv@fore.com>
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-7/+5
|
* Use err(3). Cosmetics in usage string and man page.charnier1997-10-081-11/+5
|
* Fix multiple documentation bogons.jkh1997-06-191-1/+1
| | | | | PR: 3798 Submitted by: Jan Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
* Another round of man page cleanups.mpp1996-02-121-8/+8
| | | | Down to only about 100 items left to cleanup! :-)
* Whoops! How embarassing. Just now noticed that I forget to update the .Osjkh1995-01-051-1/+1
| | | | lines. Done.
* More changes from John T. Kohl. Man pages, mostly.jkh1994-12-061-82/+142
| | | | Submitted by: jtkohl
* The environment variable PKG_PREFIX is set to the first @cwd commandasami1994-05-251-0/+14
| | | | | | | 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.
* Make clear what arguments the "require" script gets.asami1994-05-201-2/+5
|
* The release version of my package install suite. Please see man pagesjkh1993-08-261-0/+107
for info.
OpenPOWER on IntegriCloud