| … | |
… | |
| 238 | |
238 | |
| 239 | # As we're in the bootlevel, add any services that failed due |
239 | # As we're in the bootlevel, add any services that failed due |
| 240 | # to /dev/.rcsysinit existing to the list |
240 | # to /dev/.rcsysinit existing to the list |
| 241 | if [[ -d /dev/.rcboot ]] ; then |
241 | if [[ -d /dev/.rcboot ]] ; then |
| 242 | for x in $(dolisting /dev/.rcboot/) ; do |
242 | for x in $(dolisting /dev/.rcboot/) ; do |
|
|
243 | [[ -L ${x} && ! -e /etc/runlevels/"${DEFAULTLEVEL}"/"${x##*/}" ]] \ |
| 243 | [[ -L ${x} ]] && myscripts="${myscripts} ${x##*/}" |
244 | && myscripts="${myscripts} ${x##*/}" |
| 244 | done |
245 | done |
| 245 | einfo "Device initiated services:${HILITE}${myscripts}${NORMAL}" |
246 | einfo "Device initiated services:${HILITE}${myscripts}${NORMAL}" |
| 246 | rm -rf /dev/.rcboot |
247 | rm -rf /dev/.rcboot |
| 247 | fi |
248 | fi |
| 248 | fi |
249 | fi |