13 lines
356 B
Bash
Executable File
13 lines
356 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $NetBSD: DAEMON,v 1.1 2000/03/13 04:03:52 lukem Exp $
|
|
#
|
|
|
|
# PROVIDE: DAEMON
|
|
# REQUIRE: named sysctl cleartmp ldconfig accounting amd virecover ypbind
|
|
# REQUIRE: ipnat ipmon savecore pwcheck quota databases network dmesg
|
|
# REQUIRE: aftermountlkm nfslocking
|
|
|
|
# This is a dummy dependancy, to ensure that daemons are run
|
|
# _after_ the above are.
|