Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-16 | Let pkg_add be slightly more informative on tar balls that happen not | Marc Espie | |
to be packages. Partially based on suggestions made on misc@, thanks guys ! | |||
2000-10-15 | add 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-18 | Summarily explain about the playpen and PKG_TMPDIR, so that guys | Marc Espie | |
with no room in /var/tmp or weird installations (/var/tmp mounted noexec can find out what to do) | |||
2000-07-06 | Insert missing .El directives. | Aaron Campbell | |
2000-07-04 | Fix stupid bug in extraction through playpen. | Marc Espie | |
2000-05-05 | Nip references to extract-in-place | Marc 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-28 | Remove last remnants of @option preserve and @option extract-in-place | Marc Espie | |
We don't use these, and they are a bad idea anyway. | |||
2000-04-26 | Don't ever let pkg_add destroy existing files. | Marc Espie | |
2000-04-25 | 2.6 -> 2.7; deraadt@ | Aaron Campbell | |
2000-04-16 | Fix 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-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-27 | Add and document option no-default-conflict. | Marc Espie | |
2000-03-24 | Handle expansion sequences in @exec better (let the expander decide whether | Marc 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-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-03-02 | interactivly -> interactively (Germans can't spell) :-) | Aaron Campbell | |
2000-03-02 | alternativly -> alternatively | Aaron Campbell | |
2000-02-04 | what is this hatred of newlines on error messages? | Theo de Raadt | |
2000-01-17 | typo | Theo de Raadt | |
1999-11-03 | Stupid thinko. Let pkg's MESSAGES work again. | Marc Espie | |
Spotted by Ian Darwin. | |||
1999-10-17 | Remove some redundant .Pp. | Aaron Campbell | |
1999-10-17 | explain about using pkg_add interactivly from within the ftp client | Niels Provos | |
1999-10-09 | Band 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-07 | Use -v option in the example; deraadt@ | Aaron Campbell | |
1999-10-07 | Much improved. Could use some more work though, I'm sure. | Aaron Campbell | |
1999-07-26 | buf oflow fix from FreeBSD; millert@ ok | Aaron Campbell | |
1999-07-07 | show MESSAGE using PAGER | Marc Espie | |
1999-07-05 | oops | Marc Espie | |
1999-07-04 | Let 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-05 | remove trailing whitespace, some Nm cleanup | Aaron Campbell | |
1999-04-21 | seperate -> separate, people really need to learn how to spell this word | Aaron Campbell | |
1999-02-28 | nice usage messages | Theo de Raadt | |
1998-12-16 | more .Nm fixes | Aaron Campbell | |
1998-10-13 | Sync 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-07 | updated 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-06 | More man page fixes. Spelling, grammar, some typos. Lots of double-word | Aaron Campbell | |
occurrences squashed as well. | |||
1998-06-23 | Fix snprintf return value usage. | Todd C. Miller | |
1998-04-25 | Use mkdtemp(3), not mktemp(3). | Todd C. Miller | |
1998-04-13 | fixup active vs. passive info | Todd C. Miller | |
1998-04-07 | active mode is way busted; default to passive | Theo de Raadt | |
1998-04-07 | fix package input from standard input -- the program tried to process | Marco S Hyman | |
stdin twice. Note: it assumes stdin is a compressed tar file. | |||
1998-04-07 | even cleaner | Theo de Raadt | |
1998-04-07 | cleanup usage even more; very annoying | Theo de Raadt | |
1998-04-07 | fix check for no command line args | Marco S Hyman | |
1998-04-04 | fix usage | Theo de Raadt | |
1998-01-23 | Inspired by hubertf@netbsd: | gene | |
Quote filenames passed to different extract commands preventing certain security risks. | |||
1998-01-14 | feed tar the -p option to retain set[ug]id bits, this was due | Niklas 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-17 | r?index -> strr?chr | Todd C. Miller | |