summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/add
AgeCommit message (Collapse)Author
2000-10-16Let pkg_add be slightly more informative on tar balls that happen notMarc Espie
to be packages. Partially based on suggestions made on misc@, thanks guys !
2000-10-15add note that pkg_add is not to be used for system distribution files.Marco S Hyman
I'd like to reference some other doc/man page... any ideas as to what?
2000-07-18Summarily explain about the playpen and PKG_TMPDIR, so that guysMarc Espie
with no room in /var/tmp or weird installations (/var/tmp mounted noexec can find out what to do)
2000-07-06Insert missing .El directives.Aaron Campbell
2000-07-04Fix stupid bug in extraction through playpen.Marc Espie
2000-05-05Nip references to extract-in-placeMarc Espie
2000-05-01- finish removing last pieces of in-place extraction.Marc Espie
- fix long time bug: call extract_plist even if not doing installation for real, since extract_plist knows how to handle that.
2000-04-28Remove last remnants of @option preserve and @option extract-in-placeMarc Espie
We don't use these, and they are a bad idea anyway.
2000-04-26Don't ever let pkg_add destroy existing files.Marc Espie
2000-04-252.6 -> 2.7; deraadt@Aaron Campbell
2000-04-16Fix package conflict for flavors:Marc Espie
try to find the last dash followed by a digit in word. If not applicable, then still use the last dash. e.g., kterm-6.2.0-xaw3d -> kterm- as a stem, not kterm-6.2.0
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-27Add and document option no-default-conflict.Marc Espie
2000-03-24Handle expansion sequences in @exec better (let the expander decide whetherMarc Espie
it needs a file name instead of assuming we always need one). Sent to *quite a few* people, comments by drahn@... guys, wake up !!!
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
cleanup along the way.
2000-03-02interactivly -> interactively (Germans can't spell) :-)Aaron Campbell
2000-03-02alternativly -> alternativelyAaron Campbell
2000-02-04what is this hatred of newlines on error messages?Theo de Raadt
2000-01-17typoTheo de Raadt
1999-11-03Stupid thinko. Let pkg's MESSAGES work again.Marc Espie
Spotted by Ian Darwin.
1999-10-17Remove some redundant .Pp.Aaron Campbell
1999-10-17explain about using pkg_add interactivly from within the ftp clientNiels Provos
1999-10-09Band Aid fixes, polyglot of espies and mine:Bob Beck
- ensure package files end in .tgz if not suffixed, but allow for .tar.gz and uncompressed .tar as well. - make pkg_add take as many args as you can feed it. - "pkg_add *.tgz" works now. - fix bug where realpath could fail and leave NULL in arg list. - fix bug where nonexistent package could fail and leave NULL in arg list.
1999-10-07Use -v option in the example; deraadt@Aaron Campbell
1999-10-07Much improved. Could use some more work though, I'm sure.Aaron Campbell
1999-07-26buf oflow fix from FreeBSD; millert@ okAaron Campbell
1999-07-07show MESSAGE using PAGERMarc Espie
1999-07-05oopsMarc Espie
1999-07-04Let pkg_add use tar -q.Marc Espie
(This could have been done by using pax -n, but since pkg_* is so badly written, it's harder to hunt down all the code using tar and fix it to use the right options. If this code were written properly, there would be one clean entry point to processing archives, and it would be trivial to switch archivers...)
1999-06-24- let chmod work for suid (move it in front of chown).Marc Espie
- use the new form of chown, with user:group instead of user.group.
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-04-21seperate -> separate, people really need to learn how to spell this wordAaron Campbell
1999-02-28nice usage messagesTheo de Raadt
1998-12-16more .Nm fixesAaron Campbell
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-09-06More man page fixes. Spelling, grammar, some typos. Lots of double-wordAaron Campbell
occurrences squashed as well.
1998-06-23Fix snprintf return value usage.Todd C. Miller
1998-04-25Use mkdtemp(3), not mktemp(3).Todd C. Miller
1998-04-13fixup active vs. passive infoTodd C. Miller
1998-04-07active mode is way busted; default to passiveTheo de Raadt
1998-04-07fix package input from standard input -- the program tried to processMarco S Hyman
stdin twice. Note: it assumes stdin is a compressed tar file.
1998-04-07even cleanerTheo de Raadt
1998-04-07cleanup usage even more; very annoyingTheo de Raadt
1998-04-07fix check for no command line argsMarco S Hyman
1998-04-04fix usageTheo de Raadt
1998-01-23Inspired by hubertf@netbsd:gene
Quote filenames passed to different extract commands preventing certain security risks.
1998-01-14feed tar the -p option to retain set[ug]id bits, this was dueNiklas Hallqvist
to the fact that GNU tar retatins the bits when run as root, but paxtar does not, and we use the latter.
1997-01-17r?index -> strr?chrTodd C. Miller