OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 13-Jul-2005 20:12:12
Branch: HEAD Handle: 2005071319121200
Modified files:
openpkg-src/ntp ntp.conf ntp.spec
Log:
in 95% of all cases, ntpd is installed to update the OS clock only
(instead of providing NTP services for others to query), hence
configure it to not listen on NTP queries by default
Summary:
Revision Changes Path
1.3 +3 -0 openpkg-src/ntp/ntp.conf
1.75 +1 -1 openpkg-src/ntp/ntp.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ntp/ntp.conf
============================================================================
$ cvs diff -u -r1.2 -r1.3 ntp.conf
--- openpkg-src/ntp/ntp.conf 1 Sep 2004 13:02:26 -0000 1.2
+++ openpkg-src/ntp/ntp.conf 13 Jul 2005 18:12:12 -0000 1.3
@@ -15,3 +15,6 @@
server pool.ntp.org
server pool.ntp.org
+# local operation only
+restrict default ignore
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ntp/ntp.spec
============================================================================
$ cvs diff -u -r1.74 -r1.75 ntp.spec
--- openpkg-src/ntp/ntp.spec 24 Mar 2005 11:19:42 -0000 1.74
+++ openpkg-src/ntp/ntp.spec 13 Jul 2005 18:12:12 -0000 1.75
@@ -33,7 +33,7 @@
Group: Network
License: BSD-style
Version: 4.2.0
-Release: 20041207
+Release: 20050713
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]