summaryrefslogtreecommitdiff
path: root/net/system.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/system.sh')
-rw-r--r--net/system.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/system.sh b/net/system.sh
index c44e709..cbb3071 100644
--- a/net/system.sh
+++ b/net/system.sh
@@ -1,4 +1,3 @@
-# Copyright 2005-2007 Gentoo Foundation
# Copyright 2007 Roy Marples
# All rights reserved
@@ -89,9 +88,6 @@ _system_ntp() {
buffer="${buffer}server ${x}\n"
done
- buffer="${buffer}driftfile /var/lib/ntp/ntp.drift\n"
- buffer="${buffer}logfile /var/log/ntp.log\n"
-
printf "${buffer}" > /etc/ntp.conf
chmod 644 /etc/ntp.conf
}