diff options
author | Gerrit Pape <pape@smarden.org> | 2007-04-17 07:49:14 +0000 |
---|---|---|
committer | Gerrit Pape <pape@innominate.com> | 2007-04-17 07:49:14 +0000 |
commit | e700f4187491f96d35387e304f5b8c3b9485fc78 (patch) | |
tree | 8d5274e65ba9fd851d758a23a58e7845b230d3bf /package/CHANGES | |
parent | cf45c27c0b81d495e961ac83a8bbd9b6569047a7 (diff) | |
download | runit-e700f4187491f96d35387e304f5b8c3b9485fc78.tar.gz runit-e700f4187491f96d35387e304f5b8c3b9485fc78.tar.xz runit-e700f4187491f96d35387e304f5b8c3b9485fc78.zip |
svlogd.c: don't statically bind local udp socket
..., but request new source port for each log message sent through udp.
Diffstat (limited to 'package/CHANGES')
-rw-r--r-- | package/CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/CHANGES b/package/CHANGES index c87d85a..9a0fae3 100644 --- a/package/CHANGES +++ b/package/CHANGES @@ -4,6 +4,8 @@ in short time. * chpst.c, uidgid.c: improve error reporting if getpwnam() or getgrnam() fails; cleanup. + * svlogd.c: don't statically bind local udp socket, but request new + source port for each log message sent through udp. 1.7.2 Tue, 21 Nov 2006 15:13:47 +0000 |