syslog-ng: do not forward messages to /dev/tty10

Closes GH-222.
This commit is contained in:
Hongli Lai (Phusion)
2015-07-15 15:27:03 +02:00
parent 43af4a393e
commit a9e956d9f9
3 changed files with 150 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
* `my_init` no longer reads from and writes to `/etc/container_environment` if that directory does not exist. Previously it would abort with an error. This change makes it easier to reuse `my_init` in other (non-Baseimage-docker-based) projects without having to modify it.
* Baseimage-docker no longer sets the HOME environment variable by default. We used to set HOME by default to work around a Docker issue where HOME defaults to /, but this issue is now gone. Furthermore, the fact that we set HOME interfered with the USER stanza: USER would no longer set HOME. So we got rid of our HOME variable. Closes GH-231.
* Some unnecessary Ubuntu cron jobs have been removed. Closes GH-205.
* Syslog-ng no longer forwards messages to /dev/tty10. Closes GH-222.
## 0.9.16 (release date: 2015-01-20)