home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20120521.etc.tar.gz / bradford.20120521.etc.tar / etc / insserv.conf < prev    next >
Text File  |  2006-04-22  |  808b  |  47 lines

  1. #
  2. # All local filesystems are mounted (done during boot phase)
  3. #
  4. $local_fs    boot.localfs
  5.  
  6. #
  7. # Low level networking (ethernet card)
  8. #
  9. $network    network +pcmcia +hotplug
  10.  
  11. #
  12. # Named is operational
  13. #
  14. $named        +named +dnsmasq +lwresd $network
  15.  
  16. #
  17. # All remote filesystems are mounted (note in some cases /usr may
  18. # be remote. Most applications that care will probably require
  19. # both $local_fs and $remote_fs)
  20. #
  21. $remote_fs    $local_fs +nfs
  22.  
  23. #
  24. # System logger is operational
  25. #
  26. $syslog        syslog
  27.  
  28. #
  29. # All network daemons are running (this entry is OBSOLETE)
  30. #
  31. $netdaemons    portmap inetd
  32.  
  33. #
  34. # SunRPC portmapper available
  35. #
  36. $portmap    portmap
  37.  
  38. #
  39. # The system time has been set correctly
  40. #
  41. $time        boot.clock +xntpd
  42.  
  43. #
  44. # Services which need to be interactive
  45. #
  46. <interactive>   boot.crypto boot.localfs boot.rootfsck apache apache2
  47.