diff options
Diffstat (limited to 'net-misc/chrony/files/chrony-1.19-chrony.conf.example-gentoo.diff')
-rw-r--r-- | net-misc/chrony/files/chrony-1.19-chrony.conf.example-gentoo.diff | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/net-misc/chrony/files/chrony-1.19-chrony.conf.example-gentoo.diff b/net-misc/chrony/files/chrony-1.19-chrony.conf.example-gentoo.diff new file mode 100644 index 000000000000..2194109efeb9 --- /dev/null +++ b/net-misc/chrony/files/chrony-1.19-chrony.conf.example-gentoo.diff @@ -0,0 +1,57 @@ +--- chrony.conf.example.orig Sun May 12 18:16:30 2002 ++++ chrony.conf.example Sun May 12 18:17:12 2002 +@@ -2,7 +2,7 @@ + # $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/files/chrony-1.19-chrony.conf.example-gentoo.diff,v 1.1 2003/03/18 10:27:05 wmertens Exp $ + # + # This is an example chrony configuration file. You should copy it to +-# /etc/chrony.conf after uncommenting and editing the options that you ++# /etc/chrony/chrony.conf after uncommenting and editing the options that you + # want to enable. I have not included the more obscure options. Refer + # to the documentation for these. + # +@@ -90,7 +90,7 @@ + # immediately so that it doesn't gain or lose any more time. You + # generally want this, so it is uncommented. + +-driftfile /etc/chrony.drift ++driftfile /etc/chrony/chrony.drift + + # If you want to use the program called chronyc to configure aspects of + # chronyd's operation once it is running (e.g. tell it the Internet link +@@ -99,7 +99,7 @@ + # exchanges between cooperating machines.) Again, this option is + # assumed by default. + +-keyfile /etc/chrony.keys ++keyfile /etc/chrony/chrony.keys + + # Tell chronyd which numbered key in the file is used as the password + # for chronyc. (You can pick any integer up to 2**32-1. '1' is just a +@@ -157,8 +157,8 @@ + ! logdir /var/log/chrony + ! log measurements statistics tracking + +-If you have real time clock support enabled (see below), you might want +-this line instead: ++# If you have real time clock support enabled (see below), you might want ++# this line instead: + + ! log measurements statistics tracking rtc + +@@ -268,7 +268,7 @@ + # You need to have 'enhanced RTC support' compiled into your Linux + # kernel. (Note, these options apply only to Linux.) + +-! rtcfile /etc/chrony.rtc ++! rtcfile /etc/chrony/chrony.rtc + + # Your RTC can be set to keep Universal Coordinated Time (UTC) or local + # time. (Local time means UTC +/- the effect of your timezone.) If you +@@ -284,6 +284,6 @@ + # /dev/rtc. If it's accessed somewhere else on your system (e.g. you're + # using devfs), uncomment and edit the following line. + +-! rtcdevice /dev/misc/rtc ++rtcdevice /dev/misc/rtc + + ####################################################################### |