diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-10-08 15:39:57 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-10-08 15:39:57 +0000 |
commit | f9940bb7d1a6ce7d7772e8cbdbbd55a321cc5c18 (patch) | |
tree | 352798ff6073e18a467a9ffeab548485070dc568 /NEWS | |
parent | 8c341bbaca5e89a9620702bc0025641e815e4195 (diff) | |
download | s6-rc-f9940bb7d1a6ce7d7772e8cbdbbd55a321cc5c18.tar.xz |
Add -s to s6-rc-init; prepare for 0.3.0.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,8 +1,12 @@ Changelog for s6-rc. -In 0.2.2.0 +In 0.3.0.0 ---------- + - s6-rc-init now takes a -s option that adds a suffix to the symbolic links +created in the scandir to manage longruns. This allows the user to use the +same scandir for several s6-rc databases and live directories without risking +conflicts, if the suffixes are unique enough. - Bugfixes. |