diff options
| author | PS <p@0x53.net> | 2026-02-07 10:16:45 +0100 |
|---|---|---|
| committer | PS <p@0x53.net> | 2026-02-07 10:16:45 +0100 |
| commit | f7df2f7bb6abbea365cccb1345dcf1a1b7a80797 (patch) | |
| tree | 2bead70379ffd134fb4190c9564b37c5c68cf581 /package/deps.mak | |
| parent | 980c5408489a3a3a56e49c3873f1bce6a0155cad (diff) | |
| download | goetia-base-f7df2f7bb6abbea365cccb1345dcf1a1b7a80797.tar.gz goetia-base-f7df2f7bb6abbea365cccb1345dcf1a1b7a80797.tar.bz2 goetia-base-f7df2f7bb6abbea365cccb1345dcf1a1b7a80797.zip | |
Improve usertree shutdown; improve system .s6-svscan directory
Diffstat (limited to 'package/deps.mak')
| -rw-r--r-- | package/deps.mak | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/package/deps.mak b/package/deps.mak index 255ecdc..bb52f2c 100644 --- a/package/deps.mak +++ b/package/deps.mak @@ -38,24 +38,6 @@ service/system/s6-svscan-log/run: src/lib/service/system/s6-svscan-log/run $(DESTDIR)$(libdir)/service/system/s6-svscan-log/run: service/system/s6-svscan-log/run service/system/s6-svscan-log/notification-fd: src/lib/service/system/s6-svscan-log/notification-fd $(DESTDIR)$(libdir)/service/system/s6-svscan-log/notification-fd: service/system/s6-svscan-log/notification-fd -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/s6-svscan-log-console/run: src/lib/service/system/s6-svscan-log-console/run $(DESTDIR)$(libdir)/service/system/s6-svscan-log-console/run: service/system/s6-svscan-log-console/run service/system/s6-svscan-log-console/notification-fd: src/lib/service/system/s6-svscan-log-console/notification-fd @@ -68,8 +50,14 @@ service/user/s6-svscan-log/run: src/lib/service/user/s6-svscan-log/run $(DESTDIR)$(libdir)/service/user/s6-svscan-log/run: service/user/s6-svscan-log/run service/user/s6-svscan-log/notification-fd: src/lib/service/user/s6-svscan-log/notification-fd $(DESTDIR)$(libdir)/service/user/s6-svscan-log/notification-fd: service/user/s6-svscan-log/notification-fd +service/user/.s6-svscan/finish: src/lib/service/user/.s6-svscan/finish +$(DESTDIR)$(libdir)/service/user/.s6-svscan/finish: service/user/.s6-svscan/finish service/user/.s6-svscan/SIGTERM: src/lib/service/user/.s6-svscan/SIGTERM $(DESTDIR)$(libdir)/service/user/.s6-svscan/SIGTERM: service/user/.s6-svscan/SIGTERM +service/user/goetia-shutdown/run: src/lib/service/user/goetia-shutdown/run +$(DESTDIR)$(libdir)/service/user/goetia-shutdown/run: service/user/goetia-shutdown/run +service/user/goetia-shutdown/down: src/lib/service/user/goetia-shutdown/down +$(DESTDIR)$(libdir)/service/user/goetia-shutdown/down: service/user/goetia-shutdown/down service/user/goetia-runner/run: src/lib/service/user/goetia-runner/run $(DESTDIR)$(libdir)/service/user/goetia-runner/run: service/user/goetia-runner/run service/user/goetia-runner/notification-fd: src/lib/service/user/goetia-runner/notification-fd |
