diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2019-03-02 16:23:56 +0800 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2019-03-02 16:23:56 +0800 |
commit | 2964abf99d2f5b1f9d492451f7e5db2fbc54df2e (patch) | |
tree | ec45c585b76d8f92954e67b7a9108e583f0c74c9 /UPDATING | |
parent | f4b4886b94c04c9c74d7b958931eb60fcd2a5e03 (diff) | |
download | freebsd-ports-gnome-2964abf99d2f5b1f9d492451f7e5db2fbc54df2e.tar.gz freebsd-ports-gnome-2964abf99d2f5b1f9d492451f7e5db2fbc54df2e.tar.zst freebsd-ports-gnome-2964abf99d2f5b1f9d492451f7e5db2fbc54df2e.zip |
sysutils/paladin: update 1.1.1 -> 2.0.0
- An -f command line flag that allows specifying a config file
- A handle for the SIGINFO signal
- Args to the children are passed as an array (so that it's possible
to pass an argument with a space in it)
- Fixes of some major bugs causing paladin to not correctly track
the number of running children (so it wouldn't know when to exit),
or not wait for children to exit before exiting itself after
receiving SIGTERM.
PR: 236111
Submitted by: rlwestlund@gmail.com
Approved by: Randy Westlund <rwestlun@gmail.com>
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -5,6 +5,13 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20190302: + AFFECTS: users of sysutils/paladin + AUTHOR: Ryan Westlund <rlwestlund@gmail.com> + + The way paladin parses its config file has changed, please + check the provided sample config. + 20190227: AFFECTS: users of security/softether, security/softether-devel AUTHOR: meta@FreeBSD.org |