aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-10-17 14:22:42 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-10-17 14:59:33 +0300
commit6f999734206580ee2c693fe476cad2322a72fc0d (patch)
tree3a15cbb02c7abb80994ff9817ee248f96b2aaf48 /NEWS
parent5f2769a03542c039720b98525477495acaa51a06 (diff)
downloadpies-6f999734206580ee2c693fe476cad2322a72fc0d.tar.gz
pies-6f999734206580ee2c693fe476cad2322a72fc0d.tar.bz2
Automatically detect if pies is started from docker
* lib/envop.c: Include sys/types.h (for ssize_t). * src/pies.c (is_docker,no_init_option,init_detect): New functions. (main): Call init_detect. * src/utmp.c: Additional cpp magic to determine WTMPX_FILE and UTMPX_FILE. * NEWS: Document the changes. * doc/pies.texi: Likewise. Also, fix improper node name (inetd.conf). * configure.ac: Version 1.4.91
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f4c6efd..5841b8b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,14 @@
-GNU Pies NEWS -- history of user-visible changes. 2020-10-12
+GNU Pies NEWS -- history of user-visible changes. 2020-10-17
See the end of file for copying conditions.
Please send Pies bug reports to <bug-pies@gnu.org> or
<bug-pies@gnu.org.ua>
-Version 1.4.90 (git)
+Version 1.4.91 (git)
+
+* Detect if pies is started from docker.
+
+This makes the --no-init option unnecessary.
* When running with PID 1, install SIGCHLD handler early

Return to:

Send suggestions and report system problems to the System administrator.