Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2012 14:35:46 +0000 (UTC)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301005 - in head/net/openntpd: . files
Message-ID:  <201207171435.q6HEZkPi062741@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: naddy
Date: Tue Jul 17 14:35:46 2012
New Revision: 301005
URL: http://svn.freebsd.org/changeset/ports/301005

Log:
  In the rc.d script, have ntpd start after ntpdate.
  
  PR:		169787
  Submitted by:	Brian Conway <bugs@zxvf.us>

Modified:
  head/net/openntpd/Makefile
  head/net/openntpd/files/openntpd.in

Modified: head/net/openntpd/Makefile
==============================================================================
--- head/net/openntpd/Makefile	Tue Jul 17 14:35:18 2012	(r301004)
+++ head/net/openntpd/Makefile	Tue Jul 17 14:35:46 2012	(r301005)
@@ -7,7 +7,7 @@
 
 PORTNAME=	openntpd
 PORTVERSION=	4.6
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	2
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_OPENBSD}

Modified: head/net/openntpd/files/openntpd.in
==============================================================================
--- head/net/openntpd/files/openntpd.in	Tue Jul 17 14:35:18 2012	(r301004)
+++ head/net/openntpd/files/openntpd.in	Tue Jul 17 14:35:46 2012	(r301005)
@@ -3,7 +3,7 @@
 # $FreeBSD$
 #
 # PROVIDE: openntpd
-# REQUIRE: DAEMON
+# REQUIRE: DAEMON ntpdate
 # BEFORE:  LOGIN
 # KEYWORD: nojail shutdown
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207171435.q6HEZkPi062741>