diff --git a/cryptobox.conf.d/etc/rc2.d/S99cryptobox-devel-features.sh b/cryptobox.conf.d/etc/init.d/cb-devel-features.sh similarity index 100% rename from cryptobox.conf.d/etc/rc2.d/S99cryptobox-devel-features.sh rename to cryptobox.conf.d/etc/init.d/cb-devel-features.sh diff --git a/cryptobox.conf.d/etc/rcS.d/S22mount-cb-config.sh b/cryptobox.conf.d/etc/init.d/cb-mount-config.sh similarity index 100% rename from cryptobox.conf.d/etc/rcS.d/S22mount-cb-config.sh rename to cryptobox.conf.d/etc/init.d/cb-mount-config.sh diff --git a/cryptobox.conf.d/etc/rcS.d/S37cb-network.sh b/cryptobox.conf.d/etc/init.d/cb-network.sh similarity index 100% rename from cryptobox.conf.d/etc/rcS.d/S37cb-network.sh rename to cryptobox.conf.d/etc/init.d/cb-network.sh diff --git a/cryptobox.conf.d/etc/rc2.d/S98cryptobox.sh b/cryptobox.conf.d/etc/init.d/cb-services similarity index 100% rename from cryptobox.conf.d/etc/rc2.d/S98cryptobox.sh rename to cryptobox.conf.d/etc/init.d/cb-services diff --git a/cryptobox.conf.d/etc/rc0.d/K10cb-devel-features b/cryptobox.conf.d/etc/rc0.d/K10cb-devel-features new file mode 120000 index 0000000..11ce06b --- /dev/null +++ b/cryptobox.conf.d/etc/rc0.d/K10cb-devel-features @@ -0,0 +1 @@ +../init.d/cb-devel-features.sh \ No newline at end of file diff --git a/cryptobox.conf.d/etc/rc0.d/K22cb-services b/cryptobox.conf.d/etc/rc0.d/K22cb-services new file mode 120000 index 0000000..49be3ea --- /dev/null +++ b/cryptobox.conf.d/etc/rc0.d/K22cb-services @@ -0,0 +1 @@ +../init.d/cb-services.sh \ No newline at end of file diff --git a/cryptobox.conf.d/etc/rc0.d/K34cb-network b/cryptobox.conf.d/etc/rc0.d/K34cb-network new file mode 120000 index 0000000..d7275d1 --- /dev/null +++ b/cryptobox.conf.d/etc/rc0.d/K34cb-network @@ -0,0 +1 @@ +../init.d/cb-network.sh \ No newline at end of file diff --git a/cryptobox.conf.d/etc/rc0.d/K39cb-mount-config b/cryptobox.conf.d/etc/rc0.d/K39cb-mount-config new file mode 120000 index 0000000..ec92193 --- /dev/null +++ b/cryptobox.conf.d/etc/rc0.d/K39cb-mount-config @@ -0,0 +1 @@ +../init.d/cb-mount-config.sh \ No newline at end of file diff --git a/cryptobox.conf.d/etc/rc2.d/S98cb-services.sh b/cryptobox.conf.d/etc/rc2.d/S98cb-services.sh new file mode 120000 index 0000000..3e97b9c --- /dev/null +++ b/cryptobox.conf.d/etc/rc2.d/S98cb-services.sh @@ -0,0 +1 @@ +../init.d/cb-services \ No newline at end of file diff --git a/cryptobox.conf.d/etc/rc2.d/S99cb-devel-features b/cryptobox.conf.d/etc/rc2.d/S99cb-devel-features new file mode 120000 index 0000000..11ce06b --- /dev/null +++ b/cryptobox.conf.d/etc/rc2.d/S99cb-devel-features @@ -0,0 +1 @@ +../init.d/cb-devel-features.sh \ No newline at end of file diff --git a/cryptobox.conf.d/etc/rc6.d/K22cb-services b/cryptobox.conf.d/etc/rc6.d/K22cb-services new file mode 120000 index 0000000..49be3ea --- /dev/null +++ b/cryptobox.conf.d/etc/rc6.d/K22cb-services @@ -0,0 +1 @@ +../init.d/cb-services.sh \ No newline at end of file diff --git a/cryptobox.conf.d/etc/rc6.d/K34cb-network b/cryptobox.conf.d/etc/rc6.d/K34cb-network new file mode 120000 index 0000000..d7275d1 --- /dev/null +++ b/cryptobox.conf.d/etc/rc6.d/K34cb-network @@ -0,0 +1 @@ +../init.d/cb-network.sh \ No newline at end of file diff --git a/cryptobox.conf.d/etc/rc6.d/K39cb-mount-config b/cryptobox.conf.d/etc/rc6.d/K39cb-mount-config new file mode 120000 index 0000000..ec92193 --- /dev/null +++ b/cryptobox.conf.d/etc/rc6.d/K39cb-mount-config @@ -0,0 +1 @@ +../init.d/cb-mount-config.sh \ No newline at end of file diff --git a/cryptobox.conf.d/etc/rcS.d/S22cb-mount-config b/cryptobox.conf.d/etc/rcS.d/S22cb-mount-config new file mode 120000 index 0000000..ec92193 --- /dev/null +++ b/cryptobox.conf.d/etc/rcS.d/S22cb-mount-config @@ -0,0 +1 @@ +../init.d/cb-mount-config.sh \ No newline at end of file diff --git a/cryptobox.conf.d/etc/rcS.d/S37cb-network b/cryptobox.conf.d/etc/rcS.d/S37cb-network new file mode 120000 index 0000000..d7275d1 --- /dev/null +++ b/cryptobox.conf.d/etc/rcS.d/S37cb-network @@ -0,0 +1 @@ +../init.d/cb-network.sh \ No newline at end of file