[119868] trunk/dports/sysutils/ntp/Portfile

dluke at macports.org dluke at macports.org
Thu May 8 12:02:33 PDT 2014


Revision: 119868
          https://trac.macports.org/changeset/119868
Author:   dluke at macports.org
Date:     2014-05-08 12:02:33 -0700 (Thu, 08 May 2014)
Log Message:
-----------
ntp: point to conf file

Modified Paths:
--------------
    trunk/dports/sysutils/ntp/Portfile

Modified: trunk/dports/sysutils/ntp/Portfile
===================================================================
--- trunk/dports/sysutils/ntp/Portfile	2014-05-08 17:57:44 UTC (rev 119867)
+++ trunk/dports/sysutils/ntp/Portfile	2014-05-08 19:02:33 UTC (rev 119868)
@@ -4,6 +4,7 @@
 
 name            ntp
 version         4.2.6p5
+revision	1
 categories      sysutils net
 maintainers     geeklair.net:dluke
 description     NTP is a protocol designed to synchronize the clocks of computers over a network
@@ -24,7 +25,7 @@
 
 startupitem.create	yes
 startupitem.netchange	yes
-startupitem.executable	${prefix}/bin/ntpd -n -g -p ${prefix}/var/run/ntpd.pid -f ${prefix}/var/db/ntp.drift
+startupitem.executable	${prefix}/bin/ntpd -n -g -p ${prefix}/var/run/ntpd.pid -f ${prefix}/var/db/ntp.drift -c ${prefix}/etc/ntp.conf
 
 post-destroot	{
 			xinstall -o root -m 644 ${filespath}/ntp.conf \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140508/9e313afe/attachment.html>


More information about the macports-changes mailing list