aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-12-23 08:36:34 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2025-12-23 08:36:34 +0000
commit373368003fcb932c8654086fc66881ad34e4ced0 (patch)
tree850a2f3245806107e78e8a20222351204cbbdf1b /src
parenteab0968756493c3906e5a2b9dbfab8b9e3fb3729 (diff)
downloads6-373368003fcb932c8654086fc66881ad34e4ced0.tar.gz
releng fixes
Diffstat (limited to 'src')
-rw-r--r--src/daemontools-extras/s6-fghack.c1
1 files changed, 1 insertions, 0 deletions
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]) ;