Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 249149
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +2 lines)
Line  Link Here
0
-- /etc/init.d/halt.sh 2008-11-15 04:06:43.000000000 +0000
0
++ halt.sh     2008-11-27 12:56:09.000000000 +0000
Lines 152-159 Link Here
152
               x=${x//\\040/ }
152
               x=${x//\\040/ }
153
               # Do not umount these ... will be different depending on value of CDBOOT
153
               # Do not umount these ... will be different depending on value of CDBOOT
154
               if [[ ${x} != "/" \
154
               if [ -n $(echo "${x}" | egrep "${RC_NO_UMOUNTS}") ] ; then
155
                       && -n $(echo "${x}" | egrep "${RC_NO_UMOUNTS}") ]] ; then
156
                       continue
155
                       continue
157
               fi
156
               fi

Return to bug 249149