Date: Thu, 24 Aug 2006 00:32:28 +0200 (CEST) From: "Frank W. Josellis" <frank@dynamical-systems.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/102453: Update port: sysutils/pcfclock - fix rc script Message-ID: <200608232232.k7NMWSlZ001220@pollux.senax.net> Resent-Message-ID: <200608232240.k7NMeKTC074590@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 102453 >Category: ports >Synopsis: Update port: sysutils/pcfclock - fix rc script >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Aug 23 22:40:20 GMT 2006 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608232232.k7NMWSlZ001220>