From mboxrd@z Thu Jan  1 00:00:00 1970
From: Matthias Fischer <matthias.fischer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] ntp 4.2.8p4: Update for rootfile
Date: Tue, 15 Dec 2015 00:07:10 +0100
Message-ID: <1450134430-26085-1-git-send-email-matthias.fischer@ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6743539642284551179=="
List-Id: <development.lists.ipfire.org>

--===============6743539642284551179==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit

'/usr/share/ntp/lib/NTP/Util.pm' is needed for 'ntptrace'
to run correctly

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 config/rootfiles/common/ntp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/rootfiles/common/ntp b/config/rootfiles/common/ntp
index 4baa074..c6b95a5 100644
--- a/config/rootfiles/common/ntp
+++ b/config/rootfiles/common/ntp
@@ -283,7 +283,7 @@ usr/bin/update-leap
 #usr/share/ntp
 #usr/share/ntp/lib
 #usr/share/ntp/lib/NTP
-#usr/share/ntp/lib/NTP/Util.pm
+usr/share/ntp/lib/NTP/Util.pm
 var/ipfire/time/counter.conf
 var/ipfire/time/enable
 var/ipfire/time/settime.conf
-- 
2.6.4


--===============6743539642284551179==--