Home | History | Annotate | Line # | Download | only in rc.d
      1  1.1    lukem #!/bin/sh
      2  1.1    lukem #
      3  1.8  thorpej # $NetBSD: DAEMON,v 1.8 2002/03/22 04:33:57 thorpej Exp $
      4  1.1    lukem #
      5  1.1    lukem 
      6  1.1    lukem # PROVIDE: DAEMON
      7  1.7    lukem # REQUIRE: NETWORKING SERVERS
      8  1.1    lukem 
      9  1.6    lukem #	This is a dummy dependency, to ensure that general purpose daemons
     10  1.3    lukem #	are run _after_ the above are.
     11