aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.d/binfmt.in2
-rw-r--r--init.d/consolefont.in2
-rw-r--r--init.d/devfs.in2
-rw-r--r--init.d/dmesg.in2
-rw-r--r--init.d/fsck.in2
-rw-r--r--init.d/hostname.in2
-rw-r--r--init.d/hwclock.in2
-rw-r--r--init.d/keymaps.in2
-rw-r--r--init.d/localmount.in2
-rw-r--r--init.d/modules.in2
-rw-r--r--init.d/mount-ro.in2
-rw-r--r--init.d/net-online.in2
-rw-r--r--init.d/netmount.in2
-rw-r--r--init.d/numlock.in2
-rw-r--r--init.d/procfs.in2
-rw-r--r--init.d/root.in2
-rw-r--r--init.d/swap.in2
-rw-r--r--init.d/swapfiles.in2
-rw-r--r--init.d/swclock.in2
-rw-r--r--init.d/sysfs.in2
-rw-r--r--init.d/termencoding.in2
-rw-r--r--init.d/urandom.in2
22 files changed, 22 insertions, 22 deletions
diff --git a/init.d/binfmt.in b/init.d/binfmt.in
index 39978a09..4afb83be 100644
--- a/init.d/binfmt.in
+++ b/init.d/binfmt.in
@@ -15,7 +15,7 @@ depend()
{
after procfs
use modules devfs
- keyword -openvz -prefix -systemd-nspawn -vserver -lxc
+ keyword -docker -lxc -openvz -prefix -systemd-nspawn -vserver
}
start()
diff --git a/init.d/consolefont.in b/init.d/consolefont.in
index de2d4489..9fe95afa 100644
--- a/init.d/consolefont.in
+++ b/init.d/consolefont.in
@@ -15,7 +15,7 @@ depend()
{
need localmount termencoding
after hotplug bootmisc modules
- keyword -openvz -prefix -systemd-nspawn -uml -vserver -xenu -lxc
+ keyword -docker -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu
}
start()
diff --git a/init.d/devfs.in b/init.d/devfs.in
index c8693260..8038c541 100644
--- a/init.d/devfs.in
+++ b/init.d/devfs.in
@@ -15,7 +15,7 @@ depend()
{
provide dev-mount
before dev
- keyword -prefix -systemd-nspawn -vserver -lxc
+ keyword -docker -lxc -prefix -systemd-nspawn -vserver
}
mount_dev()
diff --git a/init.d/dmesg.in b/init.d/dmesg.in
index a3696d2b..641f36fe 100644
--- a/init.d/dmesg.in
+++ b/init.d/dmesg.in
@@ -14,7 +14,7 @@ description="Set the dmesg level for a cleaner boot"
depend()
{
before dev modules
- keyword -lxc -prefix -systemd-nspawn -vserver
+ keyword -docker -lxc -prefix -systemd-nspawn -vserver
}
start()
diff --git a/init.d/fsck.in b/init.d/fsck.in
index 005e87fc..7d12482f 100644
--- a/init.d/fsck.in
+++ b/init.d/fsck.in
@@ -16,7 +16,7 @@ _IFS="
depend()
{
use dev clock modules
- keyword -jail -openvz -prefix -systemd-nspawn -timeout -vserver -lxc -uml
+ keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -timeout -vserver -uml
}
_abort() {
diff --git a/init.d/hostname.in b/init.d/hostname.in
index cc3d148f..21ed7019 100644
--- a/init.d/hostname.in
+++ b/init.d/hostname.in
@@ -12,7 +12,7 @@
description="Sets the hostname of the machine."
depend() {
- keyword -prefix -systemd-nspawn -lxc
+ keyword -docker -lxc -prefix -systemd-nspawn
}
start()
diff --git a/init.d/hwclock.in b/init.d/hwclock.in
index 7fee7b74..2cd1ef31 100644
--- a/init.d/hwclock.in
+++ b/init.d/hwclock.in
@@ -35,7 +35,7 @@ depend()
else
before *
fi
- keyword -openvz -prefix -systemd-nspawn -uml -vserver -xenu -lxc
+ keyword -docker -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu
}
setupopts()
diff --git a/init.d/keymaps.in b/init.d/keymaps.in
index a9da4235..dbe054ae 100644
--- a/init.d/keymaps.in
+++ b/init.d/keymaps.in
@@ -15,7 +15,7 @@ depend()
{
need localmount termencoding
after bootmisc
- keyword -openvz -prefix -systemd-nspawn -uml -vserver -xenu -lxc
+ keyword -docker -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu
}
start()
diff --git a/init.d/localmount.in b/init.d/localmount.in
index b7de0d82..d2c93212 100644
--- a/init.d/localmount.in
+++ b/init.d/localmount.in
@@ -16,7 +16,7 @@ depend()
need fsck
use lvm modules mtab
after lvm modules
- keyword -jail -prefix -systemd-nspawn -vserver -lxc
+ keyword -docker -jail -lxc -prefix -systemd-nspawn -vserver
}
start()
diff --git a/init.d/modules.in b/init.d/modules.in
index 7a02c3a5..5bfae6d9 100644
--- a/init.d/modules.in
+++ b/init.d/modules.in
@@ -14,7 +14,7 @@ description="Loads a user defined list of kernel modules."
depend()
{
use isapnp
- keyword -openvz -prefix -systemd-nspawn -vserver -lxc
+ keyword -docker -lxc -openvz -prefix -systemd-nspawn -vserver
}
FreeBSD_modules()
diff --git a/init.d/mount-ro.in b/init.d/mount-ro.in
index 49bfe621..589f1a2c 100644
--- a/init.d/mount-ro.in
+++ b/init.d/mount-ro.in
@@ -14,7 +14,7 @@ description="Re-mount filesytems read-only for a clean reboot."
depend()
{
need killprocs savecache
- keyword -openvz -prefix -systemd-nspawn -vserver -lxc
+ keyword -docker -lxc -openvz -prefix -systemd-nspawn -vserver
}
start()
diff --git a/init.d/net-online.in b/init.d/net-online.in
index 53855d9a..3e18ba91 100644
--- a/init.d/net-online.in
+++ b/init.d/net-online.in
@@ -15,7 +15,7 @@ depend()
{
after modules
need sysfs
- keyword -jail -lxc -openvz -prefix -systemd-nspawn -uml -vserver
+ keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -uml -vserver
}
get_interfaces()
diff --git a/init.d/netmount.in b/init.d/netmount.in
index ede4d329..7be08e11 100644
--- a/init.d/netmount.in
+++ b/init.d/netmount.in
@@ -24,7 +24,7 @@ depend()
want $mywant
use afc-client amd openvpn
use dns
- keyword -jail -prefix -systemd-nspawn -vserver -lxc
+ keyword -docker -jail -lxc -prefix -systemd-nspawn -vserver
}
start()
diff --git a/init.d/numlock.in b/init.d/numlock.in
index 950b5830..875ffc09 100644
--- a/init.d/numlock.in
+++ b/init.d/numlock.in
@@ -16,7 +16,7 @@ ttyn=${rc_tty_number:-${RC_TTY_NUMBER:-12}}
depend()
{
need localmount
- keyword -openvz -prefix -systemd-nspawn -vserver -lxc
+ keyword -docker -lxc -openvz -prefix -systemd-nspawn -vserver
}
_setleds()
diff --git a/init.d/procfs.in b/init.d/procfs.in
index b78afc7c..de618733 100644
--- a/init.d/procfs.in
+++ b/init.d/procfs.in
@@ -15,7 +15,7 @@ depend()
{
use modules devfs
need localmount
- keyword -openvz -prefix -systemd-nspawn -vserver -lxc
+ keyword -docker -lxc -openvz -prefix -systemd-nspawn -vserver
}
start()
diff --git a/init.d/root.in b/init.d/root.in
index 409a63c4..ec22699d 100644
--- a/init.d/root.in
+++ b/init.d/root.in
@@ -14,7 +14,7 @@ description="Mount the root fs read/write"
depend()
{
need fsck
- keyword -jail -openvz -prefix -systemd-nspawn -vserver -lxc
+ keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -vserver
}
start()
diff --git a/init.d/swap.in b/init.d/swap.in
index c6d705d5..4fb2b350 100644
--- a/init.d/swap.in
+++ b/init.d/swap.in
@@ -12,7 +12,7 @@
depend()
{
before localmount
- keyword -jail -openvz -prefix -systemd-nspawn -vserver -lxc
+ keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -vserver
}
start()
diff --git a/init.d/swapfiles.in b/init.d/swapfiles.in
index f61c4ec5..92b5c899 100644
--- a/init.d/swapfiles.in
+++ b/init.d/swapfiles.in
@@ -12,7 +12,7 @@
depend()
{
need localmount
- keyword -jail -openvz -prefix -systemd-nspawn -vserver -lxc
+ keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -vserver
}
start()
diff --git a/init.d/swclock.in b/init.d/swclock.in
index b09afadc..9ceba444 100644
--- a/init.d/swclock.in
+++ b/init.d/swclock.in
@@ -15,7 +15,7 @@ depend()
{
before *
provide clock
- keyword -openvz -prefix -systemd-nspawn -uml -vserver -xenu -lxc
+ keyword -docker -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu
}
# swclock is an OpenRC built in
diff --git a/init.d/sysfs.in b/init.d/sysfs.in
index cc4007f9..6929810d 100644
--- a/init.d/sysfs.in
+++ b/init.d/sysfs.in
@@ -15,7 +15,7 @@ sysfs_opts=nodev,noexec,nosuid
depend()
{
- keyword -lxc -prefix -systemd-nspawn -vserver
+ keyword -docker -lxc -prefix -systemd-nspawn -vserver
}
mount_sys()
diff --git a/init.d/termencoding.in b/init.d/termencoding.in
index a739f97e..9f33eb6c 100644
--- a/init.d/termencoding.in
+++ b/init.d/termencoding.in
@@ -16,7 +16,7 @@ ttyn=${rc_tty_number:-${RC_TTY_NUMBER:-12}}
depend()
{
- keyword -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu
+ keyword -docker -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu
use root
after bootmisc
}
diff --git a/init.d/urandom.in b/init.d/urandom.in
index 9f4350b3..54706ac9 100644
--- a/init.d/urandom.in
+++ b/init.d/urandom.in
@@ -15,7 +15,7 @@ description="Initializes the random number generator."
depend()
{
need localmount
- keyword -jail -lxc -openvz -prefix -systemd-nspawn
+ keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn
}
save_seed()