summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/delete/main.c
AgeCommit message (Expand)Author
2007-07-16Switch to src/dist as primary src location of pkg_install.joerg
2005-12-03Only warn about running as non-root when -v is givenhubertf
2005-11-05Add compat #ifdefs from pkgsrc, to make syncing easier between thewiz
2004-12-29Introduce a new abstraction in the C code, called MaxPathSize. Allagc
2004-11-03Sync usage with man page; sort options.wiz
2004-11-02Merge version 20041101 from pkgsrc.erh
2004-03-29Changes to make these work on Interix: remove nonroot warnings if ontv
2004-01-14no need to include errno.h.grant
2003-09-02Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD byjlam
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-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-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-06-09- make last arg of findmatchingname void*.yamt
2002-03-12Improved error reporting: when a pkg pattern is given, andhubertf
2001-03-05Add -V option to all pkgtools, which reports the version of the pkgtools.wiz
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
1999-09-24Add some sanity checks on what pkgdb_retrieve() returns.hubertf
1999-08-24Bring closer to /usr/share/misc/style with the aid of indent(1).hubertf
1999-08-19Allow specifying a package name without a version.hubertf
1999-03-22Replace static array of packages given to pkg_perform() with linearhubertf
1999-03-08Add -R flag (similar to -r but the other way 'round)hubertf
1999-03-03Add -O option to only delete things from the pkgdb, and do not touchhubertf
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
1997-10-17WARNSify, cleanup Makefileslukem
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-05Add NetBSD Idsagc
1997-06-05Initial import of FreeBSD packaging tool.agc