NetBSD Problem Report #47149

From www@NetBSD.org  Thu Nov  1 05:47:02 2012
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	by www.NetBSD.org (Postfix) with ESMTP id 032CB63BAA8
	for <gnats-bugs@gnats.NetBSD.org>; Thu,  1 Nov 2012 05:47:02 +0000 (UTC)
Message-Id: <20121101054700.8E5E063BAA8@www.NetBSD.org>
Date: Thu,  1 Nov 2012 05:47:00 +0000 (UTC)
From: zakinko@snowrabbit.org
Reply-To: zakinko@snowrabbit.org
To: gnats-bugs@NetBSD.org
Subject: net/ntp4 fails to ntp.conf
X-Send-Pr-Version: www-1.0

>Number:         47149
>Category:       pkg
>Synopsis:       net/ntp4 fails to ntp.conf
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Nov 01 05:50:01 +0000 2012
>Closed-Date:    
>Last-Modified:  Fri Nov 02 17:55:02 +0000 2012
>Originator:     Showta Ishizaki
>Release:        NetBSD 5.1.2_PATCH
>Organization:
NSRG.FML.ORG
>Environment:
NetBSD nsrg00.spub.chitose.ac.jp 5.1.2_PATCH NetBSD 5.1.2_PATCH (HOME_SERVER) #0: Mon Apr 16 06:49:15 JST 2012  zakinko@bambi.snowrabbit.org:/var/nbbuild/build.i386.i386.netbsd-5.1.2_PATCH/obj/var/.ourfs/netbsd-5.1.2_PATCH/usr/src/sys/arch/i386/compile/HOME_SERVER i386
>Description:
When I install net/ntp4 then try to boot /etc/rc.d/ntpd, it say that there is no /usr/pkg/etc/ntp.conf.
Accordingly, I copy /usr/pkgsrc/net/ntp4/files/ntp.conf and add one line of configuration.
However, 4 lines are outoutted when I do ntpq because it reads /etc/ntp.conf instead of /usr/pkg/etc/ntp.conf.

# cd /usr/pkgsrc/net/ntp4
# make install
# cp -p /usr/pkg/share/examples/rc.d/ntpd /etc/rc.d/
# cp -p /usr/pkg/share/examples/rc.d/ntpdate /etc/rc.d/

# /etc/rc.d/ntpd start
/etc/rc.d/ntpd: WARNING: /usr/pkg/etc/ntp.conf is not readable.

# cp -p /usr/pkgsrc/net/ntp4/files/ntp.conf /usr/pkg/etc/ntp.conf
# echo server 0.netbsd.pool.ntp.org >> /usr/pkg/etc/ntp.conf
# /etc/rc.d/ntpd start
Starting ntpd.
# ntpq -n -c peers localhost
     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
 59.106.180.168  203.178.137.183  2 u    1   64    1   97.219  -11.807   0.001
 106.187.47.112  59.106.180.168   3 u    -   64    1   76.299  -26.829   0.001
 2403:1b00::2    .INIT.          16 -    -   64    0    0.000    0.000   0.001
 103.6.16.254    .INIT.          16 u    -   64    0    0.000    0.000   0.001
>How-To-Repeat:
# ntpq -n -c peers localhost
     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
 59.106.180.168  203.178.137.183  2 u    1   64    1   97.219  -11.807   0.001
 106.187.47.112  59.106.180.168   3 u    -   64    1   76.299  -26.829   0.001
 2403:1b00::2    .INIT.          16 -    -   64    0    0.000    0.000   0.001
 103.6.16.254    .INIT.          16 u    -   64    0    0.000    0.000   0.001

# echo server 0.pool.ntp.org >> /etc/ntp.conf
# echo server 1.pool.ntp.org >> /etc/ntp.conf
# echo server 2.pool.ntp.org >> /etc/ntp.conf

# /etc/rc.d/ntpd restart
Stopping ntpd.
Waiting for PIDS: 9593.
Starting ntpd.
# ntpq -c peers localhost
     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
 ns.bio.keio.ac. 131.113.1.16     2 u   10   64    1   25.492   -8.486   0.001
 kazunoko.kuee.k 210.173.160.27   3 u    9   64    1   33.948   -5.415   0.001
 2403:1b00::2    .INIT.          16 -    -   64    0    0.000    0.000   0.000
 sylph.white-voi 150.26.2.66      2 u    7   64    1   29.431   -5.269   0.001
 www.4koma.com   133.243.238.243  2 u    6   64    1   42.503   -7.437   0.001
 ns3.khresear.ch 10.84.87.146     2 u    5   64    1   26.619   -7.467   0.001
 ntp-v6-6to4.lai .INIT.          16 -    -   64    0    0.000    0.000   0.000
