X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-terminalserver;fp=grml-terminalserver;h=d683fb2cd4a2df687344a3727ce9b8d24adb8c8e;hb=fb1d22684242d04b608990596c64de145cf19084;hp=f3c8afc7a861b2c5de1ff0307f93a8f4e17609ba;hpb=5d0e708756a7ccd918c86919808104e58bfec74d;p=grml-terminalserver.git diff --git a/grml-terminalserver b/grml-terminalserver index f3c8afc..d683fb2 100755 --- a/grml-terminalserver +++ b/grml-terminalserver @@ -38,8 +38,8 @@ function printUsage cat < -$PROG_NAME__ is the config program for the terminalserver -comming with grml. +$PROG_NAME__ is the configuration program for the terminalserver +provided by Grml. COMMANDS: help This help text @@ -438,7 +438,7 @@ if [ "$1" == 'start' ]; then esac fi if [ $check_necessary_files_ == 'yes' ]; then - # test for files absolutly necessary for grml-terminalserver and created from -config + # test for files absolutely necessary for grml-terminalserver and created from -config problem_=0 for i in $PATH_/initrd.img; do isExistent $i warn || problem_=1