summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create
AgeCommit message (Collapse)Author
2003-04-05remove some unused variables, disambiguate braces; rohee@ okAnil Madhavapeddy
2003-04-04some more strcpy/strcat -> strlcpy/strlcat conversionsAnil Madhavapeddy
ok and tweaks by ho@
2003-03-07spelling errors/typosDavid Krause
ok jmc@
2002-04-06PR2525Marc Espie
2002-02-25typo; yozo@v007.vaio.ne.jpTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-26mostly mark signal racesTheo de Raadt
2001-11-07Say goodbye to @ignore_inst, we don't use it, and it doesn't even work inMarc Espie
any sane way...
2001-09-06Initial idea from aaron@: Last char of .Xr group in SEE ALSO section shouldMike Pechkin
be a single digit. Powered by mantoya@. millert@ ok.
2001-08-18undup -f Flag.Marc Espie
2001-08-17o) {Open,Net,Free}BSD -> .{O,N,F}x;Mike Pechkin
o) "start sentence on new line" issues; o) minimal -mdoc improvements; millert@ ok
2001-06-06Do not dump core on empty commentMarc Espie
2001-04-08Better error messages: pwarnx function, which works like pwarn, exceptMarc Espie
it shows a current package name along with the program name, e.g., pkg_add(foo-3.0): some error occurred. A few messages now bear redundant pkgnames, which is much better than doing pkg_add * and being informed that something went slightly wrong somewhere...
2001-02-10Give tar the new -I flag, not -TTodd C. Miller
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-11-08- Get rid of ".Sh OPTIONS" and always use the standard options list intro.Aaron Campbell
- Move some BUGS/CAVEATS to the end of the man pages where they should go. - Correct some .Nm usage.
2000-10-23Remove duplicate (and wrong) description of @option.Marc Espie
ok aaron@
2000-04-26Needed feature: ifMarc Espie
@comment no checksum is inserted in a packing-list, then the next file will not have its MD5 checksum stored, and pkg_delete won't complain later if the file checksum changed.
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-04-04Register PLIST_SRC before dependencies and conflicts so that theMarc Espie
PLIST_CWD != PLIST_SRC hack works with dependencies present. Noticed and tested by Camiel.
2000-03-27Add and document option no-default-conflict.Marc Espie
2000-03-27Document -s, indicate the existence of @option, remove fixed bug fromMarc Espie
description.
2000-03-24Fake buglet fix: if PLIST_SRC directly follows PLIST_CWD, ignoreMarc Espie
the PLIST_CWD in creating the tar pipe. This takes care of pkg_create -p PREFIX -s FAKE where PREFIX does not exist at pkg creation time.
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
cleanup along the way.
2000-02-14Yet another brain-dead `feature'.Marc Espie
1999-10-26document what's actually implemented (@srcdir -> @src)Dug Song
1999-07-28Use new tar -T option.Marc Espie
Removes an annoying limit on PLIST lengths.
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-02-26You've been warned: turn too long package comments into errors.Marc Espie
1998-12-16more .Nm fixesAaron Campbell
1998-11-19- fix pkg_info to give more rational summary when COMMENTS files are weird.Marc Espie
- warn when COMMENT > 60 characters. *** In one month we turn this into an error -> fix packages files ***
1998-10-13Sync with recent NetBSD changes:Marco S Hyman
- use snprintf in place of sprintf - code cleanup - Package -> package_t, PackingList -> plist_t Also: remove files that haven't been linked in a while Pass -q to mtree so it is quiet in the presence of symlinks
1998-09-07updated pkg_* tools. Merged in many changes/improvements from NetBSD.Marco S Hyman
New features include md5 hash so pkg_delete won't remove files that have changed and the ability to define conflicting packages, e.g. you can't install both mh and nmh. The ports tree will have to be updated to take advantage of this. Let me know of any problems, real or imagined :-)
1998-06-23Fix snprintf return value usage.Todd C. Miller
1998-04-07cleanup usage even more; very annoyingTheo de Raadt
1998-04-04fix usageTheo de Raadt
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-29work around the missing (gtar) -T (--files-from) option of our paxtarThomas Graichen
in pkg_create so that it should work now with paxtar (the -X option is still missing due to missing -X - in the gtar meaning --exclude-from-file option) i did it by changing the FreeBSD way of doing it (open a pipe to tar with -T - (read filenames from stdin) and give all the filenames to the pipe) to constructing a big :-) argumentlist for tar and executing it without the pipe (not the best solution but it works :-)
1996-10-08Attempt at cleanup.michaels
1996-08-26hack to make non-obj builds workTheo de Raadt
1996-06-19Makefiles supported obj, but not obj.${MACHINE}. Use same solution asMats O Jansson
eg. kerberosIV/kadm.
1996-06-04Oops, screwed up the $OpenBSD$ IDsNiklas Hallqvist
1996-06-04add package tools from FreeBSDNiklas Hallqvist