>Fix:

>Release-Note:

>Audit-Trail:

State-Changed-From-To: open->closed
State-Changed-By: asau@NetBSD.org
State-Changed-When: Thu, 01 Nov 2012 07:06:29 +0000
State-Changed-Why:
Operator error.
When you have several similar software packages installed
you should check better which one you're calling.
In this case you are using ntpq from base system,
which uses configuration file from /etc rather than from PKG_SYSCONFDIR.


From: =?ISO-2022-JP?B?GyRCQFA6amZGQkAbKEI=?= <zakinko@snowrabbit.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: pkg/47149 (net/ntp4 fails to ntp.conf)
Date: Fri, 2 Nov 2012 19:10:21 +0900

 --f46d04339cdeecdb5004cd8057bb
 Content-Type: text/plain; charset=ISO-8859-1

 pkg/47149 should not be closed.

 pkg/47149 issues the original ntp4 configure bug (So, NTP4 team should
 fix it ;-).

 "/etc/ntp.conf" path is hard-coded in ntp4 source codes though pkgsrc
 does not modify the path of them.

 Pkgsrc "/etc/rc.d" scripts check the existence of
 @PKG_SYSCONFDIR@/ntp.conf but /usr/pkg/bin/*ntp* tries to read
 /etc/ntp.conf since it is hard-coded. This causes WARNING of rc.d
 scripts.

   ./files/ntpd.sh:required_
 files="@PKG_SYSCONFDIR@/ntp.conf"
   ./files/ntpdate.sh:             ' <@PKG_SYSCONFDIR@/ntp.conf`

 The following patches (SHAR) fix the hard-conding but the
 corresponding configure fixes must be needed.



 echo x - patches/patch-za
 sed 's/^X//' >patches/patch-za << 'END-of-patches/patch-za'
 X--- include/ntp_config.h       2006-12-28 21:03:04.000000000 +0900
 X+++ include/ntp_config.h       2012-11-02 18:25:44.000000000 +0900
 X@@ -3,7 +3,7 @@
 X  */
 X #ifndef CONFIG_FILE
 X # ifndef SYS_WINNT
 X-#  define     CONFIG_FILE "/etc/ntp.conf"
 X+#  define     CONFIG_FILE "@PKG_SYSCONFDIR@/ntp.conf"
 X # else /* SYS_WINNT */
 X #  define     CONFIG_FILE     "%windir%\\system32\\drivers\\etc\\ntp.conf"
 X #  define     ALT_CONFIG_FILE "%windir%\\ntp.conf"
 END-of-patches/patch-za
 echo x - patches/patch-zb
 sed 's/^X//' >patches/patch-zb << 'END-of-patches/patch-zb'
 X--- ntpd/ntpdbase-opts.def     2008-03-22 20:03:22.000000000 +0900
 X+++ ntpd/ntpdbase-opts.def     2012-11-02 18:26:13.000000000 +0900
 X@@ -74,7 +74,7 @@
 X     descrip   = "configuration file name";
 X     doc = <<-  _EndOfDoc_
 X       The name and path of the configuration file,
 X-      /etc/ntp.conf
 X+      @PKG_SYSCONFDIR@/ntp.conf
 X       by default.
 X       _EndOfDoc_;
 X };
 X@@ -104,7 +104,7 @@
 X       This is the same operation as the
 X       driftfile driftfile
 X       configuration specification in the
 X-      /etc/ntp.conf
 X+      @PKG_SYSCONFDIR@/ntp.conf
 X       file.
 X       _EndOfDoc_;
 X };
 X
 END-of-patches/patch-zb
 echo x - patches/patch-zc
 sed 's/^X//' >patches/patch-zc << 'END-of-patches/patch-zc'
 X--- ntpd/ntpd-opts.texi        2009-12-08 22:13:11.000000000 +0900
 X+++ ntp-4.2.4p8.new/ntpd/ntpd-opts.texi        2012-11-02
 18:32:24.000000000 +0900
 X@@ -200,7 +200,7 @@
 X
 X This is the ``configuration file name'' option.
 X The name and path of the configuration file,
 X-/etc/ntp.conf
 X+@PKG_SYSCONFDIR@/ntp.conf
 X by default.
 X
 X @node ntpd debug-level
 X@@ -247,7 +247,7 @@
 X This is the same operation as the
 X driftfile driftfile
 X configuration specification in the
 X-/etc/ntp.conf
 X+@PKG_SYSCONFDIR@/ntp.conf
 X file.
 X
 X @node ntpd panicgate
 END-of-patches/patch-zc
 echo x - patches/patch-zd
 sed 's/^X//' >patches/patch-zd << 'END-of-patches/patch-zd'
 X--- ntpd/ntpd.1        2009-12-08 22:13:11.000000000 +0900
 X+++ ntp-4.2.4p8.new/ntpd/ntpd.1        2012-11-02 18:32:29.000000000 +0900
 X@@ -59,7 +59,7 @@
 X configuration file name.
 X .sp
 X The name and path of the configuration file,
 X-/etc/ntp.conf
 X+@PKG_SYSCONFDIR@/ntp.conf
 X by default.
 X .TP
 X .BR \-d ", " \--debug-level
 X@@ -84,7 +84,7 @@
 X This is the same operation as the
 X driftfile driftfile
 X configuration specification in the
 X-/etc/ntp.conf
 X+@PKG_SYSCONFDIR@/ntp.conf
 X file.
 X .TP
 X .BR \-g ", " \--panicgate
 END-of-patches/patch-zd
 echo x - patches/patch-ze
 sed 's/^X//' >patches/patch-ze << 'END-of-patches/patch-ze'
 X--- ntpd/ntpdsim-opts.texi     2009-12-08 22:13:15.000000000 +0900
 X+++ ntp-4.2.4p8.new/ntpd/ntpdsim-opts.texi     2012-11-02 18:32:
 07.000000000 +0900
 X@@ -216,7 +216,7 @@
 X
 X This is the ``configuration file name'' option.
 X The name and path of the configuration file,
 X-/etc/ntp.conf
 X+@PKG_SYSCONFDIR@/ntp.conf
 X by default.
 X
 X @node ntpdsim phasenoise
 X@@ -270,7 +270,7 @@
 X This is the same operation as the
 X driftfile driftfile
 X configuration specification in the
 X-/etc/ntp.conf
 X+@PKG_SYSCONFDIR@/ntp.conf
 X file.
 X
 X @node ntpdsim panicgate
 X
 END-of-patches/patch-ze
 echo x - patches/patch-zf
 sed 's/^X//' >patches/patch-zf << 'END-of-patches/patch-zf'
 X--- ntpd/ntpdsim.1     2009-12-08 22:13:14.000000000 +0900
 X+++ ntp-4.2.4p8.new/ntpd/ntpdsim.1     2012-11-02 18:32:16.000000000 +0900
 X@@ -64,7 +64,7 @@
 X configuration file name.
 X .sp
 X The name and path of the configuration file,
 X-/etc/ntp.conf
 X+@PKG_SYSCONFDIR@/ntp.conf
 X by default.
 X .TP
 X .BR \-C " \fIstring\fP, " \--phasenoise "=" \fIstring\fP
 X@@ -94,7 +94,7 @@
 X This is the same operation as the
 X driftfile driftfile
 X configuration specification in the
 X-/etc/ntp.conf
 X+@PKG_SYSCONFDIR@/ntp.conf
 X file.
 X .TP
 X .BR \-g ", " \--panicgate
 END-of-patches/patch-zf
 exit

 -- 
 Network Science (and Service) Research Group
 http://www.nsrg.fml.org/
 Ishizaki Showta
 zakinko@snowrabbit.org

 --f46d04339cdeecdb5004cd8057bb
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable

 pkg/47149 should not be closed.<br>
 <br>
 pkg/47149 issues the original ntp4 configure bug (So, NTP4 team should<br>
 fix it ;-).<br>
 <br>
 &quot;/etc/ntp.conf&quot; path is hard-coded in ntp4 source codes though pk=
 gsrc<br>
 does not modify the path of them.<br>
 <br>
 Pkgsrc &quot;/etc/rc.d&quot; scripts check the existence of<br>
 @PKG_SYSCONFDIR@/ntp.conf but /usr/pkg/bin/*ntp* tries to read<br>
 /etc/ntp.conf since it is hard-coded. This causes WARNING of rc.d<br>
 scripts.<br>
 <br>
 =A0 ./files/ntpd.sh:required_<div id=3D":j0">files=3D&quot;@PKG_SYSCONFDIR@=
 /ntp.conf&quot;<br>
 =A0 ./files/ntpdate.sh: =A0 =A0 =A0 =A0 =A0 =A0 &#39; &lt;@PKG_SYSCONFDIR@/=
 ntp.conf`<br>
 <br>
 The following patches (SHAR) fix the hard-conding but the<br>
 corresponding configure fixes must be needed.<br>
 <br>
 <br>
 <br>
 echo x - patches/patch-za<br>
 sed &#39;s/^X//&#39; &gt;patches/patch-za &lt;&lt; &#39;END-of-patches/patc=
 h-za&#39;<br>
 X--- include/ntp_config.h =A0 =A0 =A0 2006-12-28 21:03:04.000000000 +0900<b=
 r>
 X+++ include/ntp_config.h =A0 =A0 =A0 2012-11-02 18:25:44.000000000 +0900<b=
 r>
 X@@ -3,7 +3,7 @@<br>
 X =A0*/<br>
 X #ifndef CONFIG_FILE<br>
 X # ifndef SYS_WINNT<br>
 X-# =A0define =A0 =A0 CONFIG_FILE &quot;/etc/ntp.conf&quot;<br>
 X+# =A0define =A0 =A0 CONFIG_FILE &quot;@PKG_SYSCONFDIR@/ntp.conf&quot;<br>
 X # else /* SYS_WINNT */<br>
 X # =A0define =A0 =A0 CONFIG_FILE =A0 =A0 &quot;%windir%\\system32\\drivers=
 \\etc\\ntp.conf&quot;<br>
 X # =A0define =A0 =A0 ALT_CONFIG_FILE &quot;%windir%\\ntp.conf&quot;<br>
 END-of-patches/patch-za<br>
 echo x - patches/patch-zb<br>
 sed &#39;s/^X//&#39; &gt;patches/patch-zb &lt;&lt; &#39;END-of-patches/patc=
 h-zb&#39;<br>
 X--- ntpd/ntpdbase-opts.def =A0 =A0 2008-03-22 20:03:22.000000000 +0900<br>
 X+++ ntpd/ntpdbase-opts.def =A0 =A0 2012-11-02 18:26:13.000000000 +0900<br>
 X@@ -74,7 +74,7 @@<br>
 X =A0 =A0 descrip =A0 =3D &quot;configuration file name&quot;;<br>
 X =A0 =A0 doc =3D &lt;&lt;- =A0_EndOfDoc_<br>
 X =A0 =A0 =A0 The name and path of the configuration file,<br>
 X- =A0 =A0 =A0/etc/ntp.conf<br>
 X+ =A0 =A0 =A0@PKG_SYSCONFDIR@/ntp.conf<br>
 X =A0 =A0 =A0 by default.<br>
 X =A0 =A0 =A0 _EndOfDoc_;<br>
 X };<br>
 X@@ -104,7 +104,7 @@<br>
 X =A0 =A0 =A0 This is the same operation as the<br>
 X =A0 =A0 =A0 driftfile driftfile<br>
 X =A0 =A0 =A0 configuration specification in the<br>
 X- =A0 =A0 =A0/etc/ntp.conf<br>
 X+ =A0 =A0 =A0@PKG_SYSCONFDIR@/ntp.conf<br>
 X =A0 =A0 =A0 file.<br>
 X =A0 =A0 =A0 _EndOfDoc_;<br>
 X };<br>
 X<br>
 END-of-patches/patch-zb<br>
 echo x - patches/patch-zc<br>
 sed &#39;s/^X//&#39; &gt;patches/patch-zc &lt;&lt; &#39;END-of-patches/patc=
 h-zc&#39;<br>
 X--- ntpd/ntpd-opts.texi =A0 =A0 =A0 =A02009-12-08 22:13:11.000000000 +0900=
 <br>
 X+++ ntp-4.2.4p8.new/ntpd/ntpd-opts.texi =A0 =A0 =A0 =A02012-11-02 18:32:24=
 .000000000 +0900<br>
 X@@ -200,7 +200,7 @@<br>
 X<br>
 X This is the ``configuration file name&#39;&#39; option.<br>
 X The name and path of the configuration file,<br>
 X-/etc/ntp.conf<br>
 X+@PKG_SYSCONFDIR@/ntp.conf<br>
 X by default.<br>
 X<br>
 X @node ntpd debug-level<br>
 X@@ -247,7 +247,7 @@<br>
 X This is the same operation as the<br>
 X driftfile driftfile<br>
 X configuration specification in the<br>
 X-/etc/ntp.conf<br>
 X+@PKG_SYSCONFDIR@/ntp.conf<br>
 X file.<br>
 X<br>
 X @node ntpd panicgate<br>
 END-of-patches/patch-zc<br>
 echo x - patches/patch-zd<br>
 sed &#39;s/^X//&#39; &gt;patches/patch-zd &lt;&lt; &#39;END-of-patches/patc=
 h-zd&#39;<br>
 X--- ntpd/ntpd.1 =A0 =A0 =A0 =A02009-12-08 22:13:11.000000000 +0900<br>
 X+++ ntp-4.2.4p8.new/ntpd/ntpd.1 =A0 =A0 =A0 =A02012-11-02 18:32:29.0000000=
 00 +0900<br>
 X@@ -59,7 +59,7 @@<br>
 X configuration file name.<br>
 X .sp<br>
 X The name and path of the configuration file,<br>
 X-/etc/ntp.conf<br>
 X+@PKG_SYSCONFDIR@/ntp.conf<br>
 X by default.<br>
 X .TP<br>
 X .BR \-d &quot;, &quot; \--debug-level<br>
 X@@ -84,7 +84,7 @@<br>
 X This is the same operation as the<br>
 X driftfile driftfile<br>
 X configuration specification in the<br>
 X-/etc/ntp.conf<br>
 X+@PKG_SYSCONFDIR@/ntp.conf<br>
 X file.<br>
 X .TP<br>
 X .BR \-g &quot;, &quot; \--panicgate<br>
 END-of-patches/patch-zd<br>
 echo x - patches/patch-ze<br>
 sed &#39;s/^X//&#39; &gt;patches/patch-ze &lt;&lt; &#39;END-of-patches/patc=
 h-ze&#39;<br>
 X--- ntpd/ntpdsim-opts.texi =A0 =A0 2009-12-08 22:13:15.000000000 +0900<br>
 X+++ ntp-4.2.4p8.new/ntpd/ntpdsim-opts.texi =A0 =A0 2012-11-02 18:32:<a hre=
 f=3D"tel:07.000000000" value=3D"+817000000000">07.000000000</a> +0900<br>
 X@@ -216,7 +216,7 @@<br>
 X<br>
 X This is the ``configuration file name&#39;&#39; option.<br>
 X The name and path of the configuration file,<br>
 X-/etc/ntp.conf<br>
 X+@PKG_SYSCONFDIR@/ntp.conf<br>
 X by default.<br>
 X<br>
 X @node ntpdsim phasenoise<br>
 X@@ -270,7 +270,7 @@<br>
 X This is the same operation as the<br>
 X driftfile driftfile<br>
 X configuration specification in the<br>
 X-/etc/ntp.conf<br>
 X+@PKG_SYSCONFDIR@/ntp.conf<br>
 X file.<br>
 X<br>
 X @node ntpdsim panicgate<br>
 X<br>
 END-of-patches/patch-ze<br>
 echo x - patches/patch-zf<br>
 sed &#39;s/^X//&#39; &gt;patches/patch-zf &lt;&lt; &#39;END-of-patches/patc=
 h-zf&#39;<br>
 X--- ntpd/ntpdsim.1 =A0 =A0 2009-12-08 22:13:14.000000000 +0900<br>
 X+++ ntp-4.2.4p8.new/ntpd/ntpdsim.1 =A0 =A0 2012-11-02 18:32:16.000000000 +=
 0900<br>
 X@@ -64,7 +64,7 @@<br>
 X configuration file name.<br>
 X .sp<br>
 X The name and path of the configuration file,<br>
 X-/etc/ntp.conf<br>
 X+@PKG_SYSCONFDIR@/ntp.conf<br>
 X by default.<br>
 X .TP<br>
 X .BR \-C &quot; \fIstring\fP, &quot; \--phasenoise &quot;=3D&quot; \fIstri=
 ng\fP<br>
 X@@ -94,7 +94,7 @@<br>
 X This is the same operation as the<br>
 X driftfile driftfile<br>
 X configuration specification in the<br>
 X-/etc/ntp.conf<br>
 X+@PKG_SYSCONFDIR@/ntp.conf<br>
 X file.<br>
 X .TP<br>
 X .BR \-g &quot;, &quot; \--panicgate<br>
 END-of-patches/patch-zf<br>
 exit</div><br>-- <br><span style=3D"border-collapse:separate;color:rgb(0,0,=
 0);font-family:&#39;MS PGothic&#39;;font-size:11px;font-style:normal;font-v=
 ariant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;t=
 ext-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><sp=
 an style=3D"font-size:13px;line-height:16px;text-align:left"><span class=3D=
 "st">Network Science (and Service) Research Group<br>
 <a href=3D"http://www.nsrg.fml.org/">http://www.nsrg.fml.org/</a><br></span=
 >Ishizaki Showta <br><a href=3D"mailto:zakinko@snowrabbit.org" target=3D"_b=
 lank">zakinko@snowrabbit.org</a> <br></span></span><br>

 --f46d04339cdeecdb5004cd8057bb--

