From: gobo72 Date: Sun, 15 May 2011 16:31:42 +0000 (+0000) Subject: Remplacé echo par msg_log X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=f92dd465a70fd3e2986530f26c1e73699bb0021d;p=hvlinux.git Remplacé echo par msg_log --- diff --git a/stage2/bootscripts/mountnetfs b/stage2/bootscripts/mountnetfs index 55c48af..a0c7612 100755 --- a/stage2/bootscripts/mountnetfs +++ b/stage2/bootscripts/mountnetfs @@ -9,14 +9,14 @@ log_script_name "$0 $*" mountnetfs_start() { if ! grep -q "_netdev" /etc/fstab; then - echo "No network filesystem found in fstab" + msg_log "No network filesystem found in fstab" exit ${EXIT_CODE_WARNING} fi if grep -q "nfs" /etc/fstab; then # rpc.statd is required to mount nfs shares if [ ! -x /sbin/rpc.statd ]; then - echo "Missing rpc.statd executable" + msg_log "Missing rpc.statd executable" exit ${EXIT_CODE_WARNING} fi