From 6c6d823eebc0a865590cff07e4345c9d219b00ef Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 21 Jul 2005 20:21:27 +0000 Subject: [PATCH] rc-scripts finished --- cbox-build.sh | 2 +- cryptobox.conf.d/etc/rc2.d/S98cb-services | 1 + cryptobox.conf.d/etc/rc2.d/S98cb-services.sh | 1 - cryptobox.conf.d/etc/rc6.d/K10cb-devel-features | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 cryptobox.conf.d/etc/rc2.d/S98cb-services delete mode 120000 cryptobox.conf.d/etc/rc2.d/S98cb-services.sh create mode 120000 cryptobox.conf.d/etc/rc6.d/K10cb-devel-features diff --git a/cbox-build.sh b/cbox-build.sh index b83b44d..74368a0 100755 --- a/cbox-build.sh +++ b/cbox-build.sh @@ -126,7 +126,7 @@ function upload2devel() # upload local files to a development cryptobox # this is necessary to use an "old" development cd with # new code - this affects only the web-interface and the -# cryptobox.sh-script (the boot behaviour stays the same) +# cbox-manage.sh-script (the boot behaviour stays the same) # # of course, only the directories that are mapped to tmpfs can # be updated this way diff --git a/cryptobox.conf.d/etc/rc2.d/S98cb-services b/cryptobox.conf.d/etc/rc2.d/S98cb-services new file mode 120000 index 0000000..49be3ea --- /dev/null +++ b/cryptobox.conf.d/etc/rc2.d/S98cb-services @@ -0,0 +1 @@ +../init.d/cb-services.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 deleted file mode 120000 index 3e97b9c..0000000 --- a/cryptobox.conf.d/etc/rc2.d/S98cb-services.sh +++ /dev/null @@ -1 +0,0 @@ -../init.d/cb-services \ No newline at end of file diff --git a/cryptobox.conf.d/etc/rc6.d/K10cb-devel-features b/cryptobox.conf.d/etc/rc6.d/K10cb-devel-features new file mode 120000 index 0000000..11ce06b --- /dev/null +++ b/cryptobox.conf.d/etc/rc6.d/K10cb-devel-features @@ -0,0 +1 @@ +../init.d/cb-devel-features.sh \ No newline at end of file