From 373368003fcb932c8654086fc66881ad34e4ced0 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 23 Dec 2025 08:36:34 +0000 Subject: releng fixes --- src/daemontools-extras/s6-fghack.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/daemontools-extras/s6-fghack.c') diff --git a/src/daemontools-extras/s6-fghack.c b/src/daemontools-extras/s6-fghack.c index fec2962..ada2301 100644 --- a/src/daemontools-extras/s6-fghack.c +++ b/src/daemontools-extras/s6-fghack.c @@ -23,6 +23,7 @@ int main (int argc, char const *const *argv, char const *const *envp) PROG = "s6-fghack" ; if (argc < 2) strerr_dieusage(100, USAGE) ; + strerr_warnw("this program is obsolescent, please use s6-background-watch instead") ; if (pipe(p) == -1) strerr_diefu1sys(111, "create hackpipe") ; for (size_t i = 0 ; i < N ; i++) fds[i] = dup(p[1]) ; -- cgit v1.3.1