From: Michael Gebetsroither Date: Sun, 2 Apr 2006 22:44:30 +0000 (+0200) Subject: type fixes X-Git-Tag: 0.70~1 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=3532250cadbf77f0c4172c723825c0f8b129f424;hp=0785cac48ffed8f263b04d17312b15f83f3c1b13;p=grml-terminalserver.git type fixes --- diff --git a/grml-terminalserver b/grml-terminalserver index 663926a..050df31 100755 --- a/grml-terminalserver +++ b/grml-terminalserver @@ -203,11 +203,6 @@ function stopNfs } # }}} -function allreadyConfigured -{ - isExistent "$CONF_FILE_" dprint || return 1 - return 0 -} function createConfig { diff --git a/grml-terminalserver-config b/grml-terminalserver-config index 9bf6a26..022aa0c 100755 --- a/grml-terminalserver-config +++ b/grml-terminalserver-config @@ -123,7 +123,7 @@ function actionAutoconf function actionMkInitrd { echo "Creating initrd: $PATH_/minirt26.gz" - isExistent "$PATH_/minirt26.gz" && echo "$PATH_/minirt26.gz does allready exist, skipping initrd creation" && return 0 + isExistent "$PATH_/minirt26.gz" && echo "$PATH_/minirt26.gz does already exist, skipping initrd creation" && return 0 mkInitrd echo 'done' } @@ -151,7 +151,7 @@ function mkInitrd # implanting my initrd changes into the original initrd - # copy programs, check if there are allready links with this name to busybox + # copy programs, check if there are already links with this name to busybox for i in $USR_SHARE_/discover* $USR_SHARE_/udhcpc $USR_SHARE_/udhcp-config.sh $USR_SHARE_/cdir $USR_SHARE_/rdir /usr/bin/ldd ;do tmp_name_="${i##*/}" isNotExistent "$INITRD_/static/$tmp_name_" eprint || execute "rm $INITRD_/static/$tmp_name_" @@ -457,7 +457,7 @@ function grubConfigWork local grub_title_="Grub configuration" local grub_nic_message_=" Give me the types of network cards you would want to boot from. -If you networkcard is allready listed press ! +If you networkcard is already listed press ! WARNING: DON't add all NIC's, grub could possibly stop working!!" local nics_=""