diff options
-rw-r--r-- | NEWS | 8 | ||||
-rwxr-xr-x | examples/syslogd-linux/log/run | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,5 +1,13 @@ Changelog for s6. +In 2.6.0.0 +---------- + + - Bugfixes. One of the bugfixes required a visible ABI change, +which exxplains the major version bump. + - Documentation fixes. + + In 2.5.1.0 ---------- diff --git a/examples/syslogd-linux/log/run b/examples/syslogd-linux/log/run index 56de271..6f1c877 100755 --- a/examples/syslogd-linux/log/run +++ b/examples/syslogd-linux/log/run @@ -1,7 +1,7 @@ #!/command/execlineb -P s6-setuidgid syslog s6-envdir -f env -import -Cs LOGSCRIPT +importas -Cs LOGSCRIPT LOGSCRIPT exec -c s6-log $LOGSCRIPT |