From 291a2d0ad47d29d7f4e83da47efb3a125f3667fc Mon Sep 17 00:00:00 2001 From: PS Date: Sat, 7 Feb 2026 10:19:06 +0100 Subject: Add .s6-svscan directory --- package/deps.mak | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'package/deps.mak') diff --git a/package/deps.mak b/package/deps.mak index 0608555..586b8a9 100644 --- a/package/deps.mak +++ b/package/deps.mak @@ -6,6 +6,24 @@ system-init: src/bin/system-init $(DESTDIR)$(bindir)/system-init: system-init system-shutdown: src/bin/system-shutdown $(DESTDIR)$(bindir)/system-shutdown: system-shutdown +service/system/.s6-svscan/crash: src/lib/service/system/.s6-svscan/crash +$(DESTDIR)$(libdir)/service/system/.s6-svscan/crash: service/system/.s6-svscan/crash +service/system/.s6-svscan/SIGUSR1: src/lib/service/system/.s6-svscan/SIGUSR1 +$(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGUSR1: service/system/.s6-svscan/SIGUSR1 +service/system/.s6-svscan/finish: src/lib/service/system/.s6-svscan/finish +$(DESTDIR)$(libdir)/service/system/.s6-svscan/finish: service/system/.s6-svscan/finish +service/system/.s6-svscan/SIGQUIT: src/lib/service/system/.s6-svscan/SIGQUIT +$(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGQUIT: service/system/.s6-svscan/SIGQUIT +service/system/.s6-svscan/SIGINT: src/lib/service/system/.s6-svscan/SIGINT +$(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGINT: service/system/.s6-svscan/SIGINT +service/system/.s6-svscan/SIGUSR2: src/lib/service/system/.s6-svscan/SIGUSR2 +$(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGUSR2: service/system/.s6-svscan/SIGUSR2 +service/system/.s6-svscan/SIGWINCH: src/lib/service/system/.s6-svscan/SIGWINCH +$(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGWINCH: service/system/.s6-svscan/SIGWINCH +service/system/.s6-svscan/SIGTERM: src/lib/service/system/.s6-svscan/SIGTERM +$(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGTERM: service/system/.s6-svscan/SIGTERM +service/system/.s6-svscan/SIGPWR: src/lib/service/system/.s6-svscan/SIGPWR +$(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGPWR: service/system/.s6-svscan/SIGPWR service/system/goetia-shutdown/run: src/lib/service/system/goetia-shutdown/run $(DESTDIR)$(libdir)/service/system/goetia-shutdown/run: service/system/goetia-shutdown/run service/system/goetia-shutdown/stage3b: src/lib/service/system/goetia-shutdown/stage3b -- cgit v1.2.3