Advertisement
Guest User

Untitled

a guest
May 14th, 2021
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.90 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. hostname=netbsd
  24. defaultroute=192.168.0.1
  25. ifconfig_iwm0="inet 192.168.0.122 netmask 255.255.255.0"
  26. wpa_supplicant=YES
  27. wpa_supplicant_flags="-B -D bsd -i iwm0 -c /etc/wpa_supplicant.conf"
  28. sshd=YES
  29. #ntpd=YES
  30. dhcpcd=YES
  31. wscons=YES
  32. microcode=YES
  33. hal=YES
  34. dbus=YES
  35. famd=YES
  36. avahidaemon=YES
  37. rpcbind=YES
  38. nfs_client=YES
  39. lockd=YES
  40. statd=YES
  41. powerd=YES
  42. cupsd=YES
  43. snmpd=YES
  44.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement