Advertisement
Guest User

Untitled

a guest
May 31st, 2021
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.80 KB | None | 0 0
  1.  
  2. #   $NetBSD: rc.conf,v 1.97 2014/07/14 12:29:48 mbalmer Exp $
  3. #
  4. # See rc.conf(5) for more information.
  5. #
  6. # Use program=YES to enable program, NO to disable it. program_flags are
  7. # passed to the program on the command line.
  8. #
  9.  
  10. # Load the defaults in from /etc/defaults/rc.conf (if it's readable).
  11. # These can be overridden below.
  12. #
  13. if [ -r /etc/defaults/rc.conf ]; then
  14.     . /etc/defaults/rc.conf
  15. fi
  16.  
  17. # If this is not set to YES, the system will drop into single-user mode.
  18. #
  19. rc_configured=YES
  20.  
  21. # Add local overrides below.
  22. #
  23. wscons=YES
  24. microcode=YES
  25. defaultroute=192.168.0.1
  26. wpa_supplicant=YES
  27. wpa_supplicant_flags="-B -D bsd -i iwm0 -c /etc/wpa_supplicant.conf"
  28. dhcpcd=YES
  29. dhcpcd_flags="-4 -qM iwm0 -b"
  30. powerd=YES
  31. avahidaemon=YES
  32. dbus=YES
  33. hal=YES
  34. famd=YES
  35. powerd=YES
  36. hostname=netbsd
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement