From 016d090d26c420196afd61fe82b7f7d64792e8af Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 13 Nov 2014 23:53:06 +0000 Subject: [PATCH] [#165] Mention system clock in docs --- Netdisco/Changes | 1 + Netdisco/lib/App/Netdisco.pm | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index 9bba371c..ea92759b 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -3,6 +3,7 @@ [ENHANCEMENTS] * [#161] Updated IOS-XR SSHCollector + * [#165] Mention system clock in docs [BUG FIXES] diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 3a97858f..f1236f42 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -75,7 +75,8 @@ On Fedora/Red-Hat: root:~# yum install perl-core perl-DBD-Pg net-snmp-perl make automake gcc -With those installed, we can proceed... +With those installed, next check that your system's clock is correct. Then, we +can proceed... Create a user on your system called C if one does not already exist. We'll install Netdisco and its dependencies into this user's home area, which