]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/tools/nanobsd/gateworks/cfg/rc.conf
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / tools / nanobsd / gateworks / cfg / rc.conf
1 #!/bin/sh
2
3 hostname="avila"
4 ifconfig_npe0="DHCP"
5 background_dhclient_npe0="YES"  # Start dhcp client in the background.
6 #ifconfig_npe1="DHCP"
7 background_dhclient_npe1="YES"  # Start dhcp client in the background.
8
9 wlans_ath0="wlan0"
10
11 sshd_enable="YES"
12 nfs_client_enable="YES"
13
14 sendmail_enable="NO"    # Run the sendmail inbound daemon (YES/NO).
15 sendmail_submit_enable="NO"     # Start a localhost-only MTA for mail submission
16 sendmail_outbound_enable="NO"   # Dequeue stuck mail (YES/NO).
17 sendmail_msp_queue_enable="NO"  # Dequeue stuck clientmqueue mail (YES/NO).
18
19 dumpdev="NO"            # Device to crashdump to (device name, AUTO, or NO).
20 background_fsck="NO"
21
22 harvest_interrupt="NO"  # Entropy device harvests interrupt randomness
23 harvest_ethernet="NO"   # Entropy device harvests ethernet randomness
24 harvest_p_to_p="NO"     # Entropy device harvests point-to-point randomness