File: default

package info (click to toggle)
htpdate 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 120 kB
  • ctags: 34
  • sloc: ansic: 548; sh: 109; makefile: 24
file content (21 lines) | stat: -rw-r--r-- 836 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This file is used to configure htpdate daemon. Most users needn't change
# anything here.

# htpdate will run on system boot as daemon and at every network restart
# (IF UP). However you can disable each one uncommenting the following lines.
# HTP_DAEMON=no
# HTP_IFUP=no

# If you have a HTTP proxy, uncomment the following line and change the
# values.
# HTP_PROXY="-P myproxy-xyz.com:8080"

# In the next line you should put HTTP servers. Note that htpdate uses
# the timestamps extracted from headers to synchronize the time. You
# must to use reliable servers only. Remember: you can use any site, not
# specifics NTP site only.
HTP_SERVERS="www.pool.ntp.org www.ntp.br www.wikipedia.org"

# The general options can be viewed with '$ htpdate -h'. However, you can
# keep the current options, that works fine.
HTP_OPTIONS="-D -s"