aboutsummaryrefslogtreecommitdiffstats
path: root/package/targets.mak
diff options
context:
space:
mode:
Diffstat (limited to 'package/targets.mak')
-rw-r--r--package/targets.mak24
1 files changed, 6 insertions, 18 deletions
diff --git a/package/targets.mak b/package/targets.mak
index 43cbcae..8c63c9b 100644
--- a/package/targets.mak
+++ b/package/targets.mak
@@ -59,22 +59,16 @@ SLASHCOMMAND_BINS ::= \
ALL_LIBS ::= \
service/system/s6-svscan-log/run \
service/system/s6-svscan-log/notification-fd \
- service/system/.s6-svscan/crash \
- service/system/.s6-svscan/SIGUSR1 \
- service/system/.s6-svscan/finish \
- service/system/.s6-svscan/SIGQUIT \
- service/system/.s6-svscan/SIGINT \
- service/system/.s6-svscan/SIGUSR2 \
- service/system/.s6-svscan/SIGWINCH \
- service/system/.s6-svscan/SIGTERM \
- service/system/.s6-svscan/SIGPWR \
service/system/s6-svscan-log-console/run \
service/system/s6-svscan-log-console/notification-fd \
service/system/goetia-runner/run \
service/system/goetia-runner/notification-fd \
service/user/s6-svscan-log/run \
service/user/s6-svscan-log/notification-fd \
+ service/user/.s6-svscan/finish \
service/user/.s6-svscan/SIGTERM \
+ service/user/goetia-shutdown/run \
+ service/user/goetia-shutdown/down \
service/user/goetia-runner/run \
service/user/goetia-runner/notification-fd \
source/system/other/dbus-daemon-srv/run \
@@ -253,22 +247,16 @@ ALL_LIBS ::= \
INSTALL_LIBS ::= \
$(DESTDIR)$(libdir)/service/system/s6-svscan-log/run \
$(DESTDIR)$(libdir)/service/system/s6-svscan-log/notification-fd \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/crash \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGUSR1 \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/finish \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGQUIT \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGINT \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGUSR2 \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGWINCH \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGTERM \
- $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGPWR \
$(DESTDIR)$(libdir)/service/system/s6-svscan-log-console/run \
$(DESTDIR)$(libdir)/service/system/s6-svscan-log-console/notification-fd \
$(DESTDIR)$(libdir)/service/system/goetia-runner/run \
$(DESTDIR)$(libdir)/service/system/goetia-runner/notification-fd \
$(DESTDIR)$(libdir)/service/user/s6-svscan-log/run \
$(DESTDIR)$(libdir)/service/user/s6-svscan-log/notification-fd \
+ $(DESTDIR)$(libdir)/service/user/.s6-svscan/finish \
$(DESTDIR)$(libdir)/service/user/.s6-svscan/SIGTERM \
+ $(DESTDIR)$(libdir)/service/user/goetia-shutdown/run \
+ $(DESTDIR)$(libdir)/service/user/goetia-shutdown/down \
$(DESTDIR)$(libdir)/service/user/goetia-runner/run \
$(DESTDIR)$(libdir)/service/user/goetia-runner/notification-fd \
$(DESTDIR)$(libdir)/source/system/other/dbus-daemon-srv/run \