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

(-)rc.conf (-2 / +2 lines)
Lines 196-202 Link Here
196
ipxgateway_enable="NO"		# Set to YES to enable IPX routing.
196
ipxgateway_enable="NO"		# Set to YES to enable IPX routing.
197
ipxrouted_enable="NO"		# Set to YES to run the IPX routing daemon.
197
ipxrouted_enable="NO"		# Set to YES to run the IPX routing daemon.
198
ipxrouted_flags=""		# Flags for IPX routing daemon.
198
ipxrouted_flags=""		# Flags for IPX routing daemon.
199
arpproxy_all=""			# replaces obsolete kernel option ARP_PROXYALL.
199
arpproxy_all="NO"		# replaces obsolete kernel option ARP_PROXYALL.
200
forward_sourceroute="NO"	# do source routing (only if gateway_enable is set to "YES")
200
forward_sourceroute="NO"	# do source routing (only if gateway_enable is set to "YES")
201
accept_sourceroute="NO"		# accept source routed packets to us
201
accept_sourceroute="NO"		# accept source routed packets to us
202
202
Lines 339-345 Link Here
339
kern_securelevel_enable="NO"	# kernel security level (see init(8)), 
339
kern_securelevel_enable="NO"	# kernel security level (see init(8)), 
340
kern_securelevel="-1"	# range: -1..3 ; `-1' is the most insecure
340
kern_securelevel="-1"	# range: -1..3 ; `-1' is the most insecure
341
update_motd="YES"	# update version info in /etc/motd (or NO)
341
update_motd="YES"	# update version info in /etc/motd (or NO)
342
start_vinum=""		# set to YES to start vinum
342
start_vinum="NO"	# set to YES to start vinum
343
unaligned_print="YES"	# print unaligned access warnings on the alpha (or NO).
343
unaligned_print="YES"	# print unaligned access warnings on the alpha (or NO).
344
entropy_file="/entropy" # Set to NO to disable caching entropy through reboots.
344
entropy_file="/entropy" # Set to NO to disable caching entropy through reboots.
345
			# /var/db/entropy is preferred if / is not available.
345
			# /var/db/entropy is preferred if / is not available.

Return to bug 28185