svn commit: r301005 - in head/net/openntpd: . files

Christian Weisgerber naddy at FreeBSD.org
Tue Jul 17 14:35:46 UTC 2012


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 at 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
 #



More information about the svn-ports-all mailing list