diff options
author | Robert Peichaer <rpe@cvs.openbsd.org> | 2014-07-13 13:53:37 +0000 |
---|---|---|
committer | Robert Peichaer <rpe@cvs.openbsd.org> | 2014-07-13 13:53:37 +0000 |
commit | e042fabf4db90338845231cd91832e32c051ff72 (patch) | |
tree | d244360e80668e3d65307eed3aec2dfdbfeff872 /etc/ntpd.conf | |
parent | 2ffae24f2625bff75ab5151197c7dcabd5c772a0 (diff) |
- move the ntpd.conf file to examples directory
- move it from BIN1 to EXAMPLES in src/etc/Makefile
- change the installer to create the file instead of editing it
- add a '+' to the corresponding changelist entry
suggested by and OK deraadt@
OK for the installer change krw@
Diffstat (limited to 'etc/ntpd.conf')
-rw-r--r-- | etc/ntpd.conf | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/etc/ntpd.conf b/etc/ntpd.conf deleted file mode 100644 index 275853c7fa9..00000000000 --- a/etc/ntpd.conf +++ /dev/null @@ -1,18 +0,0 @@ -# $OpenBSD: ntpd.conf,v 1.11 2009/05/18 16:13:48 stevesk Exp $ -# sample ntpd configuration file, see ntpd.conf(5) - -# Addresses to listen on (ntpd does not listen by default) -#listen on * - -# sync to a single server -#server ntp.example.org - -# use a random selection of NTP Pool Time Servers -# see http://support.ntp.org/bin/view/Servers/NTPPoolServers -servers pool.ntp.org - -# use a specific local timedelta sensor (radio clock, etc) -#sensor nmea0 - -# use all detected timedelta sensors -#sensor * |