From a9e5b80853b4deae8e5e0b4391fc521eb8d8f95a Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Sun, 20 Feb 2005 21:52:33 +0000 Subject: [PATCH] Require NETWORKING, not DAEMON for ntpd. The former makes much more sense and fixes the order issue for rpcbind. --- etc/rc.d/ntpd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc.d/ntpd b/etc/rc.d/ntpd index 1b611bc3fa..8746d73d08 100644 --- a/etc/rc.d/ntpd +++ b/etc/rc.d/ntpd @@ -2,11 +2,11 @@ # # $NetBSD: ntpd,v 1.6 2002/03/22 04:33:59 thorpej Exp $ # $FreeBSD: src/etc/rc.d/ntpd,v 1.5 2002/10/12 10:31:31 schweikh Exp $ -# $DragonFly: src/etc/rc.d/Attic/ntpd,v 1.3 2004/11/12 19:45:36 joerg Exp $ +# $DragonFly: src/etc/rc.d/Attic/ntpd,v 1.4 2005/02/20 21:52:33 joerg Exp $ # # PROVIDE: ntpd -# REQUIRE: DAEMON +# REQUIRE: NETWORKING # BEFORE: LOGIN # KEYWORD: DragonFly -- 2.41.0