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