s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit a5d7492de023fa76697459cc05f15922deb2477a
parent 69353b407a2916ea47b3e6043b5321da4bdd460f
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Mon, 17 Dec 2018 08:35:22 +0000

 bugfix: s6-svc -r wasn't accepted

Diffstat:
MAUTHORS | 1+
Msrc/supervision/s6-svc.c | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/AUTHORS b/AUTHORS @@ -33,3 +33,4 @@ Thanks to: Earl Chew <earl_chew@yahoo.com> Jonathan de Boyne Pollard <J.deBoynePollard@NTLWorld.com> Luis Ressel <aranea@aixah.de> + Eric Vidal <eric@obarun.org> diff --git a/src/supervision/s6-svc.c b/src/supervision/s6-svc.c @@ -26,7 +26,7 @@ int main (int argc, char const *const *argv, char const *const *envp) subgetopt_t l = SUBGETOPT_ZERO ; for (;;) { - int opt = subgetopt_r(argc, argv, "abqhkti12pcoduxOXyT:w:", &l) ; + int opt = subgetopt_r(argc, argv, "abqhkti12pcyroduxOXT:w:", &l) ; if (opt == -1) break ; switch (opt) {