README and CHANGELOG linked

is_init_running fixed
This commit is contained in:
lars 2005-10-26 21:09:50 +00:00
parent eaa06602ee
commit 734b2a3731
3 changed files with 3 additions and 1 deletions

1
luks/CHANGELOG Symbolic link
View file

@ -0,0 +1 @@
cbox-tree.d/usr/share/doc/cryptobox/changelog

1
luks/README Symbolic link
View file

@ -0,0 +1 @@
cbox-tree.d/usr/share/doc/cryptobox/README

View file

@ -264,7 +264,7 @@ function is_crypto_mounted()
function is_init_running()
{
check_at_command_queue " box-init-bg"
check_at_command_queue " init"
}