]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Merge branch 'logger' of git://github.com/kerolasa/lelux-utiliteetit
authorKarel Zak <kzak@redhat.com>
Tue, 29 Jul 2014 08:22:21 +0000 (10:22 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 29 Jul 2014 08:22:21 +0000 (10:22 +0200)
* 'logger' of git://github.com/kerolasa/lelux-utiliteetit:
  wall: wrap message header when it exceeds 79 characters
  logger: add hostname to rfc3164 message
  logger: warn when --file and command line message are combined
  logger: improve readablity of pencode() function
  logger: make --stderr print remote server messages
  logger: add process --id=parent optional argument
  docs: add logger protocol notes to manual page
  logger: add rfc5424 support
  logger: tidy up main() by adding small functions and ctl data
  logger: add function pointer to choose how logging is done
  docs: make logger.1 facilities and levels easier to read
  logger: refactor long if clause
  logger: do not rely only getlogin(3) telling who ran the command
  logger: fix indentation issues
  logger: ensure program writes everything to syslog file descriptor


Trivial merge