View | Details | Raw Unified | Return to bug 206291 | Differences between
and this patch

Collapse All | Expand All

(-)rc.subr (-1 / +6 lines)
Lines 1071-1078 Link Here
1071
				fi
1071
				fi
1072
			fi
1072
			fi
1073
1073
1074
			# Before we prepend limits, test if limits is
1075
			# available (/usr is mounted) so that limits can0
1076
			# be run.
1077
			if limits >/dev/null 2>&1; then
1074
					# Prepend default limits
1078
					# Prepend default limits
1075
			_doit="limits -C $_login_class $_doit"
1079
				_doit="limits -C $_login_class $_doit"
1080
			fi
1076
1081
1077
					# run the full command
1082
					# run the full command
1078
					#
1083
					#

Return to bug 206291