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

(-)mysrc/etc/rc.shutdown (-1 / +1 lines)
Lines 81-87 Link Here
81
			done
81
			done
82
		fi
82
		fi
83
	done
83
	done
84
	if [ ! -z ${oldscripts} ]; then
84
	if [ ! -z "${oldscripts}" ]; then
85
		echo 'You still seem to have old-style rc.d scripts:'
85
		echo 'You still seem to have old-style rc.d scripts:'
86
		echo ${oldscripts}
86
		echo ${oldscripts}
87
		echo 'Please change them to recognize the "stop" option.'
87
		echo 'Please change them to recognize the "stop" option.'

Return to bug 22548