]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
started instead of busy
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 20 Dec 2010 18:09:15 +0000 (18:09 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 20 Dec 2010 18:09:15 +0000 (18:09 +0000)
svn-id: @12014

rc.d/init.d/cryptsetup

index da391960f91c6d32c4ff4ebe1e6edbcc50416860..e6dd929f8d8d341b1d2bfdd1dce7a407e09aae41 100755 (executable)
@@ -162,12 +162,12 @@ RETVAL=0
 # See how we were called.
 case "$1" in
   start)
-       show "Starting disk encryption"; busy
-       init_crypto 1 && ok
+       show "Starting disk encryption"; started
+       init_crypto 1 && deltext; ok
        ;;
   stop)
-       show "Stopping disk encryption"; busy
-       halt_crypto && ok
+       show "Stopping disk encryption"; started
+       halt_crypto && deltext; ok
        ;;
   status)
        # this is way overkill, but at least we have some status output...
This page took 0.047464 seconds and 4 git commands to generate.