From da7ae38887e09fc5ca421e476c9de009094c2c89 Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 21 Jul 2005 20:09:39 +0000 Subject: [PATCH] rc-scripts structured --- .../cb-devel-features.sh} | 0 .../{rcS.d/S22mount-cb-config.sh => init.d/cb-mount-config.sh} | 0 .../etc/{rcS.d/S37cb-network.sh => init.d/cb-network.sh} | 0 .../etc/{rc2.d/S98cryptobox.sh => init.d/cb-services} | 0 cryptobox.conf.d/etc/rc0.d/K10cb-devel-features | 1 + cryptobox.conf.d/etc/rc0.d/K22cb-services | 1 + cryptobox.conf.d/etc/rc0.d/K34cb-network | 1 + cryptobox.conf.d/etc/rc0.d/K39cb-mount-config | 1 + cryptobox.conf.d/etc/rc2.d/S98cb-services.sh | 1 + cryptobox.conf.d/etc/rc2.d/S99cb-devel-features | 1 + cryptobox.conf.d/etc/rc6.d/K22cb-services | 1 + cryptobox.conf.d/etc/rc6.d/K34cb-network | 1 + cryptobox.conf.d/etc/rc6.d/K39cb-mount-config | 1 + cryptobox.conf.d/etc/rcS.d/S22cb-mount-config | 1 + cryptobox.conf.d/etc/rcS.d/S37cb-network | 1 + 15 files changed, 11 insertions(+) rename cryptobox.conf.d/etc/{rc2.d/S99cryptobox-devel-features.sh => init.d/cb-devel-features.sh} (100%) rename cryptobox.conf.d/etc/{rcS.d/S22mount-cb-config.sh => init.d/cb-mount-config.sh} (100%) rename cryptobox.conf.d/etc/{rcS.d/S37cb-network.sh => init.d/cb-network.sh} (100%) rename cryptobox.conf.d/etc/{rc2.d/S98cryptobox.sh => init.d/cb-services} (100%) create mode 120000 cryptobox.conf.d/etc/rc0.d/K10cb-devel-features create mode 120000 cryptobox.conf.d/etc/rc0.d/K22cb-services create mode 120000 cryptobox.conf.d/etc/rc0.d/K34cb-network create mode 120000 cryptobox.conf.d/etc/rc0.d/K39cb-mount-config create mode 120000 cryptobox.conf.d/etc/rc2.d/S98cb-services.sh create mode 120000 cryptobox.conf.d/etc/rc2.d/S99cb-devel-features create mode 120000 cryptobox.conf.d/etc/rc6.d/K22cb-services create mode 120000 cryptobox.conf.d/etc/rc6.d/K34cb-network create mode 120000 cryptobox.conf.d/etc/rc6.d/K39cb-mount-config create mode 120000 cryptobox.conf.d/etc/rcS.d/S22cb-mount-config create mode 120000 cryptobox.conf.d/etc/rcS.d/S37cb-network 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