[BACK]Return to rc.conf CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/rc.conf between version 1.149 and 1.150

version 1.149, 2011/07/08 00:54:04 version 1.150, 2011/07/08 02:15:34
Line 52 
Line 52 
 kdc_flags=NO            # for normal use: "" see 'info heimdal' for help  kdc_flags=NO            # for normal use: "" see 'info heimdal' for help
 kadmind_flags=NO        # for normal use: ""  kadmind_flags=NO        # for normal use: ""
 kpasswdd_flags=NO       # for normal use: ""  kpasswdd_flags=NO       # for normal use: ""
 btd_flags=NO  btd_flags=NO            # for normal use: ""
   amd_flags=NO
   
 # use -u to disable chroot, see httpd(8)  # use -u to disable chroot, see httpd(8)
 httpd_flags=NO          # for normal use: "" (or "-DSSL" after reading ssl(8))  httpd_flags=NO          # for normal use: "" (or "-DSSL" after reading ssl(8))
Line 76 
Line 77 
 wsmoused_flags=NO       # for ps/2 or usb mice: "", serial: "-p /dev/cua00"  wsmoused_flags=NO       # for ps/2 or usb mice: "", serial: "-p /dev/cua00"
   
 # set the following to "YES" to turn them on  # set the following to "YES" to turn them on
 amd=NO  
 pf=YES                  # Packet filter / NAT  pf=YES                  # Packet filter / NAT
 ipsec=NO                # IPsec  ipsec=NO                # IPsec
 bt=NO                   # Bluetooth  bt=NO                   # Bluetooth
Line 134 
Line 134 
 : ${mountd_flags=$([ X"${nfs_server-NO}" = XYES ] || echo NO)}  : ${mountd_flags=$([ X"${nfs_server-NO}" = XYES ] || echo NO)}
 : ${lockd_flags=$([ X"${lockd-NO}" = XYES ] || echo NO)}  : ${lockd_flags=$([ X"${lockd-NO}" = XYES ] || echo NO)}
 : ${statd_flags=$([ X"${lockd-NO}" = XYES ] || echo NO)}  : ${statd_flags=$([ X"${lockd-NO}" = XYES ] || echo NO)}
   : ${amd_flags=$([ X"${amd-NO}" = XYES ] || echo NO)}

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.150