diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2025-01-02 03:42:39 +0100 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2025-01-02 03:42:39 +0100 |
| commit | 9bb5248dab5fafc7e999ec92667b8dba8a5cc644 (patch) | |
| tree | cbd78cd873f58d1e557c5fa16e0d9f6ba03e81e2 /stories/projects/jaildaemon.rst | |
| parent | b58baee6f027fd03d81d1847be54aec33e0b2f95 (diff) | |
bring the blog up to date
Diffstat (limited to 'stories/projects/jaildaemon.rst')
| -rw-r--r-- | stories/projects/jaildaemon.rst | 14 |
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``. | |||
| 63 | Version history | 63 | Version 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. |
