View | Details | Raw Unified | Return to bug 20692
Collapse All | Expand All

(-)etc/rc.shutdown (-1 / +1 lines)
Lines 26-32 Link Here
26
	;;
26
	;;
27
esac
27
esac
28
28
29
echo -n "Shutting down daemon processes: "
29
echo -n "Shutting down daemon processes:"
30
30
31
# Insert shutdown procedures here
31
# Insert shutdown procedures here
32
32
(-)etc/rc (+4 lines)
Lines 515-520 Link Here
515
	sh /etc/rc.devfs
515
	sh /etc/rc.devfs
516
fi
516
fi
517
517
518
echo -n "Starting emulators:"
519
518
# Start the Linux binary compatibility if requested.
520
# Start the Linux binary compatibility if requested.
519
#
521
#
520
case ${linux_enable} in
522
case ${linux_enable} in
Lines 530-535 Link Here
530
	echo -n ' svr4';	svr4 > /dev/null 2>&1
532
	echo -n ' svr4';	svr4 > /dev/null 2>&1
531
	;;
533
	;;
532
esac
534
esac
535
536
echo .
533
537
534
538
535
# Do traditional (but rather obsolete) rc.local file if it exists.  If you
539
# Do traditional (but rather obsolete) rc.local file if it exists.  If you

Return to bug 20692