From: "OBATA Akio" <obache@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: pkg/47149 (net/ntp4 fails to ntp.conf)
Date: Fri, 02 Nov 2012 21:01:05 +0900

 maybe, my close of PR pkg/28583 is fault.

State-Changed-From-To: closed->open
State-Changed-By: asau@NetBSD.org
State-Changed-When: Fri, 02 Nov 2012 15:00:09 +0000
State-Changed-Why:
As it turns out, the real problem is net/ntp4 ignoring PKG_SYSCONFDIR.
Reopen this PR since instead of original pkg/28583 since this one
seems to carry some fix now.


From: =?ISO-2022-JP?B?GyRCQFA6amZGQkAbKEI=?= <zakinko@snowrabbit.org>
To: gnats-bugs@netbsd.org
Cc: pkg-manager@netbsd.org, pkgsrc-bugs@netbsd.org, gnats-admin@netbsd.org, 
	asau@netbsd.org, obache@netbsd.org
Subject: Re: pkg/47149 (net/ntp4 fails to ntp.conf)
Date: Sat, 3 Nov 2012 02:53:25 +0900

 --bcaec5015f39f523c904cd86cf96
 Content-Type: text/plain; charset=ISO-8859-1

 Thank you.

 By the way, net/ntp4 has not been updated since ntp-4.2.4p8.
 Will it not be updated the newest edition of ntp-4.2.6p5?

 2012/11/3 <asau@netbsd.org>

 > Synopsis: net/ntp4 fails to ntp.conf
 >
 > State-Changed-From-To: closed->open
 > State-Changed-By: asau@NetBSD.org
 > State-Changed-When: Fri, 02 Nov 2012 15:00:09 +0000
 > State-Changed-Why:
 > As it turns out, the real problem is net/ntp4 ignoring PKG_SYSCONFDIR.
 > Reopen this PR since instead of original pkg/28583 since this one
 > seems to carry some fix now.
 >

 -- 
 Network Science (and Service) Research Group
 http://www.nsrg.fml.org/
 Ishizaki Showta
 zakinko@snowrabbit.org

 --bcaec5015f39f523c904cd86cf96
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable

 Thank you.<br><br>By the way, net/ntp4 has not been updated since ntp-4.2.4=
 p8.<br>Will it not be updated the newest edition of ntp-4.2.6p5?<br><br><di=
 v class=3D"gmail_quote">2012/11/3  <span dir=3D"ltr">&lt;<a href=3D"mailto:=
 asau@netbsd.org" target=3D"_blank">asau@netbsd.org</a>&gt;</span><br>
 <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
 x #ccc solid;padding-left:1ex"><div class=3D"im">Synopsis: net/ntp4 fails t=
 o ntp.conf<br>
 <br>
 </div>State-Changed-From-To: closed-&gt;open<br>
 State-Changed-By: asau@NetBSD.org<br>
 State-Changed-When: Fri, 02 Nov 2012 15:00:09 +0000<br>
 State-Changed-Why:<br>
 As it turns out, the real problem is net/ntp4 ignoring PKG_SYSCONFDIR.<br>
 Reopen this PR since instead of original pkg/28583 since this one<br>
 seems to carry some fix now.<br></blockquote></div><br>-- <br><span style=
 =3D"border-collapse:separate;color:rgb(0,0,0);font-family:&#39;MS PGothic&#=
 39;;font-size:11px;font-style:normal;font-variant:normal;font-weight:normal=
 ;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:no=
 ne;white-space:normal;word-spacing:0px"><span style=3D"font-size:13px;line-=
 height:16px;text-align:left">Network Science (and Service) Research Group<b=
 r>
 <a href=3D"http://www.nsrg.fml.org/">http://www.nsrg.fml.org/</a><br>Ishiza=
 ki Showta<br><a href=3D"mailto:zakinko@snowrabbit.org">zakinko@snowrabbit.o=
 rg</a><br></span></span><br>

 --bcaec5015f39f523c904cd86cf96--

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.