From 8273329b88603a16afef719a5718472ca371d33e Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sat, 5 Jan 2013 16:05:23 +0000 Subject: [PATCH] update Changes and version bump --- Netdisco/Changes | 8 ++++++++ Netdisco/lib/App/Netdisco.pm | 12 ++++++------ README.txt | 12 ++++++------ 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index 8885578c..2b210543 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,3 +1,11 @@ +2.01_001 - 2013-01-05 + + [ENHANCEMENTS] + + * Rewrite of the daemon to use Daemon::Control and MCE (cleaner netdisco + code and fewer deps) + * Version bump so that we'll be releasing odd numbered beta dists + 2.00_012 - 2012-12-21 [ENHANCEMENTS] diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 6b6bd6ae..a8f0015d 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -7,7 +7,7 @@ use 5.010_000; use File::ShareDir 'dist_dir'; use Path::Class; -our $VERSION = '2.00_012'; +our $VERSION = '2.01_001'; BEGIN { if (not length ($ENV{DANCER_APPDIR} || '') @@ -58,9 +58,11 @@ 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 will take about 200MB including MIB files. -Netdisco uses the PostgreSQL (Pg) database server. Install Pg and then change + # useradd -m -p x -s /bin/bash nedisco + +Netdisco uses the PostgreSQL database server. Install PostgreSQL and then change to the PostgreSQL superuser (usually C). Create a new database and -Pg user for the Netdisco application: +PostgreSQL user for the Netdisco application: postgres:~$ createuser -DRSP netdisco Enter password for new role: @@ -77,9 +79,7 @@ install Netdisco and its dependencies into the C user's home area su - netdisco curl -L http://cpanmin.us/ | perl - --notest --quiet \ --local-lib ~/perl5 \ - App::cpanminus \ - App::local::lib::helper \ - http://cpan.metacpan.org/authors/id/O/OL/OLIVER/App-Netdisco-2.00_012.tar.gz + App::cpanminus App::local::lib::helper App::Netdisco Link some of the newly installed apps into the C user's C<$PATH>, e.g. C<~netdisco/bin>: diff --git a/README.txt b/README.txt index 36f00adc..917c8a49 100644 --- a/README.txt +++ b/README.txt @@ -29,9 +29,11 @@ Dependencies exist. We'll install Netdisco and its dependencies into this user's home area, which will take about 200MB including MIB files. - Netdisco uses the PostgreSQL (Pg) database server. Install Pg and then - change to the PostgreSQL superuser (usually "postgres"). Create a new - database and Pg user for the Netdisco application: + # useradd -m -p x -s /bin/bash nedisco + + Netdisco uses the PostgreSQL database server. Install PostgreSQL and + then change to the PostgreSQL superuser (usually "postgres"). Create a + new database and PostgreSQL user for the Netdisco application: postgres:~$ createuser -DRSP netdisco Enter password for new role: @@ -47,9 +49,7 @@ Installation su - netdisco curl -L http://cpanmin.us/ | perl - --notest --quiet \ --local-lib ~/perl5 \ - App::cpanminus \ - App::local::lib::helper \ - http://cpan.metacpan.org/authors/id/O/OL/OLIVER/App-Netdisco-2.00_012.tar.gz + App::cpanminus App::local::lib::helper App::Netdisco Link some of the newly installed apps into the "netdisco" user's $PATH, e.g. "~netdisco/bin":