Compare commits

...

2 Commits

64 changed files with 67 additions and 81 deletions

View File

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

View File

@ -1,8 +0,0 @@
#!/bin/execlineb -P
define BRINFACE br0
define SLAVEIFACE eth0
s6-envdir -i /etc/s6/env/path
emptyenv -p
ip link set dev $SLAVEIFACE master $BRINFACE

View File

@ -0,0 +1 @@
bundle

View File

@ -1,7 +1,5 @@
#!/bin/execlineb -P
define INTERFACE br0
s6-envdir -i /etc/s6/env/path
emptyenv -p
ip link del $INTERFACE

View File

@ -1,7 +1,5 @@
#!/bin/execlineb -P
define INTERFACE br0
s6-envdir -i /etc/s6/env/path
emptyenv -p
ip link add name $INTERFACE type bridge
ip link add $INTERFACE type bridge

View File

@ -1,7 +1,5 @@
#!/bin/execlineb -P
define INTERFACE br0
s6-envdir -i /etc/s6/env/path
emptyenv -p
ip link set dev $INTERFACE down

View File

@ -1,7 +1,5 @@
#!/bin/execlineb -P
define INTERFACE br0
s6-envdir -i /etc/s6/env/path
emptyenv -p
ip link set dev $INTERFACE up

View File

@ -0,0 +1,7 @@
#!/bin/execlineb -P
define INTERFACE br0
define PROP mcast_mld_version
define STATE 2
s6-envdir -i /etc/s6/env/path
emptyenv -p
ip link set $INTERFACE type bridge $PROP $STATE

View File

@ -0,0 +1,5 @@
#!/bin/execlineb -P
define INTERFACE br0
define PROP mcast_querier
define STATE 0
ip link set $INTERFACE type bridge $PROP $STATE

View File

@ -0,0 +1,7 @@
#!/bin/execlineb -P
define INTERFACE br0
define PROP mcast_querier
define STATE 1
s6-envdir -i /etc/s6/env/path
emptyenv -p
ip link set $INTERFACE type bridge $PROP $STATE

View File

@ -0,0 +1,5 @@
#!/bin/execlineb -P
define INTERFACE br0
define PROP mcast_router
define STATE 0
ip link set $INTERFACE type bridge $PROP $STATE

View File

@ -0,0 +1 @@
oneshot

View File

@ -0,0 +1,7 @@
#!/bin/execlineb -P
define INTERFACE br0
define PROP mcast_router
define STATE 1
s6-envdir -i /etc/s6/env/path
emptyenv -p
ip link set $INTERFACE type bridge $PROP $STATE

View File

@ -0,0 +1 @@
oneshot

View File

@ -0,0 +1,7 @@
#!/bin/execlineb -P
define INTERFACE br0
define PROP mcast_snooping
define STATE 0
s6-envdir -i /etc/s6/env/path
emptyenv -p
ip link set $INTERFACE type bridge $PROP $STATE

View File

@ -1,7 +1,5 @@
#!/bin/execlineb -P
define SLAVEIFACE eth0
define SLAVEIF eth0
s6-envdir -i /etc/s6/env/path
emptyenv -p
ip link set dev $SLAVEIFACE nomaster
ip link set dev $SLAVEIF nomaster

View File

@ -0,0 +1 @@
oneshot

View File

@ -0,0 +1,6 @@
#!/bin/execlineb -P
define MASTERIF br0
define SLAVEIF eth0
s6-envdir -i /etc/s6/env/path
emptyenv -p
ip link set dev $SLAVEIF master $MASTERIF

View File

@ -0,0 +1,5 @@
#!/bin/execlineb -P
define INTERFACE br0
define PROP stp_state
define STATE 0
ip link set $INTERFACE type bridge $PROP $STATE

View File

@ -0,0 +1 @@
oneshot

View File

@ -0,0 +1,7 @@
#!/bin/execlineb -P
define INTERFACE br0
define PROP stp_state
define STATE 1
s6-envdir -i /etc/s6/env/path
emptyenv -p
ip link set $INTERFACE type bridge $PROP $STATE

View File

@ -0,0 +1 @@
oneshot

View File

@ -1,7 +1,5 @@
#!/bin/execlineb -P
define INTERFACE eth0
s6-envdir -i /etc/s6/env/path
emptyenv -p
bcnm-waitif -u 1 $INTERFACE
bcnm-waitif 1 $INTERFACE

View File

@ -1,7 +1,5 @@
#!/bin/execlineb -P
define INTERFACE eth0
s6-envdir -i /etc/s6/env/path
emptyenv -p
ip link set dev $INTERFACE down

View File

@ -1,7 +1,5 @@
#!/bin/execlineb -P
define INTERFACE eth0
s6-envdir -i /etc/s6/env/path
emptyenv -p
ip link set dev $INTERFACE up

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /dev/hugepages
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /dev/mqueue
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /dev/pts
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /dev/shm
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /dev
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /proc/sys/fs/binfmt_misc
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /proc
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /run
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /sys/firmware/efi/efivars
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /sys/fs/cgroup
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /sys/fs/pstore
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /sys/kernel/security
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /tmp
/usr/libexec/nnd/s6/umount