From frank@dynamical-systems.org  Wed Aug 23 22:32:52 2006
Return-Path: <frank@dynamical-systems.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4778416A4DF
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 Aug 2006 22:32:52 +0000 (UTC)
	(envelope-from frank@dynamical-systems.org)
Received: from mout0.freenet.de (mout0.freenet.de [194.97.50.131])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C94F143D88
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 Aug 2006 22:32:31 +0000 (GMT)
	(envelope-from frank@dynamical-systems.org)
Received: from [194.97.55.242] (helo=mx9.freenet.de)
	by mout0.freenet.de with esmtpa (Exim 4.61)
	(envelope-from <frank@dynamical-systems.org>)
	id 1GG1Gw-0004b6-Hi
	for FreeBSD-gnats-submit@freebsd.org; Thu, 24 Aug 2006 00:32:30 +0200
Received: from p508e9bd1.dip0.t-ipconnect.de ([80.142.155.209] helo=pollux.senax.net)
	by mx9.freenet.de with esmtpsa (ID jr-relay@freenet.de) (TLSv1:AES256-SHA:256) (Exim 4.62 #2)
	id 1GG1Gw-0008Lm-8l
	for FreeBSD-gnats-submit@freebsd.org; Thu, 24 Aug 2006 00:32:30 +0200
Received: from pollux.senax.net (localhost.senax.net [127.0.0.1])
	by pollux.senax.net (8.13.6/8.13.6) with ESMTP id k7NMWSbT001221;
	Thu, 24 Aug 2006 00:32:28 +0200 (CEST)
	(envelope-from frank@dynamical-systems.org)
Received: (from josellis@localhost)
	by pollux.senax.net (8.13.6/8.13.6/Submit) id k7NMWSlZ001220;
	Thu, 24 Aug 2006 00:32:28 +0200 (CEST)
	(envelope-from frank@dynamical-systems.org)
Message-Id: <200608232232.k7NMWSlZ001220@pollux.senax.net>
Date: Thu, 24 Aug 2006 00:32:28 +0200 (CEST)
From: "Frank W. Josellis" <frank@dynamical-systems.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: sysutils/pcfclock - fix rc script
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         102453
>Category:       ports
>Synopsis:       Update port: sysutils/pcfclock - fix rc script
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 23 22:40:20 GMT 2006
>Closed-Date:    Mon Aug 28 12:03:29 GMT 2006
>Last-Modified:  Mon Aug 28 12:03:29 GMT 2006
>Originator:     Frank W. Josellis
>Release:        FreeBSD 5.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD pollux.senax.net 5.5-STABLE FreeBSD 5.5-STABLE #8: Mon Aug 21 02:08:04 CEST 2006 root@pollux.senax.net:/usr/obj/usr/src/sys/POLLUX i386


	
>Description:
We need a suitable REQUIRE line in the rc script, since otherwise the script
is called too early and pcfdate fails to set the time. The patch corrects
this and makes everything work as desired with 6.1 and 7.0  (it's even ok
with 5.x, provided the script is moved to /etc/rc.d).


>How-To-Repeat:
	
>Fix:

	

--- pcfclock.patch begins here ---
diff -Nur pcfclock.BAK/Makefile pcfclock/Makefile
--- pcfclock.BAK/Makefile	Fri Aug 18 18:58:57 2006
+++ pcfclock/Makefile	Tue Aug 22 12:55:21 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	pcfclock
 PORTVERSION=	0.44
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www-stud.ims.uni-stuttgart.de/~voegelas/pcfclock/
 
diff -Nur pcfclock.BAK/files/pcfdate.in pcfclock/files/pcfdate.in
--- pcfclock.BAK/files/pcfdate.in	Fri Aug 18 18:58:57 2006
+++ pcfclock/files/pcfdate.in	Tue Aug 22 12:55:21 2006
@@ -3,7 +3,8 @@
 # $FreeBSD: ports/sysutils/pcfclock/files/pcfdate.in,v 1.2 2006/07/10 18:32:32 dougb Exp $
 #
 # PROVIDE: pcfdate
-# BEFORE:  SERVERS
+# REQUIRE: adjkerntz
+# BEFORE:  hostname
 #
 # Define these pcfdate_* variables in one of these files:
 #	/etc/rc.conf
--- pcfclock.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Mon Aug 28 12:03:22 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102453 
>Unformatted:
