From 8641f4c8553cf92f25f66106f16f68c3e045b5bf Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Mon, 1 Jun 2015 11:18:48 +0200 Subject: [PATCH] =?utf8?q?Suppression=C2=A0:=20=20=20=20=20=20=20=20etc/sv?= =?utf8?q?/ntp?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- etc/sv/ntp/local.sh | 13 ------------- etc/sv/ntp/run | 10 ---------- 2 files changed, 23 deletions(-) delete mode 100644 etc/sv/ntp/local.sh delete mode 100755 etc/sv/ntp/run diff --git a/etc/sv/ntp/local.sh b/etc/sv/ntp/local.sh deleted file mode 100644 index 5937cf0..0000000 --- a/etc/sv/ntp/local.sh +++ /dev/null @@ -1,13 +0,0 @@ -# NOTE: http://my.opera.com/marcomarongiu/blog/2011/01/05/independent-wallclock-in-xen-4 - -"$tool"/local/apt-get-install ntp -"$tool"/local/insserv-remove ntp - -sudo install -m 644 -o root -g root /dev/stdin /etc/timezone <<-EOF - Europe/Paris - EOF -sudo debconf-set-selections <<-EOF - tzdata tzdata/Areas select Europe - tzdata tzdata/Zones/Europe select Paris - EOF -"$tool"/local/dpkg-reconfigure tzdata diff --git a/etc/sv/ntp/run b/etc/sv/ntp/run deleted file mode 100755 index 40cf173..0000000 --- a/etc/sv/ntp/run +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -eux -exec 2>&1 -sv=${PWD#/etc/sv/} - -exec /usr/sbin/ntpd \ - -c /etc/ntp.conf \ - -g \ - -I 127.0.0.1 \ - -n \ - -u ntp:ntp -- 2.20.1