summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/delete
AgeCommit message (Expand)Author
2003-10-21Don't compare an int to NULL.fvdl
2003-09-23Remove last vsystem caller and vsystem() itself.wiz
2003-09-23Get rid of lots of system(3) (partly via vsystem) calls.wiz
2003-09-14Update pkg_install to 20030914. Changes from version 20030913 arejlam
2003-09-09Replace call to vsystem() with call to fexec() for speed.jlam
2003-09-08Allow the package entries in the pkgdbdir to be either directories orjlam
2003-09-08Bump date for previous.wiz
2003-09-08When executing "pkg_delete foo", only delete it if "foo" resolves to ajlam
2003-09-02Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD byjlam
2003-09-01Replace calls to vsystem() by calls to fexec().tron
2003-07-04Fix typo.wiz
2003-06-25deleting as non-root works fine, so don't insist on running as roothubertf
2003-06-19Firstly, let's give credit where credit is due - the idea came from uwe.agc
2003-06-12Make the "-f" switch to pkg_delete(1) into a counter. Require two "-f"agc
2003-06-05Set the program name via setprogname(3).agc
2003-01-10Introduce the notion of "preserving" an installed package.agc
2003-01-10Order the getopt(3) options alphabetically.agc
2003-01-10Add a pkgdb_remove_pkg() function and use it in pkg_delete(1).agc
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-11-23Do not abort incomplete deletion if the cwd was removed. Instead, warn,jschauma
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-24Sprinkle .Xrs to packages(7).uebayasi
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-06-10constify and make WARNS=2 clean.yamt
2002-06-09- make last arg of findmatchingname void*.yamt
2002-03-12Improved error reporting: when a pkg pattern is given, andhubertf
2002-02-15print the package name on deletion errorsdrochner
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-02Paragraph markup improvements, use Xr in one place.wiz
2001-10-04"it's" is short for "it is".agc
2001-07-16Close some memory leaks.wiz
2001-06-05Uppercase Dt argument.wiz
2001-04-09Fix date, and whitespace fixes.wiz
2001-03-05Add -V option to all pkgtools, which reports the version of the pkgtools.wiz
2001-03-04Prevent some minor descriptor leaks.hubertf
2001-01-07Alphabetize options.hubertf
2000-11-07fix up various .Nm abuses:lukem
2000-07-26Keep *roff from eating things.hubertf
2000-07-05remove extra period in SEE ALL sectionmsaitoh
2000-06-07Don't use asprintf() which isn't available on NetBSD 1.3.2.hubertf
2000-05-11When expanding wildcards given on the command line, don't includehubertf
2000-05-07In require_delete(), actually use the expanded wildcard passed in viahubertf
2000-01-19FTP wildcard depends code, initial commit.hubertf
1999-12-01 - Comment codehubertf
1999-09-24Add some sanity checks on what pkgdb_retrieve() returns.hubertf
1999-09-09Remove the LogDir (/var/db/pkg/foo-x.y) _after_ we've run the DEINSTALLhubertf
1999-08-24Bring closer to /usr/share/misc/style with the aid of indent(1).hubertf
1999-08-23Provide full pathnames for chgrp(1), chown(1) and chmod(1), passingagc