diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-03 01:22:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-03 01:22:42 +0000 |
commit | bdd13894f4c2fac8c52ceb9a552a385abef974fe (patch) | |
tree | a54f1563bd11b993eff1411ba8edda1af52943e5 /net-misc/ntp/files | |
parent | should be MOD_BINS for init.d not MOD_NAME (diff) | |
download | gentoo-2-bdd13894f4c2fac8c52ceb9a552a385abef974fe.tar.gz gentoo-2-bdd13894f4c2fac8c52ceb9a552a385abef974fe.tar.bz2 gentoo-2-bdd13894f4c2fac8c52ceb9a552a385abef974fe.zip |
fix permissions (again :/) #27426
Diffstat (limited to 'net-misc/ntp/files')
-rw-r--r-- | net-misc/ntp/files/ntp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/ntp/files/ntp.conf b/net-misc/ntp/files/ntp.conf index 8c03eab9da8c..5dcfa959b036 100644 --- a/net-misc/ntp/files/ntp.conf +++ b/net-misc/ntp/files/ntp.conf @@ -18,7 +18,7 @@ # you should not need to modify the following paths logfile /var/log/ntpd.log -driftfile /var/lib/misc/ntp.drift +driftfile /var/lib/ntp/ntp.drift #server ntplocal.example.com prefer #server timeserver.example.org |