Deleted Added
full compact
DAEMON (104985) DAEMON (124616)
1#!/bin/sh
2#
3# $NetBSD: DAEMON,v 1.8 2002/03/22 04:33:57 thorpej Exp $
1#!/bin/sh
2#
3# $NetBSD: DAEMON,v 1.8 2002/03/22 04:33:57 thorpej Exp $
4# $FreeBSD: head/etc/rc.d/DAEMON 104985 2002-10-12 13:49:21Z schweikh $
4# $FreeBSD: head/etc/rc.d/DAEMON 124616 2004-01-17 10:16:38Z mtm $
5#
6
7# PROVIDE: DAEMON
8# REQUIRE: NETWORKING SERVERS
5#
6
7# PROVIDE: DAEMON
8# REQUIRE: NETWORKING SERVERS
9# KEYWORD: FreeBSD NetBSD
9# KEYWORD: FreeBSD
10
11# This is a dummy dependency, to ensure that general purpose daemons
12# are run _after_ the above are.
10
11# This is a dummy dependency, to ensure that general purpose daemons
12# are run _after_ the above are.