summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2009-11-26fix copy & paste error: IMSG_MTA_RESUME --> IMSG_MDA_RESUMECharles Longeau
ok gilles
2009-11-26sync snmp_imsg_hdr with imsg_hdr and unbreak the snmp trap interfaceReyk Floeter
2009-11-26support for set origin; based on an initial diff fromHenning Brauer
Sebastian Benoit <benoit-lists at fb12 dot de> who also tested this version claudio ok
2009-11-25document the include supportDavid Gwynne
2009-11-25add support for includeDavid Gwynne
ok claudio@
2009-11-24todo all overMarc Espie
2009-11-24zap pkgpath totally, set up to display (to go) as well.Marc Espie
2009-11-24betterMarc Espie
2009-11-24sets that were not solved should still display something...Marc Espie
2009-11-24do not inform user of !updated packages, they usually don't really care...Marc Espie
2009-11-24kill some old cruft, in particular -F conflicts has never worked...Marc Espie
2009-11-24ok even shorter than doneMarc Espie
2009-11-24more regular. Note that newer can be a hash as well (why not ?)Marc Espie
2009-11-24better name. Mark "no need to update" as updated, since we know what'sMarc Espie
going on...
2009-11-23In "smtpd; smtpd;" the second instance would fatal quickly, but it wouldJacek Masiulaniec
remove the smtpd.sock file, without which /usr/sbin/sendmail will fail causing mails to be queued in offline. Initially reported by ian@, may explain oga@'s e-mail burst after smtpd restart.
2009-11-23Make the tree compile again. Henning and I are both quite sure this isClaudio Jeker
correct.
2009-11-23Unbreak tree, rs_num is now type and while there use PF_TRANS_RULESET insteadClaudio Jeker
of the hardcoded 0. OK henning@
2009-11-22Move from the PF_RULESET_FILTER world order to PF_TRANS_RULESETTheo de Raadt
due to the standard henning+oga commit-and-run-for-beer problem. ok claudio
2009-11-22don't repeat the banner if not a tty.Ted Unangst
add a -c count option to netstat. tweak spacing to not smear fields in vmstat. ok deraadt sthen
2009-11-22no need to say we're installing, at the end...Marc Espie
2009-11-22complete -> done (shorter)Marc Espie
2009-11-22styleTobias Stoeckmann
ok jmc
2009-11-22tweak completion messages: do the next only during the next iteration, soMarc Espie
that at end, we can show a full completion message for the whole set. pass the number of packages still to-do through, so that the last complete also says (n to go) during installs...
2009-11-22extra parameter to give out more infoMarc Espie
2009-11-22typoMarc Espie
2009-11-22less verbose display: only shows .libs* once, but still show all partial-*Marc Espie
2009-11-22change the timing a bit: create a list of updateset first, and processMarc Espie
them later. To do that, normal additions go through hint2, and the findtruelocation code moves to Update.pm This will allow for more systematic handling of all names (including solving more stuff on the fly, instead of upfront).
2009-11-21MIN_UID in yp make removes root, so look for something that isIan Darwin
still likely: localhost in hosts map. ok deraadt@
2009-11-21If tagging is used use match rules instead of pass rules. This is neededClaudio Jeker
so that later pass rules will not overwrite the nat-to/rdr-to settings. Because of this there must be an expilicit "pass .. tagged proxytag .." rule after the ftp-proxy anchor. OK henning@
2009-11-17remove dead codeMarc Espie
2009-11-17trim more, we already display a quick message for the missing lib elsewhere.Marc Espie
2009-11-17shorter message when we don't find library, and stash it away to avoidMarc Espie
repeating ourselves uselessly.
2009-11-17revamp interactive stuff: simplify (just one always for everything, perMarc Espie
theo suggestion. Also go through the "state" object which simplifies code a great deal)
2009-11-17style nitMarc Espie
2009-11-17Fix handling of 5yz response to EHLO, ie. fallback to HELO.Jacek Masiulaniec
2009-11-16fuller meter, that goes to the end of the line - 1Marc Espie
2009-11-16-Vstat (get it from AddDelete)Marc Espie
2009-11-16typoMarc Espie
2009-11-16oopsMarc Espie
2009-11-16typoMarc Espie
2009-11-16unify hints and normal updates some moreMarc Espie
2009-11-16unify hint and location processing some more.Marc Espie
2009-11-16create a pseudo vstat object inside state, so that we can modify VstatMarc Espie
interface very locally... model hints objects like Locations, to uniformize further treatment.
2009-11-16pull more common code in a "framework" routine.Marc Espie
2009-11-16identical end sequence, to be factorizedMarc Espie
2009-11-16start pulling all the code that's the same between pkg_add and pkg_deleteMarc Espie
into a common AddDelete package... lots of identical options and handling, actually...
2009-11-16Kill dead code.Jacek Masiulaniec
2009-11-16Minimize the delay between receiving response to "." and removing the queueJacek Masiulaniec
entry in order to avoid the risk of sending duplicate mail.
2009-11-15make these independent from Getopt, require ExporterMarc Espie
2009-11-15add missing headers needed by err/errx(), alarm(), sigemptyset(), sigaction().Charles Longeau
"go ahead" sturm@