Fix naming issues, possible race conditions etc...

This commit is contained in:
Alex D. 2023-03-29 20:59:20 +00:00
parent 96fb8971dc
commit 4b57db58a4
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
20 changed files with 16 additions and 3 deletions

View File

@ -3,7 +3,7 @@
. ../../APKBUILD.template
pkgname=nnd-s6-services
pkgver=2.16
pkgver=2.20
pkgrel=0
pkgdesc="Base services for s6"
depends="s6-rc s6-portable-utils s6-linux-utils"

View File

@ -0,0 +1 @@
1

View File

@ -1,5 +1,5 @@
#!/bin/execlineb -P
s6-envdir -i /etc/s6/env/sysctl.net-ipv4.tcp_l3mdev_accept
s6-envdir -i /etc/s6/env/sysctl.net-ipv4-tcp_l3mdev_accept
export SYSCTL net/ipv4/tcp_l3mdev_accept
/usr/libexec/nnd/s6/sysctl

View File

@ -1,5 +1,5 @@
#!/bin/execlineb -P
s6-envdir -i /etc/s6/env/sysctl.net-ipv4.udp_l3mdev_accept
s6-envdir -i /etc/s6/env/sysctl.net-ipv4-udp_l3mdev_accept
export SYSCTL net/ipv4/udp_l3mdev_accept
/usr/libexec/nnd/s6/sysctl

View File

@ -0,0 +1,5 @@
#!/bin/execlineb -P
export SYSCTL net/ipv6/conf/default/keep_addr_on_down
export VAL 0
/usr/libexec/nnd/s6/sysctl

View File

@ -0,0 +1,6 @@
#!/bin/execlineb -P
export SYSCTL net/ipv6/conf/default/keep_addr_on_down
s6-envdir -i /etc/s6/env/sysctl.net-ipv6-conf-default-keep_addr_on_down
/usr/libexec/nnd/s6/sysctl