瀏覽代碼

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

Ralf S. Engelschall 20 年之前
父節點
當前提交
e4625b3f98
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 3 0
      ntp/ntp.conf
  2. 1 1
      ntp/ntp.spec

+ 3 - 0
ntp/ntp.conf

@@ -15,3 +15,6 @@ server     pool.ntp.org
 server     pool.ntp.org
 server     pool.ntp.org
 
+#   local operation only
+restrict default ignore
+

+ 1 - 1
ntp/ntp.spec

@@ -33,7 +33,7 @@ Class:        CORE
 Group:        Network
 License:      BSD-style
 Version:      4.2.0
-Release:      20041207
+Release:      20050713
 
 #   package options
 %option       with_fsl     yes