summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/delete
AgeCommit message (Expand)Author
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
1999-08-21Call deinstall-script after files are removed:hubertf
1999-08-19Allow specifying a package name without a version.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-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-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-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-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-01-19Add code for pkgdb.hubertf
1998-10-12+ Remove obsolete and unused string functions.agc
1998-10-09More cleanup - various bits of KNF.agc
1998-10-09Some minor KNF.agc
1998-10-08Eliminate all use of sprintf(3), and replace it with snprintf(3).agc
1998-10-04fix some egcs warningshubertf
1998-10-03Teach our tools about dependencies containing wildcards.hubertf
1998-08-25Don't exit cleanup() functions if not called from signal handler - thishubertf
1998-06-08everything has bugs; either document them or don't bother with a BUGS sectionlukem
1998-02-06macroize BSD, NetBSD, FreeBSD and misc cleanupperry
1997-10-17WARNSify, cleanup Makefileslukem
1997-10-17fix make -j race condition building lib/ , use ../Makefile.inc for BINDIRlukem
1997-10-16First cut on importing pkg_install as of FreeBSD 971013:hubertf
1997-06-13Fix for misuse of NULL definition, from Arne Juulagc
1997-06-05Don't install libinstall.a (from Bernd Ernesti)agc
1997-06-05Add NetBSD Idsagc
1997-06-05Initial import of FreeBSD packaging tool.agc