diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-30 13:21:01 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-10-30 13:21:01 +0000 |
commit | f8fc062703af6eb021c2f657a207c69a657447d4 (patch) | |
tree | f8eb86220d271a839dd583c33176177cc5cf950a /sub | |
parent | 7b3237db29c07dbef1f8dc141700f7eb481ae852 (diff) | |
download | lh-bootstrap-f8fc062703af6eb021c2f657a207c69a657447d4.tar.xz |
Fix tokens
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'sub')
-rw-r--r-- | sub/skarnet.org/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sub/skarnet.org/Makefile b/sub/skarnet.org/Makefile index 5cf295d..044c56a 100644 --- a/sub/skarnet.org/Makefile +++ b/sub/skarnet.org/Makefile @@ -81,9 +81,9 @@ EXECLINE_TOKEN := execline S6_TOKEN := s6-supervise S6_RC_TOKEN := s6-rc S6_LINUX_INIT_TOKEN := s6-linux-init-maker -S6_PORTABLE_UTILS_TOKEN := s6-test +S6_PORTABLE_UTILS_TOKEN := s6-ln S6_LINUX_UTILS_TOKEN := s6-ps -S6_DNS_TOKEN := s6-dnsip4 +S6_DNS_TOKEN := s6-dnsip S6_NETWORKING_TOKEN := s6-tlsd-io MDEVD_TOKEN := mdevd BCNM_TOKEN := bcnm-waitif |