nixpkgs/pkgs
Tuomas Tynkkynen 7532c5379d ddclient: Force line buffering on stdout
Status messages of ddclient go to stdout, which is block buffered by
default, so most of its output won't appear in the journal until it is
exiting:

-- Reboot --
Apr 19 11:31:04 xen systemd[1]: Starting Dynamic DNS Client...
Apr 19 11:31:04 xen systemd[1]: Started Dynamic DNS Client.
Apr 19 11:31:53 xen systemd[1]: Stopping Dynamic DNS Client...
Apr 19 11:31:53 xen ddclient[530]: === opt ====
Apr 19 11:31:53 xen ddclient[530]: opt{cache}                           : <undefined>
Apr 19 11:31:53 xen ddclient[530]: opt{cmd}                             : <undefined>
...

Fix this by adding a patch to set line buffering on stdout.
2015-04-19 12:32:04 +03:00
..
applications Merge pull request #7280 from auntieNeo/blink 2015-04-09 05:20:19 +03:00
build-support agda: migrate to haskell-ng, update and cleanup 2015-04-06 21:24:33 +02:00
data Add geolite-legacy 2015-03-26 2015-03-31 16:36:15 +02:00
desktops Get rid of fetchurlGnome 2015-04-04 22:22:12 -07:00
development haskellng.leksah: don't run tests 2015-04-09 03:27:16 +03:00
games instead: update from 2.2.2 to 2.2.3 2015-04-08 16:06:09 +02:00
misc vim-plugins: update youcompleteme to build with latest llvmPackages 2015-04-07 08:21:58 -07:00
os-specific kernel: add patch to fix btrfs deadlocks to affected kernels 2015-04-08 20:49:12 +03:00
servers mongodb: Enable parallel building 2015-04-08 14:59:35 -07:00
shells
stdenv
test
tools ddclient: Force line buffering on stdout 2015-04-19 12:32:04 +03:00
top-level Merge pull request #7280 from auntieNeo/blink 2015-04-09 05:20:19 +03:00