defaults: drop trailing whitespaces

master
Fabio Erculiani 12 years ago
parent 33bbaf3ed6
commit 36d21e9a5f

@ -117,9 +117,9 @@ call_func_timeout()
( ${func} ) & pid=$! ( ${func} ) & pid=$!
( sleep ${timeout} && kill -HUP ${pid} ) 2>/dev/null & watcher=$! ( sleep ${timeout} && kill -HUP ${pid} ) 2>/dev/null & watcher=$!
if wait ${pid} 2>/dev/null; then if wait ${pid} 2>/dev/null; then
kill -HUP $watcher 2> /dev/null kill -HUP $watcher 2> /dev/null
wait $watcher 2>/dev/null wait $watcher 2>/dev/null
return 1 return 1
fi fi
return 0 return 0

@ -104,9 +104,9 @@ do
DMRAID_OPTS=${x#*=} DMRAID_OPTS=${x#*=}
USE_DMRAID_NORMAL=1 USE_DMRAID_NORMAL=1
;; ;;
domultipath) domultipath)
good_msg "Booting with multipath activated." good_msg "Booting with multipath activated."
USE_MULTIPATH_NORMAL=1 USE_MULTIPATH_NORMAL=1
;; ;;
dozfs*) dozfs*)
USE_ZFS=1 USE_ZFS=1
@ -851,7 +851,7 @@ fi
if [ -f ${NEW_ROOT}/etc/initramfs.mounts ]; then if [ -f ${NEW_ROOT}/etc/initramfs.mounts ]; then
fslist=$(get_mounts_list) fslist=$(get_mounts_list)
else else
fslist="/usr" fslist="/usr"
fi fi
for fs in $fslist; do for fs in $fslist; do

Loading…
Cancel
Save