summaryrefslogtreecommitdiff
path: root/stories/projects/jaildaemon.rst
diff options
context:
space:
mode:
Diffstat (limited to 'stories/projects/jaildaemon.rst')
-rw-r--r--stories/projects/jaildaemon.rst14
1 files changed, 13 insertions, 1 deletions
diff --git a/stories/projects/jaildaemon.rst b/stories/projects/jaildaemon.rst
index cc818e3..e49a281 100644
--- a/stories/projects/jaildaemon.rst
+++ b/stories/projects/jaildaemon.rst
@@ -3,7 +3,7 @@
3.. date: 2015/02/18 19:10:08 3.. date: 2015/02/18 19:10:08
4.. title: jaildaemon 4.. title: jaildaemon
5.. subtitle: A fixed command-line interface for FreeBSD jails to their host system 5.. subtitle: A fixed command-line interface for FreeBSD jails to their host system
6.. slug: ../arts/software/jaildaemon/index 6.. slug: ../arts/software/jaildaemon
7.. prio: 850 7.. prio: 850
8 8
9.. contents:: 9.. contents::
@@ -63,6 +63,18 @@ Now, from within that Jail, reboot via ``pkill -HUP -f REBOOT``.
63Version history 63Version history
64=============== 64===============
65 65
66* Version 0.5:
67
68 * Fix the IPC packet size to match with system's net.local.dgram.maxdgram, which defaults to 2048
69
70* Version 0.4:
71
72 * Fix a bug where proctitle length was not parsed from the correct field
73
74* Version 0.3:
75
76 * Add a -g switch to allow *jaildaemon* to be passed a gid.
77
66* Version 0.2: 78* Version 0.2:
67 79
68 * Fixed a bug where *jaildaemon* when run from /etc/rc would ignore SIGHUP by default. 80 * Fixed a bug where *jaildaemon* when run from /etc/rc would ignore SIGHUP by default.