Fini la conversion du stage3 (nouveau format répertoire pkg)
[hvlinux.git] / stage3 / bootscripts / sshd
index 83e4349..58060d1 100755 (executable)
@@ -44,11 +44,11 @@ sshd_start() {
 # See how we were called
 case "$1" in
     start)
-       cmd_run_log_box_warn "sshd start" sshd_start
+       cmd_run_log_box_warn "Starting sshd" sshd_start
        ;;
     
     stop)
-       cmd_run_log_box_warn "sshd stop" killproc sshd
+       cmd_run_log_box_warn "Stopping sshd" killproc sshd
        ;;
    
     reload)